node/test/abort
Anna Henningsen 17a3dcea90
test: copy addons .gitignore to test/abort/
`cp test/addons/.gitignore test/abort/.gitignore`, because the new
addon test in there leaves a build/ folder lying around and somebody
is bound to use `git add .` earlier or later.

Refs: https://github.com/nodejs/node/pull/31740

PR-URL: https://github.com/nodejs/node/pull/32624
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-04-11 10:06:05 +02:00
..
test_abort-aliased-buffer-overflow src: add aliased-buffer-overflow abort test 2020-03-30 19:18:39 +02:00
.gitignore test: copy addons .gitignore to test/abort/ 2020-04-11 10:06:05 +02:00
common.gypi src: add aliased-buffer-overflow abort test 2020-03-30 19:18:39 +02:00
test-abort-backtrace.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-abort-uncaught-exception.js
test-addon-register-signal-handler.js test: add addon tests for RegisterSignalHandler() 2019-06-14 19:11:42 +02:00
test-addon-uv-handle-leak.js src: improve checked uv loop close output 2019-12-09 10:23:17 +01:00
test-http-parser-consume.js test: removed extraneous argument 's' 2018-11-08 21:41:29 -08:00
test-process-abort-exitcode.js
test-signal-handler.js src: reset SIGSEGV handler before crashing 2019-06-14 19:11:40 +02:00
test-worker-abort-uncaught-exception.js worker: ignore --abort-on-uncaught-exception for terminate() 2019-02-18 09:17:11 +01:00
test-zlib-invalid-internals-usage.js test: remove usage of process.binding() 2019-03-07 17:43:21 +01:00
testcfg.py