node/test/addons
Santiago Gimeno 0f6d44500c
test: add cpu-profiler-crash test
This test is added as it usually crashes without applying the v8 patch:
beebee4f80

PR-URL: https://github.com/nodejs/node/pull/37293
Backport-PR-URL: https://github.com/nodejs/node/pull/37578
Refs: beebee4f80
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2021-03-15 23:46:14 +00:00
..
async-cleanup-hook n-api,src: provide asynchronous cleanup hooks 2020-09-22 23:48:03 +02:00
async-hello-world test: use arrow functions in addons tests 2020-02-06 02:49:21 +00:00
async-hooks-id
async-hooks-promise
async-resource
buffer-free-callback test: change buffer offset to accommodate V8 BackingStore 2020-02-06 02:49:36 +00:00
callback-scope src,test: use v8::Global instead of v8::Persistent 2020-02-06 02:49:14 +00:00
cpu-profiler-crash test: add cpu-profiler-crash test 2021-03-15 23:46:14 +00:00
dlopen-ping-pong test: export public symbols in addons tests 2020-03-16 19:41:55 -07:00
errno-exception
force-context-aware
heap-profiler
hello-world
hello-world-function-export
load-long-path
make-callback
make-callback-domain-warning test: use arrow functions in addons tests 2020-02-06 02:49:21 +00:00
make-callback-recurse test: use arrow functions in addons tests 2020-02-06 02:49:21 +00:00
new-target
node-module-version
non-node-context
not-a-binding
null-buffer-neuter
openssl-binding test: only detect uname on supported os 2020-04-28 16:19:46 +02:00
openssl-client-cert-engine test: export public symbols in addons tests 2020-03-16 19:41:55 -07:00
openssl-key-engine test: export public symbols in addons tests 2020-03-16 19:41:55 -07:00
parse-encoding src: fix ParseEncoding 2020-09-28 10:59:35 +02:00
repl-domain-abort test: use arrow functions in addons tests 2020-02-06 02:49:21 +00:00
stringbytes-external-exceed-max tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
symlinked-module
uv-handle-leak
worker-addon doc,lib,src,test: make --experimental-report a nop 2020-04-28 16:14:48 +02:00
worker-buffer-callback test: fix out-of-bound reads from invalid sizeof usage 2020-05-13 17:53:00 +02:00
zlib-binding test: only detect uname on supported os 2020-04-28 16:19:46 +02:00
.gitignore
addon.status test: skip some binding tests on IBMi PASE 2020-04-22 18:34:46 +02:00
common.gypi
testcfg.py