node/test/pummel
legendecas 0b5b5edd86
src: consolidate environment cleanup queue
Each Realm tracks its own cleanup hooks and drains the hooks when it is
going to be destroyed.

Moves the implementations of the cleanup queue to its own class so that
it can be used in `node::Realm` too.

PR-URL: https://github.com/nodejs/node/pull/44379
Refs: https://github.com/nodejs/node/pull/44348
Refs: https://github.com/nodejs/node/issues/42528
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2022-09-08 00:06:47 +08:00
..
pummel.status test: mark flaky tests on smartos 2022-06-28 18:06:48 +01:00
test-child-process-spawn-loop.js
test-crypto-dh-hash.js test: change misleading variable name 2022-07-26 09:51:42 +01:00
test-crypto-dh-keys.js
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js
test-fs-largefile.js
test-fs-readfile-tostring-fail.js test: add check to test-fs-readfile-tostring-fail 2022-07-18 12:24:48 +01:00
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js
test-fs-watch-system-limit.js
test-hash-seed.js
test-heapdump-dns.js
test-heapdump-env.js src: consolidate environment cleanup queue 2022-09-08 00:06:47 +08:00
test-heapdump-fs-promise.js
test-heapdump-http2.js
test-heapdump-inspector.js
test-heapdump-tls.js
test-heapdump-worker.js worker: fix heap snapshot crash on exit 2022-05-19 22:00:07 +08:00
test-heapdump-zlib.js
test-heapsnapshot-near-heap-limit-big.js
test-heapsnapshot-near-heap-limit-bounded.js
test-heapsnapshot-near-heap-limit.js
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js test: fix test http upload timeout 2022-07-24 13:42:25 +01:00
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js
test-net-bytes-per-incoming-chunk-overhead.js
test-net-many-clients.js
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js
test-net-timeout2.js
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js
test-policy-integrity-dep.js
test-policy-integrity-parent-commonjs.js
test-policy-integrity-parent-module.js
test-policy-integrity-parent-no-package-json.js
test-policy-integrity-worker-commonjs.js
test-policy-integrity-worker-module.js
test-policy-integrity-worker-no-package-json.js
test-process-cpuUsage.js
test-process-hrtime.js
test-regress-GH-892.js
test-stream-pipe-multi.js
test-timers.js
test-tls-server-large-request.js
test-tls-throttle.js
test-vm-memleak.js
test-vm-race.js
test-watch-file.js
test-webcrypto-derivebits-pbkdf2.js crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 2022-08-12 21:36:29 +02:00
test-worker-take-heapsnapshot.js
testcfg.py