node/test/addons
Stewart X Addison 5a984b9a09
src: use node- prefix on thread names
PR-URL: https://github.com/nodejs/node/pull/61307
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2026-01-20 14:35:57 +01:00
..
async-cleanup-hook doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
async-hello-world test: use uv_sleep() where possible 2022-10-27 17:13:50 +00:00
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-26 22:29:37 +01:00
buffer-free-callback
callback-scope test: enforce better never-settling-promise detection 2026-01-20 14:26:59 +01:00
cppgc-object test: prefer major GC in cppgc-object teardown 2026-01-13 10:04:26 -03:00
dlopen-ping-pong build,test: add proper support for IBM i 2023-02-22 04:18:56 +00:00
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-26 22:29:37 +01:00
new-isolate-addon src: fix creating Isolates from addons 2022-12-23 17:06:05 +00:00
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-26 22:29:37 +01:00
node-module-version
non-node-context test: fix typos 2024-09-28 13:58:55 +00:00
not-a-binding
null-buffer-neuter test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
openssl-binding doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
openssl-client-cert-engine test: add trailing commas in addons test (#45548) 2022-11-21 18:40:12 +01:00
openssl-key-engine test: add trailing commas in addons test (#45548) 2022-11-21 18:40:12 +01:00
openssl-providers test: forbid use of named imports for fixtures 2026-01-20 14:34:53 +01:00
openssl-test-engine test: fix test when compiled without engine support 2024-06-02 18:12:23 +00:00
parse-encoding test: add more cases for parse-encoding 2022-09-06 06:20:16 +00:00
register-signal-handler
repl-domain-abort test: fix addons and node-api test assumptions 2024-10-22 07:49:19 +00:00
report-api report: disable js stack when no context is entered 2023-06-21 13:58:15 +00:00
report-fatalerror test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
request-interrupt src: expose environment RequestInterrupt api 2022-09-01 17:01:00 +08:00
stringbytes-external-exceed-max test: add trailing commas in addons test (#45548) 2022-11-21 18:40:12 +01:00
symlinked-module test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
uv-handle-leak
uv-thread-name src: use node- prefix on thread names 2026-01-20 14:35:57 +01:00
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 esm: add experimental support for addon modules 2024-12-20 11:59:08 +00:00
addons.status test: mark stringbytes-external-max flaky on AIX 2026-01-13 10:04:44 -03:00
common.gypi build,test: add proper support for IBM i 2023-02-22 04:18:56 +00:00
testcfg.py