node/test/addons
Antoine du Hamel e50cbc1abd
test: enforce better never-settling-promise detection
Tests should be explicit regarding whether a promise is expected to
settle, and the test should fail when the behavior does not meet
expectations.

PR-URL: https://github.com/nodejs/node/pull/60976
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
2025-12-10 23:55:36 +00:00
..
async-cleanup-hook doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
async-hello-world
async-hooks-id src: add ExecutionAsyncId getter for any Context 2025-04-17 18:00:05 +00:00
async-resource test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
buffer-free-callback
callback-scope test: enforce better never-settling-promise detection 2025-12-10 23:55:36 +00:00
cppgc-object test: prefer major GC in cppgc-object teardown 2025-11-24 16:20:18 +00:00
dlopen-ping-pong
errno-exception
esm deps: patch V8 to support compilation with MSVC 2025-05-02 15:10:33 +02:00
esm-export-default test,win: split addon tests 2025-10-04 18:48:46 +02:00
esm-export-primitive test,win: split addon tests 2025-10-04 18:48:46 +02:00
force-context-aware
heap-profiler doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
hello-world test,win: split addon tests 2025-10-04 18:48:46 +02:00
hello-world-2 test,win: split addon tests 2025-10-04 18:48:46 +02:00
hello-world-function-export
load-long-path
make-callback src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> 2025-05-31 18:58:07 +00:00
make-callback-domain-warning
make-callback-recurse test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
new-isolate-addon
new-target doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
no-addons test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
node-module-version
non-node-context
not-a-binding
null-buffer-neuter test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
openssl-binding doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
openssl-client-cert-engine
openssl-key-engine
openssl-providers src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> 2025-05-31 18:58:07 +00:00
openssl-test-engine
parse-encoding
register-signal-handler
repl-domain-abort
report-api
report-fatalerror test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
request-interrupt
stringbytes-external-exceed-max
symlinked-module test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
uv-handle-leak
uv-thread-name
worker-addon doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
worker-buffer-callback doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
zlib-binding doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
.gitignore
addons.status test: mark stringbytes-external-max flaky on AIX 2025-12-10 17:11:42 +00:00
common.gypi
testcfg.py