node/test/parallel
Joyee Cheung fa33ba3f76
Some checks failed
V8 patch update / v8-update (push) Has been cancelled
OpenSSL update / openssl-update (push) Has been cancelled
Timezone update / timezone_update (push) Has been cancelled
License update / update_license (push) Has been cancelled
Find inactive collaborators / find (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Find inactive TSC voting members / find (push) Has been cancelled
Node.js daily job / build-lto (push) Has been cancelled
Run CodeQL / Analyze (cpp) (push) Has been cancelled
Run CodeQL / Analyze (javascript) (push) Has been cancelled
Run CodeQL / Analyze (python) (push) Has been cancelled
Close stalled issues and PRs / stale (push) Has been cancelled
Test internet / test-internet (push) Has been cancelled
test: fix flaky test-watch-mode-kill-signal-*
After the write triggers a restart of the grandchild, the newly
spawned second grandchild can post another 'script ready' message
before the stdout from the first grandchild is relayed by the
watcher and processed by this parent process to kill
the watcher. If we write again and trigger another restart, we can
end up in an infinite loop and never receive the stdout of the
grandchildren in time.
Only write once to verify the first grandchild process receives
the expected signal. We don't care about the subsequent grandchild
processes.

PR-URL: https://github.com/nodejs/node/pull/60443
Refs: https://github.com/nodejs/node/issues/60297
Refs: https://github.com/nodejs/node/pull/60391
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2025-11-01 11:15:52 +00:00
..
parallel.status test: split test-runner-watch-mode 2025-10-28 09:08:19 +00:00
test-abort-controller-any-timeout.js lib: fix AbortSignal.any() with timeout signals 2025-04-17 14:28:36 +00:00
test-abortcontroller-internal.js
test-abortcontroller.js
test-aborted-util.js
test-abortsignal-any.mjs
test-abortsignal-cloneable.js test: fix typos 2025-08-13 10:25:19 +00:00
test-abortsignal-drop-settled-signals.mjs test: fix typos 2025-08-13 10:25:19 +00:00
test-accessor-properties.js
test-als-defaultvalue-original.js lib: add defaultValue and name options to AsyncLocalStorage 2025-04-07 13:41:18 -07:00
test-als-defaultvalue.js lib: add defaultValue and name options to AsyncLocalStorage 2025-04-07 13:41:18 -07:00
test-arm-math-illegal-instruction.js
test-assert-async.js
test-assert-checktag.js lib: throw from localStorage getter on missing storage path 2025-10-31 19:48:29 +00:00
test-assert-class-destructuring.js lib: restructure assert to become a class 2025-08-05 14:15:02 +00:00
test-assert-class.js lib: update isDeepStrictEqual to support options 2025-09-14 00:39:49 +00:00
test-assert-deep-with-error.js assert: implement partial error comparison 2025-03-12 18:26:17 +00:00
test-assert-deep.js assert,util: fail promise comparison in deep equal checks 2025-08-19 10:22:35 +00:00
test-assert-esm-cjs-message-verify.js
test-assert-fail.js
test-assert-first-line.js
test-assert-if-error.js
test-assert-myers-diff.js assert: cap input size in myersDiff to avoid Int32Array overflow 2025-09-09 00:36:14 +00:00
test-assert-partial-deep-equal.js test: remove Float16Array flag 2025-05-07 20:20:10 +00:00
test-assert-typedarray-deepequal.js test: remove Float16Array flag 2025-05-07 20:20:10 +00:00
test-assert.js assert: allow printf-style messages as assertion error 2025-10-17 20:15:17 +00:00
test-async-hooks-async-await.js
test-async-hooks-asyncresource-constructor.js
test-async-hooks-close-during-destroy.js
test-async-hooks-constructor.js
test-async-hooks-correctly-switch-promise-hook.js
test-async-hooks-destroy-on-gc.js
test-async-hooks-disable-during-promise.js
test-async-hooks-disable-gc-tracking.js
test-async-hooks-enable-before-promise-resolve.js
test-async-hooks-enable-disable-enable.js
test-async-hooks-enable-disable.js
test-async-hooks-enable-during-promise.js
test-async-hooks-enable-recursive.js
test-async-hooks-execution-async-resource-await.js
test-async-hooks-execution-async-resource.js
test-async-hooks-fatal-error.js
test-async-hooks-http-agent-destroy.js
test-async-hooks-http-agent.js
test-async-hooks-http-parser-destroy.js
test-async-hooks-prevent-double-destroy.js
test-async-hooks-promise-enable-disable.js
test-async-hooks-promise-triggerid.js
test-async-hooks-promise.js
test-async-hooks-recursive-stack-runInAsyncScope.js
test-async-hooks-run-in-async-scope-caught-exception.js
test-async-hooks-run-in-async-scope-this-arg.js
test-async-hooks-top-level-clearimmediate.js
test-async-hooks-vm-gc.js
test-async-hooks-worker-asyncfn-terminate-1.js
test-async-hooks-worker-asyncfn-terminate-2.js
test-async-hooks-worker-asyncfn-terminate-3.js
test-async-hooks-worker-asyncfn-terminate-4.js
test-async-local-storage-bind.js
test-async-local-storage-contexts.js
test-async-local-storage-deep-stack.js
test-async-local-storage-enter-with.js async_hooks: enable AsyncLocalStorage once constructed 2025-04-27 21:43:28 +00:00
test-async-local-storage-exit-does-not-leak.js
test-async-local-storage-http-agent.js test: add ALS test using http agent keep alive 2025-04-27 06:59:57 +00:00
test-async-local-storage-http-multiclients.js
test-async-local-storage-isolation.js async_hooks: ensure AsyncLocalStore instances work isolated 2025-05-06 18:00:56 +00:00
test-async-local-storage-snapshot.js
test-async-wrap-constructor.js
test-async-wrap-destroyid.js
test-async-wrap-pop-id-during-load.js
test-async-wrap-promise-after-enabled.js
test-async-wrap-tlssocket-asyncreset.js
test-async-wrap-trigger-id.js
test-async-wrap-uncaughtexception.js
test-asyncresource-bind.js async_hooks: move asyncResource property on bound function to EOL 2025-06-09 15:20:30 +00:00
test-atomics-wake.js
test-bad-unicode.js
test-bash-completion.js
test-beforeexit-event-exit.js
test-benchmark-cli.js
test-binding-constants.js fs: unexpose internal constants 2025-05-16 19:40:17 +00:00
test-blob-createobjecturl.js
test-blob-file-backed.js
test-blob.js
test-blocklist-clone.js
test-blocklist.js net: update net.blocklist to allow file save and file management 2025-07-08 20:37:51 +00:00
test-bootstrap-modules.js module: refactor and clarify async loader hook customizations 2025-10-23 13:42:23 +00:00
test-broadcastchannel-custom-inspect.js
test-btoa-atob.js
test-buffer-alloc-unsafe-is-initialized-with-zero-fill-flag.js src: fix timing of snapshot serialize callback 2025-10-28 00:15:55 +00:00
test-buffer-alloc-unsafe-is-uninitialized.js src: fix timing of snapshot serialize callback 2025-10-28 00:15:55 +00:00
test-buffer-alloc.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-backing-arraybuffer.js
test-buffer-badhex.js
test-buffer-bigint64.js test: swap assert.strictEqual() parameters 2025-02-28 10:37:18 +00:00
test-buffer-bytelength.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-compare-offset.js
test-buffer-compare.js
test-buffer-concat.js
test-buffer-constants.js
test-buffer-constructor-deprecation-error.js
test-buffer-constructor-node-modules-paths.js
test-buffer-constructor-node-modules.js
test-buffer-constructor-outside-node-modules.js
test-buffer-copy.js
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-fakes.js
test-buffer-fill.js
test-buffer-from.js
test-buffer-includes.js
test-buffer-indexof.js test: add more number cases for buffer.indexOf 2025-03-22 16:34:40 +00:00
test-buffer-inheritance.js
test-buffer-inspect.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-isascii.js
test-buffer-isencoding.js
test-buffer-isutf8.js
test-buffer-iterator.js
test-buffer-new.js
test-buffer-no-negative-allocation.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-nopendingdep-map.js
test-buffer-of-no-deprecation.js
test-buffer-over-max-length.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-pool-untransferable.js
test-buffer-prototype-inspect.js
test-buffer-read.js
test-buffer-readdouble.js
test-buffer-readfloat.js
test-buffer-readint.js
test-buffer-readuint.js
test-buffer-resizable.js
test-buffer-safe-unsafe.js
test-buffer-set-inspect-max-bytes.js
test-buffer-sharedarraybuffer.js
test-buffer-slice.js
test-buffer-slow.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-4gb.js test: fix test-buffer-tostring-range on allocation failure 2025-05-23 21:13:39 +00:00
test-buffer-tostring-range.js test: fix test-buffer-tostring-range on allocation failure 2025-05-23 21:13:39 +00:00
test-buffer-tostring-rangeerror.js test: remove duplicated allocUnsafeSlow test 2025-06-02 11:32:58 +00:00
test-buffer-tostring.js
test-buffer-write-fast.js test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
test-buffer-write.js
test-buffer-writedouble.js
test-buffer-writefloat.js
test-buffer-writeint.js
test-buffer-writeuint.js
test-buffer-zero-fill-cli.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js dns: move falsy hostname in lookup to end-of-life 2025-06-13 12:47:23 +00:00
test-child-process-advanced-serialization-largebuffer.js
test-child-process-advanced-serialization-splitted-length-field.js
test-child-process-advanced-serialization.js
test-child-process-bad-stdio.js
test-child-process-can-write-to-stdout.js
test-child-process-constructor.js
test-child-process-cwd.js
test-child-process-default-options.js
test-child-process-destroy.js
test-child-process-detached.js
test-child-process-dgram-reuseport.js
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js
test-child-process-exec-abortcontroller-promisified.js
test-child-process-exec-any-shells-windows.js
test-child-process-exec-cwd.js
test-child-process-exec-encoding.js
test-child-process-exec-env.js
test-child-process-exec-error.js
test-child-process-exec-kill-throws.js
test-child-process-exec-maxbuf.js
test-child-process-exec-std-encoding.js
test-child-process-exec-stdout-stderr-data-string.js
test-child-process-exec-timeout-expire.js
test-child-process-exec-timeout-kill.js
test-child-process-exec-timeout-not-expired.js
test-child-process-execfile-maxbuf.js
test-child-process-execFile-promisified-abortController.js
test-child-process-execfile.js child_process: deprecate passing args to spawn and execFile 2025-03-21 16:15:18 +00:00
test-child-process-execfilesync-maxbuf.js
test-child-process-execsync-maxbuf.js
test-child-process-exit-code.js
test-child-process-flush-stdio.js
test-child-process-fork-abort-signal.js
test-child-process-fork-and-spawn.js
test-child-process-fork-args.js
test-child-process-fork-close.js
test-child-process-fork-closed-channel-segfault.js
test-child-process-fork-detached.js
test-child-process-fork-dgram.js
test-child-process-fork-exec-argv.js
test-child-process-fork-exec-path.js
test-child-process-fork-getconnections.js
test-child-process-fork-net-server.js
test-child-process-fork-net-socket.js
test-child-process-fork-net.js
test-child-process-fork-no-shell.js
test-child-process-fork-ref.js
test-child-process-fork-ref2.js
test-child-process-fork-stdio-string-variant.js
test-child-process-fork-stdio.js
test-child-process-fork-timeout-kill-signal.js lib: use validators for argument validation 2025-09-21 02:47:14 +00:00
test-child-process-fork-url.mjs
test-child-process-fork.js child_process: move _channel to end-of-life 2025-06-02 16:25:50 +00:00
test-child-process-fork3.js
test-child-process-http-socket-leak.js
test-child-process-internal.js
test-child-process-ipc-next-tick.js
test-child-process-ipc.js
test-child-process-kill.js src: fix kill signal 0 on Windows 2025-04-04 06:52:52 +00:00
test-child-process-net-reuseport.js
test-child-process-no-deprecation.js
test-child-process-pipe-dataflow.js
test-child-process-promisified.js
test-child-process-prototype-tampering.mjs
test-child-process-recv-handle.js
test-child-process-reject-null-bytes.js
test-child-process-send-after-close.js
test-child-process-send-cb.js
test-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js test: refactor error checks to use assert.ifError/mustSucceed 2025-08-15 05:40:01 +00:00
test-child-process-send-type-error.js
test-child-process-send-utf8.js
test-child-process-server-close.js
test-child-process-set-blocking.js
test-child-process-silent.js
test-child-process-spawn-args.mjs test: rewrite test-child-process-spawn-args 2025-06-03 11:02:37 +00:00
test-child-process-spawn-argv0.js
test-child-process-spawn-controller.js
test-child-process-spawn-error.js
test-child-process-spawn-event.js
test-child-process-spawn-shell.js child_process: deprecate passing args to spawn and execFile 2025-03-21 16:15:18 +00:00
test-child-process-spawn-timeout-kill-signal.js lib: use validators for argument validation 2025-09-21 02:47:14 +00:00
test-child-process-spawn-typeerror.js lib: use validators for argument validation 2025-09-21 02:47:14 +00:00
test-child-process-spawn-windows-batch-file.js
test-child-process-spawnsync-args.js
test-child-process-spawnsync-env.js
test-child-process-spawnsync-input.js
test-child-process-spawnsync-kill-signal.js
test-child-process-spawnsync-maxbuf.js
test-child-process-spawnsync-shell.js child_process: deprecate passing args to spawn and execFile 2025-03-21 16:15:18 +00:00
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync-validation-errors.js lib: use validators for argument validation 2025-09-21 02:47:14 +00:00
test-child-process-spawnsync.js
test-child-process-stdin-ipc.js
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js
test-child-process-stdio-inherit.js
test-child-process-stdio-merge-stdouts-into-cat.js
test-child-process-stdio-overlapped.js
test-child-process-stdio-reuse-readable-stdio.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js test: reduce iteration count in test-child-process-stdout-flush-exit 2025-05-13 19:10:09 +00:00
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js
test-child-process-uid-gid.js
test-child-process-validate-stdio.js
test-child-process-windows-hide.js
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js
test-cli-node-cli-manpage-env-vars.mjs doc: add missing environment variables to manpage 2025-07-11 07:38:24 +00:00
test-cli-node-cli-manpage-options.mjs test: add tests to ensure that node.1 is kept in sync with cli.md 2025-06-30 21:03:28 +00:00
test-cli-node-options-disallowed.js
test-cli-node-options-docs.js quic: reduce boilerplate and other minor cleanups 2025-09-07 19:29:02 -07:00
test-cli-node-options.js
test-cli-node-print-help.js
test-cli-options-as-flags.js src: add internal GetOptionsAsFlags 2025-08-16 06:43:49 +00:00
test-cli-options-negation.js
test-cli-options-precedence.js
test-cli-permission-deny-fs.js
test-cli-permission-multiple-allow.js
test-cli-print-promise.mjs
test-cli-syntax-eval.js
test-cli-syntax-piped-bad.js
test-cli-syntax-piped-good.js
test-client-request-destroy.js
test-cluster-accept-fail.js
test-cluster-advanced-serialization.js
test-cluster-basic.js
test-cluster-bind-privileged-port.js
test-cluster-bind-twice.js
test-cluster-call-and-destroy.js
test-cluster-child-index-dgram.js
test-cluster-child-index-net.js
test-cluster-concurrent-disconnect.js
test-cluster-cwd.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
test-cluster-dgram-bind-fd.js
test-cluster-dgram-ipv6only.js
test-cluster-dgram-reuse.js
test-cluster-dgram-reuseport.js
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-exitedAfterDisconnect-race.js
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js
test-cluster-disconnect-unshared-tcp.js
test-cluster-disconnect-unshared-udp.js
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js
test-cluster-eaddrinuse.js
test-cluster-fork-env.js
test-cluster-fork-stdio.js
test-cluster-fork-windowsHide.js
test-cluster-http-pipe.js
test-cluster-invalid-message.js
test-cluster-ipc-throw.js
test-cluster-kill-disconnect.js
test-cluster-kill-infinite-loop.js
test-cluster-listen-pipe-readable-writable.js
test-cluster-listening-port.js
test-cluster-message.js
test-cluster-net-listen-backlog.js
test-cluster-net-listen-ipv6only-false.js
test-cluster-net-listen-relative-path.js
test-cluster-net-listen.js
test-cluster-net-reuseport.js
test-cluster-net-send.js
test-cluster-net-server-drop-connection.js
test-cluster-primary-error.js
test-cluster-primary-kill.js
test-cluster-process-disconnect.js
test-cluster-rr-domain-listen.js
test-cluster-rr-handle-close.js
test-cluster-rr-handle-keep-loop-alive.js
test-cluster-rr-handle-ref-unref.js
test-cluster-rr-ref.js
test-cluster-send-deadlock.js
test-cluster-send-handle-twice.js
test-cluster-send-socket-to-worker-http-server.js
test-cluster-server-restart-none.js
test-cluster-server-restart-rr.js
test-cluster-setup-primary-argv.js
test-cluster-setup-primary-cumulative.js
test-cluster-setup-primary-emit.js
test-cluster-setup-primary-multiple.js
test-cluster-setup-primary.js
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js
test-cluster-shared-leak.js
test-cluster-uncaught-exception.js
test-cluster-worker-constructor.js
test-cluster-worker-death.js
test-cluster-worker-destroy.js
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js
test-cluster-worker-events.js
test-cluster-worker-exit.js
test-cluster-worker-forced-exit.js
test-cluster-worker-handle-close.js
test-cluster-worker-init.js
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js
test-cluster-worker-kill-signal.js
test-cluster-worker-kill.js
test-cluster-worker-no-exit.js
test-cluster-worker-wait-server-close.js
test-code-cache.js
test-common-countdown.js
test-common-expect-warning.js
test-common-gc.js
test-common-must-not-call.js
test-common-must-not-mutate-object-deep.mjs
test-common.js
test-compile-cache-api-env.js
test-compile-cache-api-error.js src: add an option to make compile cache portable 2025-09-12 11:00:39 +00:00
test-compile-cache-api-flush.js
test-compile-cache-api-options-portable-env.js module: fix directory option in the enableCompileCache() API 2025-10-09 07:55:31 +00:00
test-compile-cache-api-permission.js
test-compile-cache-api-portable.js module: fix directory option in the enableCompileCache() API 2025-10-09 07:55:31 +00:00
test-compile-cache-api-success.js
test-compile-cache-api-tmpdir.js
test-compile-cache-bad-syntax.js
test-compile-cache-disable.js
test-compile-cache-dynamic-import.js
test-compile-cache-esm.js
test-compile-cache-existing-directory.js
test-compile-cache-permission-allowed.js
test-compile-cache-permission-disallowed.js
test-compile-cache-portable-esm.js src: add an option to make compile cache portable 2025-09-12 11:00:39 +00:00
test-compile-cache-portable.js src: add an option to make compile cache portable 2025-09-12 11:00:39 +00:00
test-compile-cache-success.js
test-compile-cache-typescript-commonjs.js
test-compile-cache-typescript-esm.js
test-compile-cache-typescript-strip-miss.js
test-compile-cache-typescript-strip-sourcemaps.js
test-compile-cache-typescript-transform.js
test-compile-cache-updated-file.js
test-compression-decompression-stream.js
test-config-file.js src,test: fix config file parsing for flags defaulted to true 2025-07-20 04:47:16 +00:00
test-config-json-schema.js quic: reduce boilerplate and other minor cleanups 2025-09-07 19:29:02 -07:00
test-console-assign-undefined.js
test-console-async-write-error.js
test-console-clear.js
test-console-count.js
test-console-diagnostics-channels.js
test-console-formatTime.js
test-console-group.js
test-console-instance.js
test-console-issue-43095.js
test-console-log-stdio-broken-dest.js
test-console-log-throw-primitive.js
test-console-methods.js
test-console-no-swallow-stack-overflow.js
test-console-not-call-toString.js
test-console-self-assign.js
test-console-stdio-setters.js
test-console-sync-write-error.js
test-console-table.js
test-console-tty-colors-per-stream.js console: allow per-stream inspectOptions option 2025-10-03 16:11:08 +02:00
test-console-tty-colors.js
test-console-with-frozen-intrinsics.js
test-console.js
test-constants.js
test-corepack-version.js
test-coverage-with-inspector-disabled.js
test-cppheap-stats.js v8: add v8.getCppHeapStatistics() method 2025-03-04 11:14:34 +00:00
test-crypto-aes-wrap.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-argon2-unsupported.js crypto: add argon2() and argon2Sync() methods 2025-08-19 19:30:38 +00:00
test-crypto-argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-19 19:30:38 +00:00
test-crypto-async-sign-verify.js tools,test: enforce best practices to detect never settling promises 2025-07-16 10:57:22 +02:00
test-crypto-authenticated-stream.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-authenticated.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-certificate.js
test-crypto-cipheriv-decipheriv.js crypto: remove CipherBase::Init 2025-04-09 22:13:44 +00:00
test-crypto-classes.js
test-crypto-default-shake-lengths-oneshot.js crypto: runtime-deprecate default shake128/256 output lengths 2025-07-11 14:21:46 +00:00
test-crypto-default-shake-lengths.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-des3-wrap.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-dh-constructor.js
test-crypto-dh-curves.js
test-crypto-dh-errors.js
test-crypto-dh-generate-keys.js
test-crypto-dh-group-setters.js
test-crypto-dh-leak.js
test-crypto-dh-modp2-views.js
test-crypto-dh-modp2.js
test-crypto-dh-odd-key.js
test-crypto-dh-padding.js
test-crypto-dh-shared.js
test-crypto-dh-stateless-async.js crypto: add optional callback to crypto.diffieHellman 2025-03-15 10:44:04 +00:00
test-crypto-dh-stateless.js crypto: add optional callback to crypto.diffieHellman 2025-03-15 10:44:04 +00:00
test-crypto-dh.js
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-ecdh-convert-key.js
test-crypto-ecdh-setpublickey-deprecation.js crypto: runtime deprecate ECDH.setPublicKey() 2025-06-09 15:53:10 +00:00
test-crypto-encap-decap.js crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-20 14:30:58 +00:00
test-crypto-encoding-validation-error.js
test-crypto-fips.js src: fix FIPS init error handling 2025-05-30 11:23:57 +00:00
test-crypto-from-binary.js
test-crypto-gcm-explicit-short-tag.js
test-crypto-gcm-implicit-short-tag.js
test-crypto-getcipherinfo.js crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL 2025-05-22 11:04:16 +00:00
test-crypto-hash-stream-pipe.js
test-crypto-hash.js crypto: runtime-deprecate default shake128/256 output lengths 2025-07-11 14:21:46 +00:00
test-crypto-hkdf.js crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL 2025-05-22 11:04:16 +00:00
test-crypto-hmac.js
test-crypto-key-objects-messageport.js
test-crypto-key-objects-to-crypto-key.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-crypto-key-objects.js
test-crypto-keygen-async-dsa-key-object.js
test-crypto-keygen-async-dsa.js
test-crypto-keygen-async-elliptic-curve-jwk-ec.js
test-crypto-keygen-async-elliptic-curve-jwk-rsa.js
test-crypto-keygen-async-elliptic-curve-jwk.js
test-crypto-keygen-async-encrypted-private-key-der.js
test-crypto-keygen-async-encrypted-private-key.js
test-crypto-keygen-async-explicit-elliptic-curve-encrypted-p256.js
test-crypto-keygen-async-explicit-elliptic-curve-encrypted.js.js
test-crypto-keygen-async-explicit-elliptic-curve.js
test-crypto-keygen-async-named-elliptic-curve-encrypted-p256.js
test-crypto-keygen-async-named-elliptic-curve-encrypted.js
test-crypto-keygen-async-named-elliptic-curve.js
test-crypto-keygen-async-rsa.js
test-crypto-keygen-bit-length.js
test-crypto-keygen-dh-classic.js
test-crypto-keygen-eddsa.js
test-crypto-keygen-empty-passphrase-no-error.js
test-crypto-keygen-empty-passphrase-no-prompt.js
test-crypto-keygen-invalid-parameter-encoding-dsa.js
test-crypto-keygen-invalid-parameter-encoding-ec.js
test-crypto-keygen-key-object-without-encoding.js
test-crypto-keygen-key-objects.js
test-crypto-keygen-missing-oid.js
test-crypto-keygen-no-rsassa-pss-params.js
test-crypto-keygen-non-standard-public-exponent.js
test-crypto-keygen-promisify.js
test-crypto-keygen-rfc8017-9-1.js
test-crypto-keygen-rfc8017-a-2-3.js
test-crypto-keygen-rsa-pss.js
test-crypto-keygen-sync.js
test-crypto-keygen.js crypto: move deprecated hash and mgf1Hash options to EOL 2025-06-20 13:09:06 -07:00
test-crypto-lazy-transform-writable.js
test-crypto-no-algorithm.js
test-crypto-oaep-zero-length.js crypto: fix output of privateDecrypt with zero-length data 2025-04-01 06:29:29 +00:00
test-crypto-oneshot-hash-xof.js crypto: support outputLength option in crypto.hash for XOF functions 2025-07-08 13:39:00 +00:00
test-crypto-oneshot-hash.js crypto: support outputLength option in crypto.hash for XOF functions 2025-07-08 13:39:00 +00:00
test-crypto-op-during-process-exit.js
test-crypto-padding-aes256.js test,crypto: skip unsupported ciphers 2025-08-09 17:18:51 +00:00
test-crypto-padding.js
test-crypto-pbkdf2.js
test-crypto-pqc-key-objects-ml-dsa.js crypto: support ML-DSA KeyObject, sign, and verify 2025-08-06 21:49:30 +00:00
test-crypto-pqc-key-objects-ml-kem.js crypto: support ML-KEM KeyObject 2025-08-16 14:39:14 +00:00
test-crypto-pqc-key-objects-slh-dsa.js crypto: support SLH-DSA KeyObject, sign, and verify 2025-08-26 15:41:25 +00:00
test-crypto-pqc-keygen-ml-dsa.js crypto: support ML-DSA KeyObject, sign, and verify 2025-08-06 21:49:30 +00:00
test-crypto-pqc-keygen-ml-kem.js crypto: support ML-KEM KeyObject 2025-08-16 14:39:14 +00:00
test-crypto-pqc-keygen-slh-dsa.js crypto: support SLH-DSA KeyObject, sign, and verify 2025-08-26 15:41:25 +00:00
test-crypto-pqc-sign-verify-ml-dsa.js crypto: support ML-DSA KeyObject, sign, and verify 2025-08-06 21:49:30 +00:00
test-crypto-prime.js
test-crypto-private-decrypt-gh32240.js
test-crypto-psychic-signatures.js
test-crypto-publicDecrypt-fails-first-time.js
test-crypto-random.js
test-crypto-randomfillsync-regression.js
test-crypto-randomuuid.js
test-crypto-rsa-dsa.js test: prepare test-crypto-rsa-dsa for newer OpenSSL 2025-07-26 22:40:18 +00:00
test-crypto-scrypt.js
test-crypto-sec-level.js
test-crypto-secret-keygen.js
test-crypto-secure-heap.js
test-crypto-sign-verify.js crypto: support Ed448 and ML-DSA context parameter in node:crypto 2025-09-07 13:17:42 +00:00
test-crypto-stream.js test: make crypto tests work with BoringSSL 2025-05-22 11:26:56 +00:00
test-crypto-subtle-cross-realm.js crypto: fix cross-realm SharedArrayBuffer validation 2025-04-24 13:28:51 +00:00
test-crypto-subtle-zero-length.js
test-crypto-update-encoding.js
test-crypto-verify-failure.js
test-crypto-webcrypto-aes-decrypt-tag-too-small.js
test-crypto-worker-thread.js
test-crypto-x509.js crypto: expose signatureAlgorithm on X509Certificate 2025-09-16 19:27:04 +00:00
test-crypto.js test: make crypto tests work with BoringSSL 2025-05-22 11:26:56 +00:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
test-cwd-enoent.js
test-data-url.js
test-datetime-change-notify.js
test-debug-process.js test: make test-debug-process locale-independent 2025-08-19 01:08:01 +00:00
test-debug-v8-fast-api.js
test-debugger-address.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-auto-resume.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-backtrace.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-break.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-breakpoint-exists.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-clear-breakpoints.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-exceptions.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-exec-scope.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-exec.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-extract-function-name.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-heap-profiler.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-help.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-invalid-json.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-list.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-low-level.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-object-type-remote-object.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-pid.js
test-debugger-preserve-breaks.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-profile-command.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-profile.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-random-port-with-inspect-port.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-random-port.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-repeat-last.js
test-debugger-restart-message.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-run-after-quit-restart.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-sb-before-load.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-scripts.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-set-context-line-number.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-unavailable-port.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-use-strict.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-watch-validation.js test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-watchers.mjs test: update startCLI to set --port=0 by default 2025-07-20 17:37:28 +00:00
test-debugger-websocket-secret-mismatch.js
test-delayed-require.js
test-destroy-socket-in-lookup.js
test-dgram-abort-closed.js
test-dgram-address.js
test-dgram-async-dispose.mjs
test-dgram-bind-default-address.js
test-dgram-bind-error-repeat.js
test-dgram-bind-fd-error.js
test-dgram-bind-fd.js
test-dgram-bind-socket-close-before-cluster-reply.js
test-dgram-bind-socket-close-before-lookup.js
test-dgram-bind.js
test-dgram-blocklist.js test: refactor error checks to use assert.ifError/mustSucceed 2025-08-15 05:40:01 +00:00
test-dgram-bytes-length.js
test-dgram-close-during-bind.js
test-dgram-close-in-listening.js
test-dgram-close-is-not-callback.js
test-dgram-close-signal.js
test-dgram-close.js
test-dgram-cluster-bind-error.js
test-dgram-cluster-close-during-bind.js
test-dgram-cluster-close-in-listening.js
test-dgram-connect-send-callback-buffer-length.js
test-dgram-connect-send-callback-buffer.js
test-dgram-connect-send-callback-multi-buffer.js
test-dgram-connect-send-default-host.js
test-dgram-connect-send-empty-array.js
test-dgram-connect-send-empty-buffer.js
test-dgram-connect-send-empty-packet.js
test-dgram-connect-send-multi-buffer-copy.js
test-dgram-connect-send-multi-string-array.js
test-dgram-connect.js
test-dgram-create-socket-handle-fd.js dgram: move deprecated APIs to EOL 2025-05-31 02:59:40 +00:00
test-dgram-create-socket-handle.js
test-dgram-createSocket-type.js
test-dgram-custom-lookup.js
test-dgram-error-message-address.js
test-dgram-exclusive-implicit-bind.js
test-dgram-implicit-bind.js
test-dgram-ipv6only.js
test-dgram-listen-after-bind.js
test-dgram-membership.js
test-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface.js
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-recv-error.js
test-dgram-ref.js
test-dgram-reuseport.js
test-dgram-send-address-types.js
test-dgram-send-bad-arguments.js
test-dgram-send-callback-buffer-empty-address.js
test-dgram-send-callback-buffer-length-empty-address.js
test-dgram-send-callback-buffer-length.js
test-dgram-send-callback-buffer.js
test-dgram-send-callback-multi-buffer-empty-address.js
test-dgram-send-callback-multi-buffer.js
test-dgram-send-callback-recursive.js
test-dgram-send-cb-quelches-error.js
test-dgram-send-default-host.js
test-dgram-send-empty-array.js
test-dgram-send-empty-buffer.js
test-dgram-send-empty-packet.js
test-dgram-send-error.js
test-dgram-send-invalid-msg-type.js
test-dgram-send-multi-buffer-copy.js
test-dgram-send-multi-string-array.js
test-dgram-send-queue-info.js
test-dgram-sendto.js
test-dgram-setBroadcast.js
test-dgram-setTTL.js
test-dgram-socket-buffer-size.js
test-dgram-udp4.js
test-dgram-udp6-link-local-address.js
test-dgram-udp6-send-default-host.js
test-dgram-unref-in-cluster.js
test-dgram-unref.js
test-diagnostic-channel-http-request-created.js
test-diagnostic-channel-http-response-created.js
test-diagnostics-channel-bind-store.js
test-diagnostics-channel-gc-maintains-subcriptions.js diagnostics_channel: fix race condition with diagnostics_channel and GC 2025-09-19 07:28:39 +00:00
test-diagnostics-channel-gc-race-condition.js diagnostics_channel: fix race condition with diagnostics_channel and GC 2025-09-19 07:28:39 +00:00
test-diagnostics-channel-has-subscribers.js
test-diagnostics-channel-http-server-start.js
test-diagnostics-channel-http.js
test-diagnostics-channel-http2-client-stream-close-error.js http2: add diagnostics channel 'http2.client.stream.close' 2025-05-19 08:12:41 +00:00
test-diagnostics-channel-http2-client-stream-close.js http2: add diagnostics channel 'http2.client.stream.close' 2025-05-19 08:12:41 +00:00
test-diagnostics-channel-http2-client-stream-created.js http2: report sent headers object in client stream dcs 2025-08-17 05:29:41 +00:00
test-diagnostics-channel-http2-client-stream-error.js http2: add diagnostics channel 'http2.client.stream.error' 2025-05-16 12:15:50 +00:00
test-diagnostics-channel-http2-client-stream-finish.js http2: add diagnostics channel 'http2.client.stream.finish' 2025-05-18 13:04:59 +05:30
test-diagnostics-channel-http2-client-stream-start.js http2: report sent headers object in client stream dcs 2025-08-17 05:29:41 +00:00
test-diagnostics-channel-http2-server-stream-close-error.js http2: add diagnostics channel 'http2.server.stream.close' 2025-06-11 11:57:51 +00:00
test-diagnostics-channel-http2-server-stream-close.js http2: add diagnostics channel 'http2.server.stream.close' 2025-06-11 11:57:51 +00:00
test-diagnostics-channel-http2-server-stream-created-start-timing.js http2: add diagnostics channel 'http2.server.stream.start' 2025-05-29 11:11:46 +00:00
test-diagnostics-channel-http2-server-stream-created.js http2: add diagnostics channel 'http2.server.stream.created' 2025-05-25 13:22:05 +00:00
test-diagnostics-channel-http2-server-stream-error.js http2: add diagnostics channel 'http2.server.stream.error' 2025-06-01 13:08:20 +00:00
test-diagnostics-channel-http2-server-stream-finish.js http2: add diagnostics channel 'http2.server.stream.finish' 2025-06-04 14:51:58 +00:00
test-diagnostics-channel-http2-server-stream-start.js http2: add diagnostics channel 'http2.server.stream.start' 2025-05-29 11:11:46 +00:00
test-diagnostics-channel-memory-leak.js
test-diagnostics-channel-module-import-error.js
test-diagnostics-channel-module-import.js
test-diagnostics-channel-module-require-error.js
test-diagnostics-channel-module-require.js
test-diagnostics-channel-net-client-socket-tls.js net: always publish to 'net.client.socket' diagnostics channel 2025-05-18 09:05:17 +00:00
test-diagnostics-channel-net.js net: always publish to 'net.client.socket' diagnostics channel 2025-05-18 09:05:17 +00:00
test-diagnostics-channel-object-channel-pub-sub.js
test-diagnostics-channel-process.js
test-diagnostics-channel-pub-sub.js
test-diagnostics-channel-safe-subscriber-errors.js
test-diagnostics-channel-symbol-named.js
test-diagnostics-channel-sync-unsubscribe.js
test-diagnostics-channel-tracing-channel-args-types.js
test-diagnostics-channel-tracing-channel-callback-early-exit.js
test-diagnostics-channel-tracing-channel-callback-error.js
test-diagnostics-channel-tracing-channel-callback-run-stores.js
test-diagnostics-channel-tracing-channel-callback.js
test-diagnostics-channel-tracing-channel-has-subscribers.js
test-diagnostics-channel-tracing-channel-promise-early-exit.js
test-diagnostics-channel-tracing-channel-promise-error.js
test-diagnostics-channel-tracing-channel-promise-run-stores.js
test-diagnostics-channel-tracing-channel-promise-unhandled.js test: verify tracing channel doesn't swallow unhandledRejection 2025-09-24 17:22:00 +00:00
test-diagnostics-channel-tracing-channel-promise.js
test-diagnostics-channel-tracing-channel-sync-early-exit.js
test-diagnostics-channel-tracing-channel-sync-error.js
test-diagnostics-channel-tracing-channel-sync-run-stores.js
test-diagnostics-channel-tracing-channel-sync.js
test-diagnostics-channel-udp.js
test-diagnostics-channel-worker-threads.js
test-diff.js util: expose diff function used by the assertion errors 2025-03-19 23:59:07 +00:00
test-directory-import.js
test-disable-proto-delete.js
test-disable-proto-throw.js
test-disable-sigusr1.js
test-dns-cancel-reverse-lookup.js
test-dns-channel-cancel-promise.js
test-dns-channel-cancel.js
test-dns-channel-timeout.js
test-dns-default-order-ipv4.js
test-dns-default-order-ipv6.js
test-dns-default-order-verbatim.js
test-dns-get-server.js
test-dns-lookup-promises-options-deprecated.js
test-dns-lookup-promises.js
test-dns-lookup.js dns: move falsy hostname in lookup to end-of-life 2025-06-13 12:47:23 +00:00
test-dns-lookupService-promises.js
test-dns-lookupService.js
test-dns-memory-error.js
test-dns-multi-channel.js
test-dns-perf_hooks.js
test-dns-promises-exists.js
test-dns-resolve-promises.js
test-dns-resolveany-bad-ancount.js
test-dns-resolveany.js
test-dns-resolvens-typeerror.js
test-dns-resolver-max-timeout.js dns: support max timeout 2025-07-10 15:50:43 +00:00
test-dns-set-default-order.js
test-dns-setlocaladdress.js
test-dns-setserver-when-querying.js
test-dns-setservers-type-check.js
test-dns.js dns: move falsy hostname in lookup to end-of-life 2025-06-13 12:47:23 +00:00
test-domain-abort-on-uncaught.js
test-domain-add-remove.js
test-domain-async-id-map-leak.js
test-domain-bind-timeout.js
test-domain-crypto.js
test-domain-dep0097.js
test-domain-ee-error-listener.js
test-domain-ee-implicit.js
test-domain-ee.js
test-domain-emit-error-handler-stack.js
test-domain-enter-exit.js
test-domain-error-types.js
test-domain-from-timer.js
test-domain-fs-enoent-stream.js
test-domain-http-server.js
test-domain-implicit-binding.js
test-domain-implicit-fs.js
test-domain-intercept.js
test-domain-load-after-set-uncaught-exception-capture.js
test-domain-multi.js
test-domain-multiple-errors.js
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js
test-domain-no-error-handler-abort-on-uncaught-1.js
test-domain-no-error-handler-abort-on-uncaught-2.js
test-domain-no-error-handler-abort-on-uncaught-3.js
test-domain-no-error-handler-abort-on-uncaught-4.js
test-domain-no-error-handler-abort-on-uncaught-5.js
test-domain-no-error-handler-abort-on-uncaught-6.js
test-domain-no-error-handler-abort-on-uncaught-7.js
test-domain-no-error-handler-abort-on-uncaught-8.js
test-domain-no-error-handler-abort-on-uncaught-9.js
test-domain-no-error-handler-abort-on-uncaught-0.js
test-domain-promise.js
test-domain-run.js
test-domain-safe-exit.js
test-domain-set-uncaught-exception-capture-after-load.js
test-domain-stack-empty-in-process-uncaughtexception.js
test-domain-stack.js
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
test-domain-thrown-error-handler-stack.js
test-domain-timer.js
test-domain-timers-uncaught-exception.js
test-domain-timers.js
test-domain-top-level-error-handler-clears-stack.js
test-domain-top-level-error-handler-throw.js
test-domain-uncaught-exception.js
test-domain-vm-promise-isolation.js
test-domain-with-abort-on-uncaught-exception.js
test-domexception-cause.js
test-domexception-subclass.js lib: fix DOMException subclass support 2025-08-31 17:20:02 +00:00
test-dotenv-edge-cases.js src: improve performance of dotenv ToObject 2025-10-04 12:54:47 +00:00
test-dotenv-node-options.js
test-dotenv.js util: fix parseEnv incorrectly splitting multiple ‘=‘ in value 2025-04-06 07:47:28 +00:00
test-double-tls-client.js
test-double-tls-server.js
test-dsa-fips-invalid-key.js
test-dummy-stdio.js
test-emit-after-uncaught-exception.js
test-env-newprotomethod-remove-unnecessary-prototypes.js
test-env-var-no-warnings.js
test-err-name-deprecation.js
test-error-aggregateTwoErrors.js
test-error-format-list.js
test-error-prepare-stack-trace.js
test-error-reporting.js
test-error-value-type-detection.mjs
test-errors-aborterror.js
test-errors-hide-stack-frames.js
test-errors-systemerror-frozen-intrinsics.js
test-errors-systemerror-stackTraceLimit-custom-setter.js
test-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js
test-errors-systemerror-stackTraceLimit-deleted.js
test-errors-systemerror-stackTraceLimit-has-only-a-getter.js
test-errors-systemerror-stackTraceLimit-not-writable.js
test-errors-systemerror.js
test-eslint-alphabetize-errors.js
test-eslint-alphabetize-primordials.js
test-eslint-async-iife-no-unused-result.js
test-eslint-avoid-prototype-pollution.js
test-eslint-crypto-check.js
test-eslint-documented-deprecation-codes.js
test-eslint-documented-errors.js
test-eslint-duplicate-requires.js
test-eslint-eslint-check.js
test-eslint-inspector-check.js
test-eslint-lowercase-name-for-primitive.js
test-eslint-must-call-assert.js test: ensure assertions are reachable in more folders 2025-10-29 15:16:59 +00:00
test-eslint-no-array-destructuring.js
test-eslint-no-unescaped-regexp-dot.js
test-eslint-non-ascii-character.js
test-eslint-prefer-assert-iferror.js
test-eslint-prefer-assert-methods.js
test-eslint-prefer-common-mustnotcall.js
test-eslint-prefer-common-mustsucceed.js
test-eslint-prefer-optional-chaining.js
test-eslint-prefer-primordials.js
test-eslint-prefer-proto.js
test-eslint-prefer-util-format-errors.js
test-eslint-require-common-first.js
test-eslint-required-modules.js
test-esm-loader-hooks-inspect-brk.js
test-esm-loader-hooks-inspect-wait.js
test-eval-disallow-code-generation-from-strings.js
test-eval-strict-referenceerror.js
test-eval.js
test-event-capture-rejections.js
test-event-emitter-add-listeners.js
test-event-emitter-check-listener-leaks.js
test-event-emitter-emit-context.js
test-event-emitter-error-monitor.js
test-event-emitter-errors.js
test-event-emitter-get-max-listeners.js
test-event-emitter-invalid-listener.js
test-event-emitter-listener-count.js
test-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js
test-event-emitter-max-listeners-warning-for-null.js
test-event-emitter-max-listeners-warning-for-symbol.js
test-event-emitter-max-listeners-warning.js
test-event-emitter-max-listeners.js
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js
test-event-emitter-prepend.js
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js
test-event-emitter-subclass.js
test-event-emitter-symbols.js
test-event-target.js
test-eventemitter-asyncresource.js
test-events-add-abort-listener.mjs
test-events-customevent.js
test-events-getmaxlisteners.js
test-events-list.js
test-events-listener-count-with-listener.js
test-events-on-async-iterator.js
test-events-once.js process: move multipleResolves event to EOL 2025-06-29 04:23:09 -07:00
test-events-static-geteventlisteners.js
test-events-uncaught-exception-stack.js
test-eventsource-disabled.js
test-eventsource.js
test-eventtarget-brandcheck.js
test-eventtarget-memoryleakwarning.js
test-eventtarget-once-twice.js
test-eventtarget.js
test-exception-handler.js
test-exception-handler2.js
test-experimental-shared-value-conveyor.js
test-fastutf8stream-destroy.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-end.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-flush-mocks.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-flush-sync.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-flush.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-fsync.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-minlength.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-mode.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-periodicflush.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-reopen.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-retry.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-sync.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fastutf8stream-write.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-fetch-mock.js
test-fetch.mjs
test-file-read-noexist.js
test-file-validate-mode-flag.js
test-file-write-stream.js
test-file-write-stream2.js
test-file-write-stream3.js
test-file-write-stream4.js test: remove deadlock workaround 2025-05-04 16:23:12 +00:00
test-file-write-stream5.js
test-file.js
test-filehandle-autoclose.mjs fs: add autoClose option to FileHandle readableWebStream 2025-06-04 18:26:54 -07:00
test-filehandle-close.js
test-filehandle-readablestream.js
test-fileurltopathbuffer.js url: add fileURLToPathBuffer API 2025-06-14 14:06:04 -07:00
test-finalization-registry-shutdown.js
test-find-package-json.js
test-fixed-queue.js
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-freeze-intrinsics.js
test-fs-access.js
test-fs-append-file-flush.js
test-fs-append-file-sync.js
test-fs-append-file.js
test-fs-assert-encoding-error.js
test-fs-buffer.js
test-fs-buffertype-writesync.js
test-fs-chmod-mask.js
test-fs-chmod.js
test-fs-chown-negative-one.js fs: special input -1 on chown, lchown and fchown 2025-06-29 21:47:02 +00:00
test-fs-chown-type-check.js
test-fs-close-errors.js
test-fs-close.js
test-fs-constants.js fs: unexpose internal constants 2025-05-16 19:40:17 +00:00
test-fs-copyfile-respect-permissions.js
test-fs-copyfile.js
test-fs-cp-async-async-filter-function.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-copy-non-directory-symlink.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-dereference-force-false-silent-fail.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-dereference-symlink.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-dest-symlink-points-to-src-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-dir-to-file.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-error-on-exist.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-file-to-dir.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-file-to-file.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-file-url.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-filter-child-folder.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-filter-function.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-identical-src-dest.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-invalid-mode-range.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-invalid-options-type.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-nested-files-folders.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-no-errors-force-false.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-no-recursive.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-overwrites-force-true.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-preserve-timestamps-readonly-file.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-preserve-timestamps.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-same-dir-twice.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-skip-validation-when-filtered.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-socket.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-subdirectory-of-self.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-symlink-dest-points-to-src.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-symlink-over-file.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-symlink-points-to-dest.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-async-with-mode-flags.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-async-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-file-url.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-invalid-mode.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-mode-flags.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-nested-folder-recursive.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-promises-options-validation.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-apply-filter-function.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-async-filter-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-directory-to-file-error.mjs fs: fix wrong order of file names in cpSync error message 2025-09-07 18:15:13 +00:00
test-fs-cp-sync-copy-directory-without-recursive-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-file-to-directory-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-file-to-file-path.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-socket-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-symlink-not-pointing-to-folder.mjs test: use case-insensitive path checking on Windows in fs.cpSync tests 2025-08-16 22:08:36 +00:00
test-fs-cp-sync-copy-symlink-over-file-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-symlinks-to-existing-symlinks.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-copy-to-subdirectory-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-dereference-directory.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-dereference-file.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-dereference-twice.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-dereference.js fs: fix dereference: false on cpSync 2025-08-31 17:30:53 +00:00
test-fs-cp-sync-dest-name-prefix-match.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-dest-parent-name-prefix-match.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-directory-not-exist-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-error-on-exist.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-file-url.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-filename-too-long-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-incompatible-options-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-mode-flags.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-mode-invalid.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-nested-files-folders.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-no-overwrite-force-false.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-options-invalid-type-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-overwrite-force-true.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-parent-symlink-dest-points-to-src-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-preserve-timestamps-readonly.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-preserve-timestamps.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-resolve-relative-symlinks-default.mjs test: use case-insensitive path checking on Windows in fs.cpSync tests 2025-08-16 22:08:36 +00:00
test-fs-cp-sync-resolve-relative-symlinks-false.mjs test: use case-insensitive path checking on Windows in fs.cpSync tests 2025-08-16 22:08:36 +00:00
test-fs-cp-sync-src-dest-identical-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-src-parent-of-dest-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-symlink-dest-points-to-src-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-symlink-points-to-dest-error.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-unicode-folder-names.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-verbatim-symlinks-invalid.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-cp-sync-verbatim-symlinks-true.mjs test: split test-fs-cp.js 2025-08-10 19:35:42 +00:00
test-fs-empty-readStream.js
test-fs-error-messages.js
test-fs-exists.js
test-fs-existssync-false.js
test-fs-existssync-memleak-longpath.js src: cleanup uv_fs_req before uv_fs_stat on existSync 2025-07-03 13:38:59 -03:00
test-fs-fchmod.js
test-fs-fchown-negative-one.js fs: special input -1 on chown, lchown and fchown 2025-06-29 21:47:02 +00:00
test-fs-fchown.js
test-fs-filehandle-use-after-close.js
test-fs-filehandle.js fs: move FileHandle close on GC to EOL 2025-06-25 17:00:25 +01:00
test-fs-fmap.js
test-fs-fsync.js
test-fs-glob-throw.mjs fs: remove IIFE in glob 2025-06-18 05:19:57 +08:00
test-fs-glob.mjs fs: fix glob TypeError on restricted dirs 2025-08-01 07:25:18 -07:00
test-fs-internal-assertencoding.js lib: fixup incorrect argument order in assertEncoding 2025-02-24 23:23:32 +00:00
test-fs-lchmod.js
test-fs-lchown-negative-one.js fs: special input -1 on chown, lchown and fchown 2025-06-29 21:47:02 +00:00
test-fs-lchown.js
test-fs-link.js
test-fs-long-path.js
test-fs-make-callback.js
test-fs-makeStatsCallback.js
test-fs-mkdir-mode-mask.js
test-fs-mkdir-recursive-eaccess.js
test-fs-mkdir-rmdir.js
test-fs-mkdir.js
test-fs-mkdtemp-prefix-check.js
test-fs-mkdtemp.js
test-fs-mkdtempDisposableSync.js test: skip tests failing when run under root 2025-09-08 08:11:29 +00:00
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js
test-fs-open-flags.js
test-fs-open-mode-mask.js
test-fs-open-no-close.js
test-fs-open-numeric-flags.js
test-fs-open.js tools,test: enforce best practices to detect never settling promises 2025-07-16 10:57:22 +02:00
test-fs-opendir.js fs: close dir before throwing if options.bufferSize is invalid 2025-07-06 05:32:45 +00:00
test-fs-operations-with-surrogate-pairs.js
test-fs-options-immutable.js
test-fs-promises-exists.js
test-fs-promises-file-handle-aggregate-errors.js
test-fs-promises-file-handle-append-file.js test: add doAppendAndCancel test 2025-02-24 20:28:56 +00:00
test-fs-promises-file-handle-chmod.js
test-fs-promises-file-handle-close-errors.js
test-fs-promises-file-handle-dispose.js fs: make Dir disposers idempotent 2025-06-20 19:03:34 +00:00
test-fs-promises-file-handle-op-errors.js
test-fs-promises-file-handle-read-worker.js
test-fs-promises-file-handle-read.js test: close FileHandle objects in tests explicitly 2025-06-09 14:36:23 +00:00
test-fs-promises-file-handle-readFile.js fs: move FileHandle close on GC to EOL 2025-06-25 17:00:25 +01:00
test-fs-promises-file-handle-readLines.mjs
test-fs-promises-file-handle-stat.js
test-fs-promises-file-handle-stream.js
test-fs-promises-file-handle-sync.js
test-fs-promises-file-handle-truncate.js
test-fs-promises-file-handle-write.js
test-fs-promises-file-handle-writeFile.js
test-fs-promises-mkdtempDisposable.js test: skip tests failing when run under root 2025-09-08 08:11:29 +00:00
test-fs-promises-readfile-empty.js
test-fs-promises-readfile-with-fd.js
test-fs-promises-readfile.js
test-fs-promises-watch-iterator.js test: deflake test-fs-promises-watch-iterator 2025-10-09 05:33:33 +00:00
test-fs-promises-watch.js fs: allow correct handling of burst in fs-events with AsyncIterator 2025-06-10 16:27:17 +00:00
test-fs-promises-write-optional-params.js
test-fs-promises-writefile-typedarray.js
test-fs-promises-writefile-with-fd.js
test-fs-promises-writefile.js
test-fs-promises.js assert: resolve TODO and rename function 2025-08-14 09:51:13 +00:00
test-fs-promisified.js
test-fs-read-empty-buffer.js test: dispose of filehandles in filehandle.read tests 2025-06-05 01:52:48 +00:00
test-fs-read-file-assert-encoding.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js
test-fs-read-offset-null.js test: dispose of filehandles in filehandle.read tests 2025-06-05 01:52:48 +00:00
test-fs-read-optional-params.js
test-fs-read-position-validation.mjs
test-fs-read-promises-optional-params.js
test-fs-read-promises-position-validation.mjs
test-fs-read-stream-autoClose.js
test-fs-read-stream-concurrent-reads.js
test-fs-read-stream-double-close.js
test-fs-read-stream-encoding.js
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js
test-fs-read-stream-fd.js
test-fs-read-stream-file-handle.js
test-fs-read-stream-inherit.js
test-fs-read-stream-patch-open.js fs: move fs stream open method to eol 2025-06-02 16:54:31 +00:00
test-fs-read-stream-pos.js
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js
test-fs-read-stream.js
test-fs-read-type.js
test-fs-read-zero-length.js test: use mustSucceed in test-fs-read 2025-07-27 04:54:22 +00:00
test-fs-read.js
test-fs-readdir-buffer.js
test-fs-readdir-pipe.js
test-fs-readdir-recursive.js
test-fs-readdir-stack-overflow.js
test-fs-readdir-types-symlinks.js
test-fs-readdir-types.js
test-fs-readdir-ucs2.js
test-fs-readdir.js
test-fs-readfile-empty.js
test-fs-readfile-eof.js
test-fs-readfile-error.js
test-fs-readfile-fd.js
test-fs-readfile-flags.js
test-fs-readfile-pipe-large.js
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js
test-fs-readfile-zero-byte-liar.js
test-fs-readfile.js
test-fs-readfilesync-enoent.js
test-fs-readfilesync-pipe-large.js
test-fs-readlink-type-check.js
test-fs-readSync-optional-params.js
test-fs-readSync-position-validation.mjs
test-fs-readv-promises.js
test-fs-readv-promisify.js
test-fs-readv-sync.js
test-fs-readv.js
test-fs-ready-event-stream.js
test-fs-realpath-buffer-encoding.js
test-fs-realpath-native.js
test-fs-realpath-on-substed-drive.js
test-fs-realpath-pipe.js
test-fs-realpath.js
test-fs-rename-type-check.js
test-fs-rm.js fs: fix rmSync error code 2025-02-25 21:13:03 +00:00
test-fs-rmdir-recursive-error.js fs: move rmdir recursive option to end-of-life 2025-06-21 16:20:38 +00:00
test-fs-rmdir-throws-not-found.js fs: move rmdir recursive option to end-of-life 2025-06-21 16:20:38 +00:00
test-fs-rmdir-throws-on-file.js fs: move rmdir recursive option to end-of-life 2025-06-21 16:20:38 +00:00
test-fs-rmdir-type-check.js
test-fs-sir-writes-alot.js
test-fs-stat-bigint.js
test-fs-stat-date.mjs
test-fs-stat.js
test-fs-statfs.js
test-fs-stream-construct-compat-error-read.js
test-fs-stream-construct-compat-error-write.js
test-fs-stream-construct-compat-graceful-fs.js
test-fs-stream-construct-compat-old-node.js
test-fs-stream-destroy-emit-error.js
test-fs-stream-double-close.js
test-fs-stream-fs-options.js
test-fs-stream-options.js
test-fs-symlink-buffer-path.js
test-fs-symlink-dir-junction-relative.js
test-fs-symlink-dir-junction.js
test-fs-symlink-dir.js
test-fs-symlink-longpath.js
test-fs-symlink.js
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js
test-fs-timestamp-parsing-error.js
test-fs-truncate-clear-file-zero.js
test-fs-truncate-sync.js fs: remove ability to call truncate with fd 2025-03-22 19:39:44 +00:00
test-fs-truncate.js fs: remove ability to call truncate with fd 2025-03-22 19:39:44 +00:00
test-fs-unlink-type-check.js
test-fs-util-validateoffsetlength.js
test-fs-utils-get-dirents.js
test-fs-utimes-y2K38.js
test-fs-utimes.js
test-fs-watch-abort-signal.js
test-fs-watch-close-when-destroyed.js
test-fs-watch-encoding.js
test-fs-watch-enoent.js
test-fs-watch-file-enoent-after-deletion.js
test-fs-watch-recursive-add-file-to-existing-subfolder.js
test-fs-watch-recursive-add-file-to-new-folder.js
test-fs-watch-recursive-add-file-with-url.js
test-fs-watch-recursive-add-file.js
test-fs-watch-recursive-add-folder.js
test-fs-watch-recursive-assert-leaks.js
test-fs-watch-recursive-delete.js
test-fs-watch-recursive-linux-parallel-remove.js
test-fs-watch-recursive-promise.js
test-fs-watch-recursive-symlink.js
test-fs-watch-recursive-sync-write.js
test-fs-watch-recursive-update-file.js
test-fs-watch-recursive-validate.js
test-fs-watch-recursive-watch-file.js
test-fs-watch-ref-unref.js
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js
test-fs-watchfile-bigint.js
test-fs-watchfile-ref-unref.js
test-fs-watchfile.js test: refactor error checks to use assert.ifError/mustSucceed 2025-08-15 05:40:01 +00:00
test-fs-whatwg-url.js
test-fs-write-buffer-large.js
test-fs-write-buffer.js
test-fs-write-file-buffer.js
test-fs-write-file-flush.js
test-fs-write-file-invalid-path.js
test-fs-write-file-sync.js
test-fs-write-file-typedarrays.js
test-fs-write-file.js
test-fs-write-negativeoffset.js
test-fs-write-no-fd.js
test-fs-write-optional-params.js
test-fs-write-reuse-callback.js
test-fs-write-sigxfsz.js
test-fs-write-stream-autoclose-option.js fs: throw ERR_INVALID_THIS on illegal invocations 2025-06-28 16:58:54 +00:00
test-fs-write-stream-change-open.js
test-fs-write-stream-close-without-callback.js
test-fs-write-stream-double-close.js
test-fs-write-stream-eagain.mjs
test-fs-write-stream-encoding.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-file-handle-2.js
test-fs-write-stream-file-handle.js
test-fs-write-stream-flush.js
test-fs-write-stream-fs.js
test-fs-write-stream-patch-open.js fs: move fs stream open method to eol 2025-06-02 16:54:31 +00:00
test-fs-write-stream-throw-type-error.js
test-fs-write-stream.js
test-fs-write-sync-optional-params.js
test-fs-write-sync.js
test-fs-write.js test: fix test-fs-write for V8 13.6 2025-05-02 15:10:38 +02:00
test-fs-writefile-with-fd.js
test-fs-writestream-open-write.js
test-fs-writesync-crash.js src: fixup fs SyncCall to propagate errors correctly 2025-04-03 13:42:20 -07:00
test-fs-writev-promises.js
test-fs-writev-sync.js
test-fs-writev.js
test-gc-http-client-connaborted.js
test-gc-net-timeout.js
test-gc-tls-external-memory.js
test-global-console-exists.js
test-global-customevent.js
test-global-domexception.js
test-global-encoder.js
test-global-setters.js
test-global-webcrypto-classes.js
test-global-webcrypto.js
test-global-webstreams.js
test-global.js src: unflag --experimental-webstorage by default 2025-09-25 11:59:58 +00:00
test-h2-large-header-cause-client-to-hangup.js
test-h2leak-destroy-session-on-socket-ended.js
test-handle-wrap-close-abort.js
test-handle-wrap-hasref.js
test-hash-seed.mjs src,test: add V8 API to test the hash seed 2025-05-02 15:10:37 +02:00
test-heap-prof-basic.js
test-heap-prof-dir-absolute.js
test-heap-prof-dir-name.js
test-heap-prof-dir-relative.js
test-heap-prof-exec-argv.js
test-heap-prof-exit.js
test-heap-prof-interval.js
test-heap-prof-invalid-args.js
test-heap-prof-loop-drained.js
test-heap-prof-name.js
test-heap-prof-sigint.js
test-heapdump-async-hooks-init-promise.js
test-heapsnapshot-near-heap-limit-by-api-in-worker.js
test-heapsnapshot-near-heap-limit-worker.js
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-abort-before-end.js
test-http-abort-client.js
test-http-abort-queued.js
test-http-abort-stream-end.js
test-http-aborted.js
test-http-addrequest-localaddress.js
test-http-after-connect.js
test-http-agent-abort-controller.js
test-http-agent-close.js
test-http-agent-destroyed-socket.js
test-http-agent-domain-reused-gc.js
test-http-agent-error-on-idle.js
test-http-agent-false.js
test-http-agent-getname.js
test-http-agent-keep-alive-timeout-buffer.js http: add Agent.agentKeepAliveTimeoutBuffer option 2025-08-13 02:32:30 +00:00
test-http-agent-keepalive-delay.js
test-http-agent-keepalive.js
test-http-agent-maxsockets-respected.js
test-http-agent-maxsockets.js
test-http-agent-maxtotalsockets.js
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent-remove.js
test-http-agent-reuse-drained-socket-only.js
test-http-agent-scheduling.js
test-http-agent-timeout-option.js
test-http-agent-timeout.js
test-http-agent-uninitialized-with-handle.js
test-http-agent-uninitialized.js
test-http-agent.js
test-http-allow-content-length-304.js
test-http-allow-req-after-204-res.js
test-http-automatic-headers.js
test-http-autoselectfamily.js
test-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
test-http-byteswritten.js
test-http-catch-uncaughtexception.js
test-http-chunk-extensions-limit.js
test-http-chunk-problem.js
test-http-chunked-304.js
test-http-chunked-smuggling.js
test-http-chunked.js
test-http-client-abort-destroy.js
test-http-client-abort-event.js
test-http-client-abort-keep-alive-destroy-res.js
test-http-client-abort-keep-alive-queued-tcp-socket.js
test-http-client-abort-keep-alive-queued-unix-socket.js
test-http-client-abort-no-agent.js
test-http-client-abort-response-event.js
test-http-client-abort-unix-socket.js
test-http-client-abort.js
test-http-client-abort2.js
test-http-client-abort3.js
test-http-client-aborted-event.js
test-http-client-agent-abort-close-event.js
test-http-client-agent-end-close-event.js
test-http-client-agent.js
test-http-client-check-http-token.js
test-http-client-close-event.js
test-http-client-close-with-default-agent.js
test-http-client-default-headers-exist.js
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-error-rawbytes.js
test-http-client-finished.js
test-http-client-get-url.js
test-http-client-headers-array.js
test-http-client-headers-host-array.js
test-http-client-immediate-error.js
test-http-client-incomingmessage-destroy.js
test-http-client-input-function.js
test-http-client-insecure-http-parser-error.js
test-http-client-invalid-path.js
test-http-client-keep-alive-hint.js
test-http-client-keep-alive-release-before-finish.js
test-http-client-leaky-with-double-response.js http: fix http client leaky with double response 2025-10-13 15:58:26 +00:00
test-http-client-override-global-agent.js
test-http-client-parse-error.js deps: update llhttp to 9.3.0 2025-05-07 14:21:52 +00:00
test-http-client-pipe-end.js
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js
test-http-client-readable.js
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-reject-unexpected-agent.js
test-http-client-req-error-dont-double-fire.js
test-http-client-request-options.js
test-http-client-res-destroyed.js
test-http-client-response-domain.js
test-http-client-response-timeout.js
test-http-client-set-timeout-after-end.js
test-http-client-set-timeout.js
test-http-client-spurious-aborted.js
test-http-client-timeout-agent.js
test-http-client-timeout-connect-listener.js
test-http-client-timeout-event.js
test-http-client-timeout-on-connect.js
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option-with-agent.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-client-with-create-connection.js
test-http-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js
test-http-content-length-mismatch.js http: coerce content-length to number 2025-03-16 12:28:49 +00:00
test-http-content-length.js
test-http-contentLength0.js
test-http-correct-hostname.js
test-http-createConnection.js
test-http-date-header.js
test-http-debug.js
test-http-decoded-auth.js
test-http-default-encoding.js
test-http-default-port.js
test-http-destroyed-socket-write2.js
test-http-dns-error.js
test-http-dont-set-default-headers-with-set-header.js
test-http-dont-set-default-headers-with-setHost.js
test-http-dont-set-default-headers.js
test-http-double-content-length.js
test-http-dummy-characters-smuggling.js
test-http-dump-req-when-res-ends.js
test-http-early-hints-invalid-argument.js
test-http-early-hints.js
test-http-end-throw-socket-handling.js
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-expect-continue.js
test-http-expect-handling.js
test-http-extra-response.js
test-http-flush-headers.js
test-http-flush-response-headers.js
test-http-full-response.js
test-http-generic-streams.js
test-http-get-pipeline-problem.js
test-http-head-request.js
test-http-head-response-has-no-body-end-implicit-headers.js
test-http-head-response-has-no-body-end.js
test-http-head-response-has-no-body.js
test-http-head-throw-on-response-body-write.js
test-http-header-badrequest.js
test-http-header-obstext.js
test-http-header-overflow.js benchmark, test: replace CRLF variable with string literal 2025-08-20 07:10:17 +00:00
test-http-header-owstext.js
test-http-header-read.js
test-http-header-validators.js
test-http-hex-write.js
test-http-highwatermark.js
test-http-host-header-ipv6-fail.js
test-http-host-headers.js
test-http-hostname-typechecking.js
test-http-import-websocket.js
test-http-incoming-matchKnownFields.js
test-http-incoming-message-connection-setter.js
test-http-incoming-message-destroy.js
test-http-incoming-message-options.js
test-http-incoming-pipelined-socket-destroy.js
test-http-information-headers.js
test-http-information-processing.js
test-http-insecure-parser-per-stream.js
test-http-insecure-parser.js
test-http-invalid-path-chars.js
test-http-invalid-te.js
test-http-invalid-urls.js
test-http-invalidheaderfield.js
test-http-invalidheaderfield2.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive-drop-requests.js
test-http-keep-alive-empty-line.mjs test: deflake test-http-keep-alive-empty-line 2025-08-28 19:02:10 +00:00
test-http-keep-alive-max-requests.js
test-http-keep-alive-pipeline-max-requests.js
test-http-keep-alive-timeout-buffer.js http: add server.keepAliveTimeoutBuffer option 2025-08-04 13:47:09 +00:00
test-http-keep-alive-timeout-custom.js
test-http-keep-alive-timeout-race-condition.js
test-http-keep-alive-timeout.js
test-http-keep-alive.js
test-http-keepalive-client.js
test-http-keepalive-free.js
test-http-keepalive-override.js
test-http-keepalive-request.js
test-http-listening.js
test-http-localaddress-bind-error.js
test-http-localaddress.js
test-http-malformed-request.js
test-http-many-ended-pipelines.js
test-http-max-header-size-per-stream.js
test-http-max-header-size.js
test-http-max-headers-count.js
test-http-max-http-headers.js
test-http-max-sockets.js
test-http-methods.js
test-http-missing-header-separator-cr.js
test-http-missing-header-separator-lf.js
test-http-multi-line-headers.js
test-http-multiple-headers.js
test-http-mutable-headers.js
test-http-no-content-length.js
test-http-no-read-no-dump.js
test-http-nodelay.js
test-http-outgoing-buffer.js test: don't use expose internals in test-http-outgoing-buffer.js 2025-07-28 03:25:59 +00:00
test-http-outgoing-destroy.js
test-http-outgoing-destroyed.js
test-http-outgoing-end-cork.js
test-http-outgoing-end-multiple.js
test-http-outgoing-end-types.js
test-http-outgoing-finish-writable.js
test-http-outgoing-finish.js
test-http-outgoing-finished.js
test-http-outgoing-first-chunk-singlebyte-encoding.js
test-http-outgoing-message-capture-rejection.js
test-http-outgoing-message-inheritance.js
test-http-outgoing-message-write-callback.js
test-http-outgoing-properties.js
test-http-outgoing-proto.js
test-http-outgoing-renderHeaders.js
test-http-outgoing-settimeout.js
test-http-outgoing-writableFinished.js
test-http-outgoing-write-types.js
test-http-parser-bad-ref.js
test-http-parser-finish-error.js
test-http-parser-free.js
test-http-parser-freed-before-upgrade.js
test-http-parser-lazy-loaded.js
test-http-parser-memory-retention.js
test-http-parser-multiple-execute.js
test-http-parser-timeout-reset.js lib: unexpose six process bindings 2025-02-25 16:07:49 +00:00
test-http-parser.js
test-http-pause-no-dump.js
test-http-pause-resume-one-end.js
test-http-pause.js
test-http-perf_hooks.js
test-http-pipe-fs.js
test-http-pipeline-assertionerror-finish.js
test-http-pipeline-flood.js
test-http-pipeline-requests-connection-leak.js
test-http-pipeline-socket-parser-typeerror.js
test-http-proxy.js
test-http-raw-headers.js
test-http-readable-data-event.js
test-http-remove-connection-header-persists-connection.js
test-http-remove-header-stays-removed.js
test-http-req-close-robust-from-tampering.js
test-http-req-res-close.js
test-http-request-agent.js
test-http-request-arguments.js
test-http-request-dont-override-options.js
test-http-request-end-twice.js
test-http-request-end.js
test-http-request-host-header.js
test-http-request-invalid-method-error.js
test-http-request-join-authorization-headers.js
test-http-request-large-payload.js
test-http-request-method-delete-payload.js
test-http-request-methods.js
test-http-request-smuggling-content-length.js
test-http-res-write-after-end.js
test-http-res-write-end-dont-take-array.js
test-http-response-add-header-after-sent.js
test-http-response-close.js
test-http-response-cork.js
test-http-response-multi-content-length.js
test-http-response-multiheaders.js
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js
test-http-response-setheaders.js
test-http-response-splitting.js
test-http-response-status-message.js
test-http-response-statuscode.js
test-http-response-writehead-returns-this.js
test-http-same-map.js
test-http-server-async-dispose.js
test-http-server-capture-rejections.js
test-http-server-clear-timer.js
test-http-server-client-error.js
test-http-server-close-all.js
test-http-server-close-destroy-timeout.js
test-http-server-close-idle-wait-response.js
test-http-server-close-idle.js
test-http-server-connection-list-when-close.js
test-http-server-connections-checking-leak.js
test-http-server-consumed-timeout.js
test-http-server-de-chunked-trailer.js
test-http-server-delete-parser.js
test-http-server-destroy-socket-on-client-error.js
test-http-server-drop-connections-in-cluster.js test: rename test-net-server-drop-connections-in-cluster.js to -http- 2025-08-21 19:38:09 +00:00
test-http-server-headers-timeout-delayed-headers.js
test-http-server-headers-timeout-interrupted-headers.js
test-http-server-headers-timeout-keepalive.js
test-http-server-headers-timeout-pipelining.js
test-http-server-incomingmessage-destroy.js
test-http-server-keep-alive-defaults.js
test-http-server-keep-alive-max-requests-null.js
test-http-server-keep-alive-timeout.js
test-http-server-keepalive-end.js
test-http-server-keepalive-req-gc.js
test-http-server-method.query.js
test-http-server-multiheaders.js
test-http-server-multiheaders2.js
test-http-server-multiple-client-error.js
test-http-server-non-utf8-header.js
test-http-server-optimize-empty-requests.js http: add optimizeEmptyRequests server option 2025-10-14 12:17:53 +00:00
test-http-server-options-highwatermark.js
test-http-server-options-incoming-message.js
test-http-server-options-server-response.js
test-http-server-reject-chunked-with-content-length.js
test-http-server-reject-cr-no-lf.js
test-http-server-request-timeout-delayed-body.js
test-http-server-request-timeout-delayed-headers.js
test-http-server-request-timeout-interrupted-body.js
test-http-server-request-timeout-interrupted-headers.js
test-http-server-request-timeout-keepalive.js
test-http-server-request-timeout-pipelining.js
test-http-server-request-timeout-upgrade.js
test-http-server-response-standalone.js
test-http-server-stale-close.js
test-http-server-timeouts-validation.js
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server-write-after-end.js
test-http-server-write-end-after-end.js
test-http-server.js
test-http-set-cookies.js
test-http-set-header-chain.js
test-http-set-max-idle-http-parser.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js
test-http-socket-encoding-error.js
test-http-socket-error-listeners.js
test-http-status-code.js
test-http-status-message.js
test-http-status-reason-invalid-chars.js
test-http-sync-write-error-during-continue.js
test-http-timeout-client-warning.js
test-http-timeout-overflow.js
test-http-timeout.js
test-http-transfer-encoding-repeated-chunked.js
test-http-transfer-encoding-smuggling.js
test-http-uncaught-from-request-callback.js
test-http-unix-socket-keep-alive.js
test-http-unix-socket.js
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-binary.js
test-http-upgrade-client.js
test-http-upgrade-client2.js benchmark, test: replace CRLF variable with string literal 2025-08-20 07:10:17 +00:00
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server-callback.js http: add shouldUpgradeCallback to let servers control HTTP upgrades 2025-09-17 15:14:01 +00:00
test-http-upgrade-server.js
test-http-upgrade-server2.js
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js
test-http-url.parse-only-support-http-https-protocol.js
test-http-url.parse-path.js
test-http-url.parse-post.js
test-http-url.parse-search.js
test-http-wget.js
test-http-writable-true-after-close.js
test-http-write-callbacks.js
test-http-write-empty-string.js
test-http-write-head-2.js
test-http-write-head-after-set-header.js
test-http-write-head.js
test-http-zero-length-write.js
test-http-zerolengthbuffer.js
test-http.js
test-http2-allow-http1-upgrade-ws.js http2: fix allowHttp1+Upgrade, broken by shouldUpgradeCallback 2025-09-20 18:18:23 +00:00
test-http2-allow-http1.js
test-http2-alpn.js
test-http2-altsvc.js
test-http2-async-local-storage.js
test-http2-autoselect-protocol.js
test-http2-backpressure.js
test-http2-binding.js
test-http2-buffersize.js
test-http2-byteswritten-server.js
test-http2-cancel-while-client-reading.js
test-http2-capture-rejection.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-clean-output.js
test-http2-client-connection-tunnelling.js
test-http2-client-data-end.js
test-http2-client-destroy.js
test-http2-client-http1-server.js
test-http2-client-jsstream-destroy.js
test-http2-client-onconnect-errors.js
test-http2-client-port-80.js
test-http2-client-priority-before-connect.js http2: fix DEP0194 message 2025-06-11 13:47:31 +00:00
test-http2-client-promisify-connect-error.js
test-http2-client-promisify-connect.js
test-http2-client-proxy-over-http2.js
test-http2-client-request-listeners-warning.js
test-http2-client-request-options-errors.js http2: remove support for priority signaling 2025-06-03 09:09:40 +00:00
test-http2-client-rststream-before-connect.js http2: fix graceful session close 2025-04-19 16:36:03 +00:00
test-http2-client-set-priority.js http2: fix DEP0194 message 2025-06-11 13:47:31 +00:00
test-http2-client-setLocalWindowSize.js
test-http2-client-setNextStreamID-errors.js
test-http2-client-settings-before-connect.js
test-http2-client-shutdown-before-connect.js
test-http2-client-socket-destroy.js test: deflake test-http2-client-socket-destroy 2025-05-09 19:14:23 +00:00
test-http2-client-stream-destroy-before-connect.js
test-http2-client-unescaped-path.js
test-http2-client-upload-reject.js
test-http2-client-upload.js
test-http2-client-write-before-connect.js
test-http2-client-write-empty-string.js
test-http2-close-while-writing.js
test-http2-compat-aborted.js
test-http2-compat-client-upload-reject.js
test-http2-compat-errors.js
test-http2-compat-expect-continue-check.js
test-http2-compat-expect-continue.js
test-http2-compat-expect-handling.js
test-http2-compat-method-connect.js
test-http2-compat-serverrequest-end.js
test-http2-compat-serverrequest-headers.js
test-http2-compat-serverrequest-host.js
test-http2-compat-serverrequest-pause.js
test-http2-compat-serverrequest-pipe.js
test-http2-compat-serverrequest-settimeout.js
test-http2-compat-serverrequest-trailers.js
test-http2-compat-serverrequest.js
test-http2-compat-serverresponse-close.js
test-http2-compat-serverresponse-createpushresponse.js
test-http2-compat-serverresponse-destroy.js
test-http2-compat-serverresponse-drain.js
test-http2-compat-serverresponse-end-after-statuses-without-body.js
test-http2-compat-serverresponse-end.js
test-http2-compat-serverresponse-finished.js
test-http2-compat-serverresponse-flushheaders.js
test-http2-compat-serverresponse-headers-after-destroy.js
test-http2-compat-serverresponse-headers-send-date.js
test-http2-compat-serverresponse-headers.js
test-http2-compat-serverresponse-settimeout.js
test-http2-compat-serverresponse-statuscode.js
test-http2-compat-serverresponse-statusmessage-property-set.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-compat-serverresponse-statusmessage-property.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-compat-serverresponse-statusmessage.js
test-http2-compat-serverresponse-trailers.js
test-http2-compat-serverresponse-write.js
test-http2-compat-serverresponse-writehead-array.js
test-http2-compat-serverresponse-writehead.js
test-http2-compat-serverresponse.js
test-http2-compat-short-stream-client-server.js
test-http2-compat-socket-destroy-delayed.js
test-http2-compat-socket-set.js
test-http2-compat-socket.js
test-http2-compat-write-early-hints-invalid-argument-type.js
test-http2-compat-write-early-hints-invalid-argument-value.js
test-http2-compat-write-early-hints.js
test-http2-compat-write-head-after-close.js http2: skip writeHead if stream is closed 2025-04-04 15:07:09 +00:00
test-http2-compat-write-head-destroyed.js
test-http2-connect-method-extended-cant-turn-off.js
test-http2-connect-method-extended.js
test-http2-connect-method.js
test-http2-connect-options.js
test-http2-connect-tls-with-delay.js
test-http2-connect.js
test-http2-cookies.js
test-http2-create-client-connect.js
test-http2-create-client-secure-session.js
test-http2-create-client-session.js
test-http2-createsecureserver-options.js
test-http2-createserver-options.js
test-http2-createwritereq.js
test-http2-date-header.js
test-http2-debug.js test: show more information in test-http2-debug upon failure 2025-05-20 19:00:50 +00:00
test-http2-destroy-after-write.js
test-http2-dont-lose-data.js
test-http2-dont-override.js
test-http2-empty-frame-without-eof.js
test-http2-endafterheaders.js
test-http2-error-order.js
test-http2-exceeds-server-trailer-size.js
test-http2-forget-closed-streams.js
test-http2-generic-streams-sendfile.js
test-http2-generic-streams.js
test-http2-getpackedsettings.js
test-http2-goaway-delayed-request.js
test-http2-goaway-opaquedata.js
test-http2-graceful-close.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-head-request.js
test-http2-https-fallback-http-server-options.js
test-http2-https-fallback.js
test-http2-info-headers-errors.js
test-http2-info-headers.js
test-http2-invalid-last-stream-id.js
test-http2-invalidargtypes-errors.js
test-http2-invalidheaderfield.js http2: add raw header array support to h2Session.request() 2025-04-26 09:27:27 -07:00
test-http2-invalidheaderfields-client.js http2: add raw header array support to h2Session.request() 2025-04-26 09:27:27 -07:00
test-http2-ip-address-host.js
test-http2-large-write-close.js
test-http2-large-write-destroy.js
test-http2-large-write-multiple-requests.js
test-http2-large-writes-session-memory-leak.js
test-http2-malformed-altsvc.js
test-http2-many-writes-and-destroy.js
test-http2-max-concurrent-streams.js
test-http2-max-invalid-frames.js
test-http2-max-session-memory-leak.js
test-http2-max-settings.js
test-http2-methods.js
test-http2-misbehaving-flow-control-paused.js
test-http2-misbehaving-flow-control.js
test-http2-misbehaving-multiplex.js
test-http2-misc-util.js
test-http2-misused-pseudoheaders.js
test-http2-multi-content-length.js
test-http2-multiheaders-raw.js
test-http2-multiheaders.js
test-http2-multiplex.js
test-http2-multistream-destroy-on-read-tls.js
test-http2-no-more-streams.js
test-http2-no-wanttrailers-listener.js
test-http2-onping.js
test-http2-options-max-headers-block-length.js test: deflake test-http2-options-max-headers-block-length 2025-04-24 05:08:08 +00:00
test-http2-options-max-headers-exceeds-nghttp2.js
test-http2-options-max-reserved-streams.js
test-http2-options-server-request.js
test-http2-options-server-response.js
test-http2-origin.js
test-http2-pack-end-stream-flag.js
test-http2-padding-aligned.js
test-http2-perf_hooks.js perf_hooks: move deprecated accessors to EOF 2025-06-02 17:29:27 +00:00
test-http2-perform-server-handshake.js
test-http2-ping-settings-heapdump.js
test-http2-ping-unsolicited-ack.js
test-http2-ping.js http2: do not crash on mismatched ping buffer length 2025-10-08 23:23:34 +00:00
test-http2-pipe-named-pipe.js
test-http2-pipe.js
test-http2-premature-close.js http2: fix check for frame->hd.type 2025-04-09 13:48:11 +02:00
test-http2-priority-cycle-.js http2: fix DEP0194 message 2025-06-11 13:47:31 +00:00
test-http2-priority-event.js http2: fix DEP0194 message 2025-06-11 13:47:31 +00:00
test-http2-propagate-session-destroy-code.js
test-http2-raw-headers-defaults.js http2: add support for raw header arrays in h2Stream.respond() 2025-08-21 11:18:10 +00:00
test-http2-raw-headers.js http2: add support for raw header arrays in h2Stream.respond() 2025-08-21 11:18:10 +00:00
test-http2-removed-header-stays-removed.js
test-http2-request-remove-connect-listener.js
test-http2-request-response-proto.js
test-http2-res-corked.js
test-http2-res-writable-properties.js
test-http2-reset-flood.js
test-http2-respond-errors.js
test-http2-respond-file-204.js
test-http2-respond-file-304.js
test-http2-respond-file-404.js
test-http2-respond-file-compat.js
test-http2-respond-file-error-dir.js
test-http2-respond-file-error-pipe-offset.js
test-http2-respond-file-errors.js
test-http2-respond-file-fd-errors.js
test-http2-respond-file-fd-invalid.js
test-http2-respond-file-fd-range.js
test-http2-respond-file-fd.js
test-http2-respond-file-filehandle.js
test-http2-respond-file-push.js
test-http2-respond-file-range.js
test-http2-respond-file-with-pipe.js
test-http2-respond-file.js
test-http2-respond-nghttperrors.js
test-http2-respond-no-data.js
test-http2-respond-with-fd-errors.js
test-http2-respond-with-file-connection-abort.js
test-http2-response-splitting.js
test-http2-sensitive-headers.js http2: set Http2Stream#sentHeaders for raw headers 2025-07-29 14:44:52 +00:00
test-http2-sent-headers.js
test-http2-serve-file.js
test-http2-server-async-dispose.js
test-http2-server-close-callback.js
test-http2-server-close-idle-connection.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-server-errors.js
test-http2-server-http1-client.js http2: session tracking and graceful server close 2025-04-19 10:17:12 -07:00
test-http2-server-push-disabled.js
test-http2-server-push-stream-errors-args.js
test-http2-server-push-stream-errors.js
test-http2-server-push-stream-head.js
test-http2-server-push-stream.js
test-http2-server-rfc-9113-client.js http2: add lenient flag for RFC-9113 2025-06-05 12:30:07 +00:00
test-http2-server-rfc-9113-server.js http2: add lenient flag for RFC-9113 2025-06-05 12:30:07 +00:00
test-http2-server-rst-before-respond.js
test-http2-server-rst-stream.js
test-http2-server-session-destroy.js
test-http2-server-sessionerror.js
test-http2-server-set-header.js
test-http2-server-setLocalWindowSize.js
test-http2-server-settimeout-no-callback.js
test-http2-server-shutdown-before-respond.js
test-http2-server-shutdown-options-errors.js
test-http2-server-shutdown-redundant.js
test-http2-server-socket-destroy.js
test-http2-server-startup.js
test-http2-server-stream-session-destroy.js http2: fix DEP0194 message 2025-06-11 13:47:31 +00:00
test-http2-server-timeout.js test: fix executable flags 2025-05-10 03:34:03 +00:00
test-http2-server-unknown-protocol.js
test-http2-session-gc-while-write-scheduled.js
test-http2-session-graceful-close.js http2: fix graceful session close 2025-04-19 16:36:03 +00:00
test-http2-session-settings.js
test-http2-session-stream-state.js
test-http2-session-timeout.js
test-http2-session-unref.js
test-http2-settings-unsolicited-ack.js
test-http2-short-stream-client-server.js
test-http2-single-headers.js
test-http2-socket-close.js
test-http2-socket-proxy-handler-for-has.js
test-http2-socket-proxy.js
test-http2-status-code-invalid.js
test-http2-status-code.js
test-http2-stream-client.js
test-http2-stream-destroy-event-order.js
test-http2-stream-removelisteners-after-close.js
test-http2-timeouts.js
test-http2-tls-disconnect.js
test-http2-too-large-headers.js
test-http2-too-many-headers.js
test-http2-too-many-settings.js
test-http2-too-many-streams.js
test-http2-trailers-after-session-close.js
test-http2-trailers.js
test-http2-unbound-socket-proxy.js
test-http2-update-settings.js
test-http2-util-assert-valid-pseudoheader.js http2: add raw header array support to h2Session.request() 2025-04-26 09:27:27 -07:00
test-http2-util-asserts.js
test-http2-util-headers-list.js http2: add raw header array support to h2Session.request() 2025-04-26 09:27:27 -07:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js http2: add lenient flag for RFC-9113 2025-06-05 12:30:07 +00:00
test-http2-window-size.js
test-http2-write-callbacks.js
test-http2-write-empty-string.js
test-http2-write-finishes-after-stream-destroy.js
test-http2-zero-length-header.js
test-http2-zero-length-write.js
test-https-abortcontroller.js
test-https-agent-abort-controller.js
test-https-agent-additional-options.js test: leverage process.features.openssl_is_boringssl in test 2025-05-24 13:58:11 +00:00
test-https-agent-constructor.js
test-https-agent-create-connection.js src: suggest --use-system-ca when a certificate error occurs 2025-03-12 13:21:22 +00:00
test-https-agent-disable-session-reuse.js
test-https-agent-getname.js
test-https-agent-keylog.js
test-https-agent-servername.js
test-https-agent-session-eviction.js test: leverage process.features.openssl_is_boringssl in test 2025-05-24 13:58:11 +00:00
test-https-agent-session-injection.js
test-https-agent-session-reuse.js
test-https-agent-sni.js
test-https-agent-sockets-leak.js
test-https-agent-unref-socket.js
test-https-agent.js
test-https-argument-of-creating.js
test-https-autoselectfamily.js
test-https-byteswritten.js
test-https-client-checkServerIdentity.js
test-https-client-get-url.js
test-https-client-override-global-agent.js
test-https-client-reject.js
test-https-client-renegotiation-limit.js
test-https-client-resume.js
test-https-close.js
test-https-connect-address-family.js
test-https-connecting-to-http.js
test-https-drain.js
test-https-eof-for-eom.js
test-https-foafssl.js benchmark, test: replace CRLF variable with string literal 2025-08-20 07:10:17 +00:00
test-https-host-headers.js
test-https-hwm.js
test-https-insecure-parse-per-stream.js
test-https-keep-alive-drop-requests.js
test-https-localaddress-bind-error.js
test-https-localaddress.js
test-https-max-header-size-per-stream.js
test-https-max-headers-count.js
test-https-options-boolean-check.js
test-https-pfx.js
test-https-request-arguments.js
test-https-resume-after-renew.js
test-https-selfsigned-no-keycertsign-no-crash.js
test-https-server-async-dispose.js
test-https-server-close-all.js
test-https-server-close-destroy-timeout.js
test-https-server-close-idle.js
test-https-server-connections-checking-leak.js
test-https-server-headers-timeout.js
test-https-server-options-incoming-message.js
test-https-server-options-server-response.js
test-https-server-request-timeout.js
test-https-set-timeout-server.js
test-https-simple.js
test-https-socket-options.js
test-https-strict.js
test-https-timeout-server-2.js
test-https-timeout-server.js
test-https-timeout.js
test-https-truncate.js
test-https-unix-socket-self-signed.js
test-icu-data-dir.js
test-icu-env.js
test-icu-minimum-version.js
test-icu-stringwidth.js
test-icu-transcode.js buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
test-inspect-address-in-use.js
test-inspect-async-hook-setup-at-inspect.js
test-inspect-publish-uid.js
test-inspect-support-for-node_options.js
test-inspector-already-activated-cli.js
test-inspector-async-call-stack-abort.js
test-inspector-async-call-stack.js inspector: skip promise hook in the inspector async hook 2025-02-23 01:07:21 +00:00
test-inspector-async-context-brk.js
test-inspector-async-hook-after-done.js
test-inspector-async-hook-setup-at-inspect-brk.js
test-inspector-async-hook-setup-at-signal.js
test-inspector-async-stack-traces-promise-then.js
test-inspector-async-stack-traces-set-interval.js
test-inspector-bindings.js
test-inspector-break-e.js
test-inspector-break-when-eval.js
test-inspector-close-worker.js
test-inspector-connect-main-thread.js
test-inspector-connect-to-main-thread.js
test-inspector-console-top-frame.js
test-inspector-console.js
test-inspector-contexts.js
test-inspector-debug-async-hook.js inspector: prevent propagation of promise hooks to noPromise hooks 2025-08-12 09:14:18 +00:00
test-inspector-debug-brk-flag.js
test-inspector-debug-end.js
test-inspector-emit-protocol-event.js inspector: initial support websocket inspection 2025-08-19 10:09:14 +00:00
test-inspector-enabled.js
test-inspector-esm.js
test-inspector-exception.js
test-inspector-exit-worker-in-wait-for-connection.js
test-inspector-exit-worker-in-wait-for-connection2.js
test-inspector-has-idle.js
test-inspector-has-inspector-false.js
test-inspector-heap-allocation-tracker.js
test-inspector-heapdump.js
test-inspector-host-warning.js lib: add warning when binding inspector to public IP 2025-03-21 08:11:10 -07:00
test-inspector-inspect-brk-node.js
test-inspector-invalid-args.js
test-inspector-invalid-protocol.js inspector: fix crash when receiving non json message 2025-10-29 11:20:29 +00:00
test-inspector-ip-detection.js
test-inspector-module.js
test-inspector-multisession-js.js
test-inspector-multisession-ws.js
test-inspector-network-arbitrary-data.js
test-inspector-network-content-type.js inspector: add mimeType and charset support to Network.Response 2025-05-28 10:15:37 +00:00
test-inspector-network-data-received.js inspector: ensure adequate memory allocation for Binary::toBase64 2025-09-14 16:46:00 +00:00
test-inspector-network-data-sent.js inspector: add protocol methods retrieving sent/received data 2025-06-20 10:20:37 +00:00
test-inspector-network-fetch.js inspector: support undici traffic data inspection 2025-07-07 21:25:34 +00:00
test-inspector-network-http.js inspector: add mimeType and charset support to Network.Response 2025-05-28 10:15:37 +00:00
test-inspector-network-http2.js inspector: add http2 tracking support 2025-08-27 16:25:13 +00:00
test-inspector-network-websocket.js inspector: support handshake response for websocket inspection 2025-10-14 07:06:15 +00:00
test-inspector-not-blocked-on-idle.js
test-inspector-open-coverage.js
test-inspector-open-port-integer-overflow.js
test-inspector-open.js
test-inspector-overwrite-config.js
test-inspector-port-zero-cluster.js
test-inspector-port-zero.js
test-inspector-promises.js
test-inspector-reported-host.js
test-inspector-resource-name-to-url.js
test-inspector-runtime-evaluate-with-timeout.js
test-inspector-scriptparsed-context.js
test-inspector-stop-profile-after-done.js
test-inspector-stops-no-file.js
test-inspector-stress-http.js
test-inspector-strip-types.js
test-inspector-tracing-domain.js
test-inspector-vm-global-accessors-getter-sideeffect.js
test-inspector-vm-global-accessors-sideeffects.js
test-inspector-wait-for-connection.js
test-inspector-wait.mjs
test-inspector-waiting-for-disconnect.js
test-inspector-worker-target.js inspector: support for worker inspection in chrome devtools 2025-05-12 13:25:00 +00:00
test-inspector-workers-flat-list.js
test-inspector.js
test-instanceof.js
test-internal-assert.js
test-internal-async-context-frame-disable.js src: fix EnvironmentOptions.async_context_frame default value 2025-04-27 22:10:30 +00:00
test-internal-async-context-frame-enabled.js src: fix EnvironmentOptions.async_context_frame default value 2025-04-27 22:10:30 +00:00
test-internal-encoding-binding.js
test-internal-error-original-names.js
test-internal-errors.js
test-internal-fs-syncwritestream.js
test-internal-fs.js
test-internal-module-require.js
test-internal-module-wrap.js esm: use index-based resolution callbacks 2025-10-15 11:41:54 +00:00
test-internal-modules.js
test-internal-net-isLoopback.js lib: add warning when binding inspector to public IP 2025-03-21 08:11:10 -07:00
test-internal-only-binding.js
test-internal-process-binding.js
test-internal-socket-list-receive.js
test-internal-socket-list-send.js
test-internal-util-assertCrypto.js
test-internal-util-classwrapper.js
test-internal-util-decorate-error-stack.js
test-internal-util-getCIDR.js os: fix netmask format check condition in getCIDR function 2025-04-20 05:54:48 +00:00
test-internal-util-helpers.js util: add internal assignFunctionName() function 2025-05-04 08:25:09 +00:00
test-internal-util-normalizeencoding.js
test-internal-util-objects.js
test-internal-util-weakreference.js
test-internal-validators-validateoneof.js
test-internal-validators-validateport.js
test-internal-webidl-converttoint.js
test-intl-v8BreakIterator.js
test-intl.js
test-is-internal-thread.mjs
test-js-stream-call-properties.js
test-kill-segfault-freebsd.js
test-listen-fd-cluster.js
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js
test-listen-fd-server.js
test-macos-app-sandbox.js
test-math-random.js
test-max-old-space-size-percentage.js src: initial enablement of IsolateGroups 2025-10-17 10:22:19 +00:00
test-memory-usage-emfile.js
test-memory-usage.js
test-messagechannel.js
test-messageevent-brandcheck.js
test-messageport-hasref.js
test-messaging-marktransfermode.js
test-microtask-queue-integration.js
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-mime-api.js
test-mime-whatwg.js
test-module-builtin.js
test-module-cache.js
test-module-children.js
test-module-circular-dependency-warning.js
test-module-circular-symlinks.js
test-module-create-require-multibyte.js
test-module-create-require.js
test-module-globalpaths-nodepath.js
test-module-isBuiltin.js
test-module-loading-deprecated.js
test-module-loading-error.js test: update expected error message for macOS 2025-04-06 14:20:04 +00:00
test-module-loading-globalpaths.js
test-module-main-extension-lookup.js
test-module-main-fail.js
test-module-main-preserve-symlinks-fail.js
test-module-multi-extensions.js
test-module-nodemodulepaths.js
test-module-parent-deprecation.js
test-module-parent-setter-deprecation.js
test-module-print-timing.mjs
test-module-prototype-mutation.js
test-module-readonly.js
test-module-relative-lookup.js
test-module-run-main-monkey-patch.js
test-module-setsourcemapssupport.js
test-module-stat.js
test-module-strip-types.js
test-module-symlinked-peer-modules.js
test-module-version.js
test-module-wrap.js
test-module-wrapper.js
test-navigator.js
test-net-access-byteswritten.js
test-net-after-close.js
test-net-allow-half-open.js
test-net-autoselectfamily-attempt-timeout-cli-option.js
test-net-autoselectfamily-attempt-timeout-default-value.js
test-net-autoselectfamily-commandline-option.js
test-net-autoselectfamily-default.js
test-net-autoselectfamily-ipv4first.js
test-net-autoselectfamily.js
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js
test-net-binary.js
test-net-bind-twice.js
test-net-blocklist.js net: update net.blocklist to allow file save and file management 2025-07-08 20:37:51 +00:00
test-net-buffersize.js
test-net-bytes-read.js
test-net-bytes-stats.js
test-net-bytes-written-large.js
test-net-can-reset-timeout.js
test-net-child-process-connect-reset.js
test-net-client-bind-twice.js
test-net-connect-abort-controller.js
test-net-connect-after-destroy.js
test-net-connect-buffer.js
test-net-connect-buffer2.js
test-net-connect-call-socket-connect.js
test-net-connect-custom-lookup-non-string-address.mjs net: emit an error when custom lookup resolves to a non-string address 2025-03-01 20:43:41 +00:00
test-net-connect-destroy.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js
test-net-connect-keepalive.js
test-net-connect-memleak.js
test-net-connect-no-arg.js
test-net-connect-nodelay.js
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js
test-net-connect-options-invalid.js net: validate non-string host for socket.connect 2025-03-11 14:48:27 +00:00
test-net-connect-options-ipv6.js
test-net-connect-options-path.js
test-net-connect-options-port.js
test-net-connect-paused-connection.js
test-net-connect-reset-after-destroy.js
test-net-connect-reset-before-connected.js
test-net-connect-reset-until-connected.js
test-net-connect-reset.js
test-net-dns-custom-lookup.js
test-net-dns-error.js
test-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js
test-net-eaddrinuse.js test: more common.mustNotCall in net, tls 2025-03-03 05:54:27 +00:00
test-net-end-close.js
test-net-end-destroyed.js
test-net-end-without-connect.js
test-net-error-twice.js
test-net-isip.js
test-net-isipv4.js
test-net-isipv6.js
test-net-keepalive.js
test-net-large-string.js
test-net-listen-after-destroying-stdin.js
test-net-listen-close-server-callback-is-not-function.js
test-net-listen-close-server.js test: more common.mustNotCall in net, tls 2025-03-03 05:54:27 +00:00
test-net-listen-error.js test: more common.mustNotCall in net, tls 2025-03-03 05:54:27 +00:00
test-net-listen-exclusive-random-ports.js test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
test-net-listen-fd0.js
test-net-listen-handle-in-cluster-1.js
test-net-listen-handle-in-cluster-2.js
test-net-listen-invalid-port.js
test-net-listen-ipv6only.js
test-net-listen-twice.js
test-net-listening.js
test-net-local-address-port.js
test-net-localerror.js
test-net-normalize-args.js
test-net-onread-static-buffer.js
test-net-options-lookup.js
test-net-pause-resume-connecting.js
test-net-perf_hooks.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js
test-net-pipe-connect-errors.js
test-net-pipe-with-long-path.js
test-net-reconnect.js
test-net-remote-address-port.js
test-net-remote-address.js
test-net-reuseport.js
test-net-server-async-dispose.mjs
test-net-server-blocklist.js
test-net-server-call-listen-multiple-times.js
test-net-server-capture-rejection.js
test-net-server-close-before-calling-lookup-callback.js
test-net-server-close-before-ipc-response.js
test-net-server-close.js
test-net-server-drop-connections.js
test-net-server-keepalive.js
test-net-server-listen-handle.js
test-net-server-listen-options-signal.js
test-net-server-listen-options.js
test-net-server-listen-path.js
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js
test-net-server-max-connections.js
test-net-server-nodelay.js
test-net-server-options.js
test-net-server-pause-on-connect.js
test-net-server-reset.js
test-net-server-try-ports.js
test-net-server-unref-persistent.js
test-net-server-unref.js
test-net-settimeout.js
test-net-socket-byteswritten.js
test-net-socket-close-after-end.js
test-net-socket-connect-invalid-autoselectfamily.js
test-net-socket-connect-invalid-autoselectfamilyattempttimeout.js
test-net-socket-connect-without-cb.js
test-net-socket-connecting.js
test-net-socket-constructor.js
test-net-socket-destroy-send.js
test-net-socket-destroy-twice.js
test-net-socket-end-before-connect.js
test-net-socket-end-callback.js
test-net-socket-local-address.js
test-net-socket-no-halfopen-enforcer.js
test-net-socket-ready-without-cb.js
test-net-socket-reset-send.js
test-net-socket-reset-twice.js
test-net-socket-setnodelay.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js
test-net-socket-write-after-close.js
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-throttle.js
test-net-timeout-no-handle.js
test-net-writable.js
test-net-write-after-close.js
test-net-write-after-end-nt.js
test-net-write-arguments.js
test-net-write-cb-on-destroy-before-connect.js
test-net-write-connect-write.js
test-net-write-fully-async-buffer.js test: remove deadlock workaround 2025-05-04 16:23:12 +00:00
test-net-write-fully-async-hex-string.js test: remove deadlock workaround 2025-05-04 16:23:12 +00:00
test-net-write-slow.js
test-next-tick-doesnt-hang.js
test-next-tick-domain.js
test-next-tick-errors.js
test-next-tick-fixed-queue-regression.js
test-next-tick-intentional-starvation.js
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick-when-exiting.js
test-next-tick.js
test-no-addons-resolution-condition.js
test-no-node-snapshot.js
test-node-output-console.mjs
test-node-output-errors.mjs
test-node-output-eval.mjs test: make eval snapshot comparison more flexible 2025-02-23 19:40:51 +00:00
test-node-output-sourcemaps.mjs lib: add source map support for assert messages 2025-09-11 10:37:46 +00:00
test-node-output-v8-warning.mjs
test-node-output-vm.mjs
test-node-run.js
test-nodeeventtarget.js
test-npm-install.js
test-npm-version.js
test-openssl-ca-options.js
test-options-binding.js
test-os-checked-function.js
test-os-eol.js
test-os-fast.js src: add a couple fast apis in node_os 2025-05-12 10:34:24 -07:00
test-os-homedir-no-envvar.js
test-os-process-priority.js
test-os-userinfo-handles-getter-errors.js
test-os.js
test-outgoing-message-destroy.js
test-outgoing-message-pipe.js
test-parse-args.mjs
test-parse-test-envs.js test: add parseTestMetadata support 2025-08-20 06:58:13 +00:00
test-parse-test-only-envs.js test: support standalone env comment in tests 2025-08-22 09:24:31 +00:00
test-path-basename.js
test-path-dirname.js
test-path-extname.js
test-path-glob.js
test-path-isabsolute.js
test-path-join.js lib: handle windows reserved device names on UNC 2025-08-09 12:54:53 +00:00
test-path-makelong.js
test-path-normalize.js
test-path-parse-format.js
test-path-posix-exists.js
test-path-posix-relative-on-windows.js
test-path-relative.js
test-path-resolve.js path: improve path.resolve() performance when used as process.cwd() 2025-05-19 13:23:57 +00:00
test-path-win32-exists.js
test-path-win32-normalize-device-names.js lib: handle windows reserved device names on UNC 2025-08-09 12:54:53 +00:00
test-path-zero-length-strings.js
test-path.js
test-pending-deprecation.js
test-perf-gc-crash.js
test-perf-hooks-eventlooputilization.js perf_hooks: move non-standard performance properties to perf_hooks 2025-10-28 00:23:50 +01:00
test-perf-hooks-histogram-fast-calls.js perf_hooks: fix histogram fast call signatures 2025-09-24 14:11:35 +00:00
test-perf-hooks-histogram.js perf_hooks: fix histogram fast call signatures 2025-09-24 14:11:35 +00:00
test-perf-hooks-resourcetiming.js
test-perf-hooks-timerify.js perf_hooks: move non-standard performance properties to perf_hooks 2025-10-28 00:23:50 +01:00
test-perf-hooks-usertiming.js
test-perf-hooks-worker-timeorigin.js
test-performance-function-async.js
test-performance-gc.js perf_hooks: move deprecated accessors to EOF 2025-06-02 17:29:27 +00:00
test-performance-global.js
test-performance-many-marks.js perf_hooks: fix stack overflow error 2025-10-13 10:05:45 +02:00
test-performance-measure-detail.js
test-performance-measure.js
test-performance-nodetiming-uvmetricsinfo.js
test-performance-nodetiming.js
test-performance-resourcetimingbufferfull.js
test-performance-resourcetimingbuffersize.js
test-performance-timeline.mjs
test-performanceobserver-gc.js
test-performanceobserver.js
test-permission-allow-addons-cli.js src,permission: add support to permission.has(addon) 2025-07-07 15:21:07 +00:00
test-permission-allow-child-process-cli.js permission: propagate permission model flags on spawn 2025-07-02 02:32:20 +00:00
test-permission-allow-inspector.js src,permission: add --allow-inspector ability 2025-09-11 20:10:02 +00:00
test-permission-allow-wasi-cli.js
test-permission-allow-worker-cli.js
test-permission-child-process-cli.js src: pass resource on permission checks for spawn 2025-06-21 14:40:10 +00:00
test-permission-child-process-inherit-flags.js permission: propagate permission model flags on spawn 2025-07-02 02:32:20 +00:00
test-permission-fs-absolute-path.js
test-permission-fs-internal-module-stat.js src: remove fast API for InternalModuleStat 2025-06-03 10:15:39 +00:00
test-permission-fs-read-entrypoint.js src,permission: implicit allow-fs-read to app entrypoint 2025-06-07 13:33:25 +00:00
test-permission-fs-read.js src,permission: implicit allow-fs-read to app entrypoint 2025-06-07 13:33:25 +00:00
test-permission-fs-relative-path.js
test-permission-fs-repeat-path.js
test-permission-fs-require.js
test-permission-fs-supported.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
test-permission-fs-symlink-relative.js
test-permission-fs-symlink-target-write.js
test-permission-fs-symlink.js
test-permission-fs-traversal-path.js
test-permission-fs-wildcard.js
test-permission-fs-windows-path.js
test-permission-fs-write-report.js
test-permission-fs-write-v8.js
test-permission-fs-write.js
test-permission-has.js src,permission: add support to permission.has(addon) 2025-07-07 15:21:07 +00:00
test-permission-inspector-brk.js
test-permission-inspector.js src,permission: add --allow-inspector ability 2025-09-11 20:10:02 +00:00
test-permission-net-allowed.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-dns.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-fetch.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-http.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-https.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-tcp.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-udp.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-warning.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-net-websocket.js src,permission: add --allow-net permission 2025-06-17 12:35:23 +00:00
test-permission-no-addons.js
test-permission-processbinding.js
test-permission-sqlite-load-extension.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-permission-warning-flags.js src,permission: add --allow-inspector ability 2025-09-11 20:10:02 +00:00
test-permission-wasi.js src,permission: make ERR_ACCESS_DENIED more descriptive 2025-04-03 22:24:39 +00:00
test-permission-worker-threads-cli.js src,permission: make ERR_ACCESS_DENIED more descriptive 2025-04-03 22:24:39 +00:00
test-pipe-abstract-socket-http.js
test-pipe-abstract-socket.js
test-pipe-address.js
test-pipe-file-to-http.js
test-pipe-head.js
test-pipe-outgoing-message-data-emitted-after-ended.js
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe-writev.js
test-preload-print-process-argv.js
test-preload-self-referential.js
test-preload-worker.js
test-preload.js
test-primitive-timer-leak.js
test-primordials-apply.js perf_hooks: fix stack overflow error 2025-10-13 10:05:45 +02:00
test-primordials-promise.js
test-primordials-regexp.js
test-priority-queue.js
test-process-abort.js
test-process-argv-0.js
test-process-available-memory.js
test-process-beforeexit-throw-exit.js
test-process-beforeexit.js
test-process-binding-internalbinding-allowlist.js lib: unexpose six process bindings 2025-02-25 16:07:49 +00:00
test-process-binding-util.js
test-process-binding.js
test-process-chdir-errormessage.js
test-process-chdir.js
test-process-config.js
test-process-constants-noatime.js
test-process-constrained-memory.js
test-process-cpuUsage.js
test-process-default.js
test-process-dlopen-error-message-crash.js
test-process-dlopen-undefined-exports.js
test-process-domain-segfault.js
test-process-emit.js
test-process-emitwarning.js
test-process-env-allowed-flags-are-documented.js quic: reduce boilerplate and other minor cleanups 2025-09-07 19:29:02 -07:00
test-process-env-allowed-flags.js
test-process-env-delete.js
test-process-env-deprecation.js
test-process-env-ignore-getter-setter.js
test-process-env-sideeffects.js
test-process-env-symbols.js
test-process-env-tz.js
test-process-env-windows-error-reset.js
test-process-env.js
test-process-euid-egid.js
test-process-exception-capture-errors.js
test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js
test-process-exception-capture-should-abort-on-uncaught.js
test-process-exception-capture.js
test-process-exec-argv.js
test-process-execpath.js
test-process-execve-abort.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve-no-args.js process: make execve's args argument optional 2025-07-26 02:35:57 +00:00
test-process-execve-on-exit.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve-permission-fail.js src: pass resource on permission checks for spawn 2025-06-21 14:40:10 +00:00
test-process-execve-permission-granted.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve-socket.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve-validation.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve-worker-threads.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-execve.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
test-process-exit-code-validation.js
test-process-exit-code.js
test-process-exit-from-before-exit.js
test-process-exit-handler.js
test-process-exit-recursive.js
test-process-exit.js
test-process-external-stdio-close-spawn.js
test-process-external-stdio-close.js
test-process-features.js quic: reduce boilerplate and other minor cleanups 2025-09-07 19:29:02 -07:00
test-process-finalization.mjs
test-process-get-builtin.mjs test: fix status when compiled without inspector 2025-10-19 17:39:54 +00:00
test-process-getactivehandles.js
test-process-getactiverequests.js
test-process-getactiveresources-track-active-handles.js
test-process-getactiveresources-track-active-requests.js
test-process-getactiveresources-track-interval-lifetime.js
test-process-getactiveresources-track-multiple-timers.js
test-process-getactiveresources-track-timer-lifetime.js
test-process-getactiveresources.js
test-process-getgroups.js
test-process-hrtime-bigint.js process: fix hrtime fast call signatures 2025-09-24 14:11:35 +00:00
test-process-hrtime.js process: fix hrtime fast call signatures 2025-09-24 14:11:35 +00:00
test-process-initgroups.js
test-process-kill-null.js
test-process-kill-pid.js
test-process-load-env-file.js
test-process-next-tick.js
test-process-no-deprecation.js
test-process-ppid.js
test-process-prototype.js
test-process-raw-debug.js
test-process-really-exit.js
test-process-redirect-warnings-env.js
test-process-redirect-warnings.js
test-process-ref-unref.js
test-process-release.js 2025-10-28, Version 24.11.0 'Krypton' (LTS) 2025-10-28 16:55:56 +00:00
test-process-remove-all-signal-listeners.js
test-process-setgroups.js
test-process-setsourcemapsenabled.js
test-process-threadCpuUsage-main-thread.js
test-process-threadCpuUsage-worker-threads.js
test-process-title-cli.js
test-process-uid-gid.js
test-process-umask-mask.js
test-process-umask.js
test-process-uncaught-exception-monitor.js
test-process-uptime.js
test-process-versions.js quic: reduce boilerplate and other minor cleanups 2025-09-07 19:29:02 -07:00
test-process-warning.js
test-process-warnings.mjs
test-promise-handled-rejection-no-warning.js
test-promise-hook-create-hook.js
test-promise-hook-exceptions.js
test-promise-hook-on-after.js
test-promise-hook-on-before.js
test-promise-hook-on-init.js
test-promise-hook-on-resolve.js
test-promise-reject-callback-exception.js
test-promise-unhandled-default.js
test-promise-unhandled-error-with-reading-file.js process: fix wrong asyncContext under unhandled-rejections=strict 2025-10-04 02:12:19 +00:00
test-promise-unhandled-error.js
test-promise-unhandled-flag.js
test-promise-unhandled-issue-43655.js
test-promise-unhandled-silent-no-hook.js
test-promise-unhandled-silent.js
test-promise-unhandled-throw-handler.js
test-promise-unhandled-throw.js
test-promise-unhandled-warn-no-hook.js
test-promise-unhandled-warn.js
test-promises-unhandled-proxy-rejections.js
test-promises-unhandled-rejections.js
test-promises-unhandled-symbol-rejections.js
test-promises-warning-on-unhandled-rejection.js
test-punycode.js
test-querystring-escape.js
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js
test-queue-microtask-uncaught-asynchooks.js
test-queue-microtask.js
test-quic-exports.mjs quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
test-quic-handshake-ipv6-only.mjs quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
test-quic-handshake.mjs src: cleanup quic TransportParams class 2025-09-20 14:03:50 +00:00
test-quic-internal-endpoint-listen-defaults.mjs quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
test-quic-internal-endpoint-options.mjs src: cleanup quic TransportParams class 2025-09-20 14:03:50 +00:00
test-quic-internal-endpoint-stats-state.mjs quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
test-quic-internal-setcallbacks.mjs src: cleanup quic TransportParams class 2025-09-20 14:03:50 +00:00
test-quic-test-client.mjs test: skip quic tests that IBM i does not support 2025-10-10 06:15:13 +00:00
test-quic-test-server.mjs test: skip quic tests that IBM i does not support 2025-10-10 06:15:13 +00:00
test-readable-from-iterator-closing.js
test-readable-from-web-enqueue-then-close.js
test-readable-from.js
test-readable-large-hwm.js
test-readable-single-end.js
test-readline-async-iterators-backpressure.js
test-readline-async-iterators-destroy.js
test-readline-async-iterators.js
test-readline-carriage-return-between-chunks.js
test-readline-csi.js
test-readline-emit-keypress-events.js
test-readline-input-onerror.js
test-readline-interface-escapecodetimeout.js
test-readline-interface-no-trailing-newline.js
test-readline-interface-recursive-writes.js
test-readline-interface.js readline: add stricter validation for functions called after closed 2025-05-18 19:46:38 +00:00
test-readline-keys.js
test-readline-line-separators.js readline: fix unicode line separators being ignored 2025-04-13 09:52:04 -07:00
test-readline-position.js
test-readline-promises-csi.mjs
test-readline-promises-interface.js readline: add stricter validation for functions called after closed 2025-05-18 19:46:38 +00:00
test-readline-promises-tab-complete.js readline: add stricter validation for functions called after closed 2025-05-18 19:46:38 +00:00
test-readline-reopen.js
test-readline-set-raw-mode.js
test-readline-tab-complete.js
test-readline-undefined-columns.js
test-readline.js
test-ref-unref-return.js
test-regression-object-prototype.js
test-release-changelog.js
test-release-npm.js
test-repl-array-prototype-tempering.js
test-repl-autocomplete.js
test-repl-autolibs.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-clear-immediate-crash.js
test-repl-cli-eval.js
test-repl-close.js readline: add stricter validation for functions called after closed 2025-05-18 19:46:38 +00:00
test-repl-colors.js
test-repl-completion-on-getters-disabled.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-context.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-custom-eval-previews.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-custom-eval.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-definecommand.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-domain.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-dynamic-import.js
test-repl-editor.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-empty.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-end-emits-exit.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-envvars.js
test-repl-eval-error-after-close.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-function-definition-edge-case.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-harmony.js
test-repl-history-navigation.js repl: add possibility to edit multiline commands while adding them 2025-05-04 18:42:06 +00:00
test-repl-history-perm.js
test-repl-import-referrer.js readline: add stricter validation for functions called after closed 2025-05-18 19:46:38 +00:00
test-repl-inspect-defaults.js
test-repl-inspector.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-let-process.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-load-multiline-from-history.js repl: add support for multiline history 2025-04-13 11:58:01 +00:00
test-repl-load-multiline-no-trailing-newline.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-load-multiline.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-mode.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-multiline-navigation-while-adding.js repl: add proper vertical cursor movements 2025-05-04 18:42:07 +00:00
test-repl-multiline-navigation.js repl: add proper vertical cursor movements 2025-05-04 18:42:07 +00:00
test-repl-multiline.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-no-terminal.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-null-thrown.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-null.js
test-repl-options.js test: add missing newlines to repl .exit writes 2025-04-28 20:19:07 +00:00
test-repl-paste-big-data.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-permission-model.js
test-repl-persistent-history.js repl: extract and standardize history from both repl and interface 2025-05-28 07:38:39 +00:00
test-repl-preprocess-top-level-await.js
test-repl-pretty-custom-stack.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-pretty-stack-custom-writer.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-pretty-stack.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-preview-newlines.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-preview-timeout.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-preview-without-inspector.js
test-repl-preview.js repl: add isValidParentheses check before wrap input 2025-08-27 17:32:01 +00:00
test-repl-programmatic-history-setup-history.js repl: extract and standardize history from both repl and interface 2025-05-28 07:38:39 +00:00
test-repl-programmatic-history.js repl: extract and standardize history from both repl and interface 2025-05-28 07:38:39 +00:00
test-repl-recoverable.js repl: add support for multiline history 2025-04-13 11:58:01 +00:00
test-repl-require-after-write.js
test-repl-require-cache.js
test-repl-require-context.js test: add missing newlines to repl .exit writes 2025-04-28 20:19:07 +00:00
test-repl-require-self-referential.js test: add missing newlines to repl .exit writes 2025-04-28 20:19:07 +00:00
test-repl-require.js
test-repl-reset-event.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-reverse-search.js repl: add support for multiline history 2025-04-13 11:58:01 +00:00
test-repl-save-load-editor-mode.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load-invalid-save.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load-load-dir.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load-load-non-existent.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load-load-without-name.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load-save-without-name.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-save-load.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.js
test-repl-stdin-push-null.js
test-repl-strict-mode-previews.js
test-repl-syntax-error-handling.js
test-repl-syntax-error-stack.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-buffer.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-computed-props.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-crash.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-custom-completer.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-files.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-getter-error.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-import.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-nested-repls.js
test-repl-tab-complete-no-warn.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-nosideeffects.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-on-editor-mode.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-require.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete-unary-expressions.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab-complete.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js
test-repl-top-level-await.js repl: add support for multiline history 2025-04-13 11:58:01 +00:00
test-repl-uncaught-exception-async.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-uncaught-exception-evalcallback.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-uncaught-exception-standalone.js
test-repl-uncaught-exception.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-underscore.js test: add new startNewREPLSever testing utility 2025-09-30 15:20:02 +02:00
test-repl-unexpected-token-recoverable.js repl: add possibility to edit multiline commands while adding them 2025-05-04 18:42:06 +00:00
test-repl-unsafe-array-iteration.js
test-repl-unsupported-option.js
test-repl-use-global.js
test-repl.js repl: eol deprecate instantiating without new 2025-09-07 19:08:39 +00:00
test-require-cache.js
test-require-delete-array-iterator.js
test-require-dot.js
test-require-empty-main.js
test-require-enoent-dir.js
test-require-exceptions.js
test-require-extension-over-directory.js
test-require-extensions-main.js
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-main-no-exports.js
test-require-invalid-package.js
test-require-json.js
test-require-long-path.js
test-require-mjs.js
test-require-node-prefix.js
test-require-nul.js
test-require-process.js
test-require-resolve-invalid-paths.js
test-require-resolve-opts-paths-relative.js
test-require-resolve.js
test-require-symlink.js
test-require-unicode.js
test-resource-usage.js
test-runner-aliases.js
test-runner-assert.js lib: restructure assert to become a class 2025-08-05 14:15:02 +00:00
test-runner-cli-concurrency.js
test-runner-cli-timeout.js
test-runner-cli.js test_runner: correctly filter --experimental-config-file 2025-06-29 20:48:29 +00:00
test-runner-complex-dependencies.mjs
test-runner-concurrency.js
test-runner-coverage-default-exclusion.mjs
test-runner-coverage-source-map.js Revert "test_runner: remove promises returned by test()" 2025-06-23 09:37:40 +00:00
test-runner-coverage-thresholds.js test_runner: add level parameter to reporter.diagnostic 2025-05-19 08:28:05 +00:00
test-runner-coverage.js
test-runner-custom-assertions.js
test-runner-enable-source-maps-issue.js
test-runner-error-reporter.js
test-runner-exit-code.js test_runner: fix todo inheritance 2025-09-04 09:35:48 +00:00
test-runner-extraneous-async-activity.js
test-runner-filetest-location.js test_runner: improve --test-timeout to be per test 2025-04-09 14:36:19 +00:00
test-runner-filter-warning.js
test-runner-flag-propagation.js src: add internal GetOptionsAsFlags 2025-08-16 06:43:49 +00:00
test-runner-force-exit-failure.js
test-runner-force-exit-flush.js
test-runner-global-setup-teardown.mjs test_runner: unify --require and --import behavior when isolation none 2025-05-06 06:28:29 +00:00
test-runner-global-setup-watch-mode.mjs test_runner: add global setup and teardown functionality 2025-04-16 17:51:06 +00:00
test-runner-import-no-scheme.js
test-runner-inspect.mjs
test-runner-misc.js Revert "test_runner: remove promises returned by test()" 2025-06-23 09:37:40 +00:00
test-runner-mock-timers-date.js
test-runner-mock-timers-scheduler.js
test-runner-mock-timers.js test_runner: set mock timer's interval undefined 2025-08-27 03:36:54 +00:00
test-runner-mocking.js test_runner: support object property mocking 2025-06-09 17:57:07 +00:00
test-runner-module-mocking.js test_runner: use module.registerHooks in module mocks 2025-10-22 11:05:39 +00:00
test-runner-no-isolation-different-cwd.mjs
test-runner-no-isolation-filtering.js
test-runner-no-isolation-hooks.mjs test_runner: unify --require and --import behavior when isolation none 2025-05-06 06:28:29 +00:00
test-runner-no-isolation.mjs
test-runner-option-validation.js
test-runner-plan.mjs test: test runner run plan 2025-03-10 22:23:23 +00:00
test-runner-reporters.js test_runner: fix isSkipped check in junit 2025-08-13 08:50:42 +00:00
test-runner-root-after-with-refed-handles.js
test-runner-root-duration.js
test-runner-run-coverage.mjs
test-runner-run-files-undefined.mjs
test-runner-run-global-hooks.mjs test_runner: add global setup and teardown functionality 2025-04-16 17:51:06 +00:00
test-runner-run-watch.mjs test_runner: emit event when file changes in watch mode 2025-05-30 19:32:11 +00:00
test-runner-run.mjs test_runner: fix timeout not propagated to the child process in run 2025-06-27 11:50:17 +00:00
test-runner-snapshot-file-tests.js
test-runner-snapshot-tests.js
test-runner-source-maps-invalid-json.js
test-runner-string-to-regexp.js
test-runner-subtest-after-hook.js
test-runner-test-filepath.js
test-runner-test-fullname.js test_runner: do not error when getting fullName of root context 2025-08-23 19:40:58 +00:00
test-runner-test-rerun-failures.js test_runner: add option to rerun only failed tests 2025-08-19 07:42:00 +00:00
test-runner-todo-skip-tests.js
test-runner-typechecking.js Revert "test_runner: remove promises returned by test()" 2025-06-23 09:37:40 +00:00
test-runner-v8-deserializer.mjs
test-runner-wait-for.js
test-runner-watch-mode-complex.mjs
test-safe-get-env.js
test-sea-get-asset-keys.js sea: implement sea.getAssetKeys() 2025-09-04 11:58:50 +00:00
test-security-revert-unknown.js
test-set-http-max-http-headers.js
test-set-incoming-message-header.js
test-set-process-debug-port.js
test-setproctitle.js test: fix test-setproctitle status when ps is not available 2025-08-20 18:24:04 +00:00
test-shadow-realm-allowed-builtin-modules.js
test-shadow-realm-custom-loaders.js
test-shadow-realm-gc-module.js
test-shadow-realm-gc.js
test-shadow-realm-globals.js
test-shadow-realm-import-value-resolve.js
test-shadow-realm-module.js
test-shadow-realm-preload-module.js
test-shadow-realm-prepare-stack-trace.js
test-shadow-realm.js
test-sigint-infinite-loop.js
test-signal-args.js
test-signal-handler-remove-on-exit.js
test-signal-handler.js
test-signal-safety.js
test-signal-unregister.js
test-snapshot-api.js
test-snapshot-argv1.js
test-snapshot-basic.js
test-snapshot-child-process-sync.js
test-snapshot-cjs-main.js
test-snapshot-config.js
test-snapshot-console.js
test-snapshot-coverage.js
test-snapshot-cwd.js
test-snapshot-dns-lookup-localhost-promise.js
test-snapshot-dns-lookup-localhost.js
test-snapshot-dns-resolve-localhost-promise.js
test-snapshot-dns-resolve-localhost.js
test-snapshot-error.js
test-snapshot-eval.js
test-snapshot-gzip.js
test-snapshot-incompatible.js
test-snapshot-namespaced-builtin.js
test-snapshot-net.js
test-snapshot-reproducible.js
test-snapshot-stack-trace-limit-mutation.js
test-snapshot-stack-trace-limit.js
test-snapshot-typescript.js
test-snapshot-umd.js
test-snapshot-warning.js
test-snapshot-weak-reference.js
test-snapshot-worker.js
test-socket-address.js
test-socket-options-invalid.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-socket-writes-before-passed-to-tls-socket.js
test-socketaddress.js
test-source-map-api.js
test-source-map-cjs-require-cache.js
test-source-map-enable.js test: use common.skipIfInspectorDisabled() to skip tests 2025-06-13 12:10:51 +00:00
test-spawn-cmd-named-pipe.js
test-sqlite-aggregate-function.mjs sqlite: handle thrown errors in result callback 2025-05-25 21:49:37 +00:00
test-sqlite-authz.js sqlite: create authorization api 2025-10-01 11:40:45 +02:00
test-sqlite-backup.mjs test: skip tests failing when run under root 2025-06-10 12:57:27 +00:00
test-sqlite-config.js sqlite: allow setting defensive flag 2025-10-27 14:01:16 +00:00
test-sqlite-custom-functions.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-data-types.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-database-sync-dispose.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-database-sync.js sqlite: add sqlite-type symbol for DatabaseSync 2025-08-23 21:45:43 +00:00
test-sqlite-named-parameters.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-session.js sqlite: replace ToLocalChecked and improve filter error handling 2025-09-30 15:30:25 +02:00
test-sqlite-statement-sync-columns.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-statement-sync.js sqlite: handle ?NNN parameters as positional 2025-08-22 12:56:58 +00:00
test-sqlite-template-tag.js sqlite: add tagged template 2025-09-17 16:54:11 +00:00
test-sqlite-timeout.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-transactions.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite-typed-array-and-data-view.js sqlite: add build option to build without sqlite 2025-05-07 17:20:57 -04:00
test-sqlite.js sqlite: fix crash session extension callbacks with workers 2025-09-23 14:41:39 +00:00
test-stack-size-limit.js
test-startup-empty-regexp-statics.js
test-startup-empty-regexp-statics.mjs
test-startup-large-pages.js
test-stdin-child-proc.js
test-stdin-from-file-spawn.js
test-stdin-from-file.js
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js
test-stdin-script-child-option.js
test-stdin-script-child.js
test-stdio-closed.js
test-stdio-pipe-access.js
test-stdio-pipe-redirect.js
test-stdio-pipe-stderr.js
test-stdio-undestroy.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-pipeline-destroy.js
test-stdout-stderr-reading.js
test-stdout-stderr-write.js
test-stdout-to-file.js
test-strace-openat-openssl.js
test-stream-add-abort-signal.js
test-stream-aliases-legacy.js
test-stream-auto-destroy.js
test-stream-await-drain-writers-in-synchronously-recursion-write.js
test-stream-backpressure.js
test-stream-base-prototype-accessors-enumerability.js
test-stream-base-typechecking.js
test-stream-big-packet.js
test-stream-big-push.js
test-stream-catch-rejections.js
test-stream-compose-operator.js
test-stream-compose.js
test-stream-construct.js
test-stream-consumers.js
test-stream-decoder-objectmode.js
test-stream-destroy-event-order.js
test-stream-destroy.js
test-stream-drop-take.js
test-stream-duplex-destroy.js stream: test explicit resource management implicitly 2025-05-17 04:41:15 +00:00
test-stream-duplex-end.js
test-stream-duplex-from.js
test-stream-duplex-props.js
test-stream-duplex-readable-end.js
test-stream-duplex-readable-writable.js
test-stream-duplex-writable-finished.js
test-stream-duplex.js
test-stream-duplexpair.js
test-stream-end-of-streams.js
test-stream-end-paused.js
test-stream-err-multiple-callback-construction.js
test-stream-error-once.js
test-stream-event-names.js
test-stream-events-prepend.js
test-stream-filter.js
test-stream-finished-async-local-storage.js stream: preserve AsyncLocalStorage on finished only when needed 2025-10-27 19:23:34 +00:00
test-stream-finished-bindAsyncResource-path.js stream: preserve AsyncLocalStorage on finished only when needed 2025-10-27 19:23:34 +00:00
test-stream-finished-default-path.js stream: preserve AsyncLocalStorage on finished only when needed 2025-10-27 19:23:34 +00:00
test-stream-finished.js
test-stream-flatMap.js
test-stream-forEach.js
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-iterator-helpers-test262-tests.mjs
test-stream-map.js
test-stream-objectmode-undefined.js
test-stream-once-readable-pipe.js
test-stream-passthrough-drain.js
test-stream-pipe-after-end.js
test-stream-pipe-await-drain-manual-resume.js
test-stream-pipe-await-drain-push-while-write.js
test-stream-pipe-await-drain.js
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-deadlock.js
test-stream-pipe-error-handling.js
test-stream-pipe-error-unhandled.js
test-stream-pipe-event.js
test-stream-pipe-flow-after-unpipe.js
test-stream-pipe-flow.js
test-stream-pipe-manual-resume.js
test-stream-pipe-multiple-pipes.js
test-stream-pipe-needDrain.js
test-stream-pipe-objectmode-to-non-objectmode.js
test-stream-pipe-same-destination-twice.js
test-stream-pipe-unpipe-streams.js
test-stream-pipe-without-listenerCount.js
test-stream-pipeline-async-iterator.js
test-stream-pipeline-duplex.js
test-stream-pipeline-http2.js
test-stream-pipeline-listeners.js
test-stream-pipeline-process.js
test-stream-pipeline-queued-end-in-destroy.js
test-stream-pipeline-uncaught.js
test-stream-pipeline-with-empty-string.js
test-stream-pipeline.js
test-stream-preprocess.js
test-stream-promises.js
test-stream-push-order.js
test-stream-push-strings.js
test-stream-readable-aborted.js
test-stream-readable-add-chunk-during-data.js
test-stream-readable-async-iterators.js tools,test: enforce best practices to detect never settling promises 2025-07-16 10:57:22 +02:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-data.js
test-stream-readable-default-encoding.js
test-stream-readable-destroy.js
test-stream-readable-didRead.js
test-stream-readable-dispose.js stream: test explicit resource management implicitly 2025-05-17 04:41:15 +00:00
test-stream-readable-emit-readable-short-stream.js
test-stream-readable-emittedReadable.js
test-stream-readable-end-destroyed.js
test-stream-readable-ended.js
test-stream-readable-error-end.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js
test-stream-readable-from-web-termination.js
test-stream-readable-hwm-0-async.js
test-stream-readable-hwm-0-no-flow-data.js
test-stream-readable-hwm-0.js
test-stream-readable-infinite-read.js
test-stream-readable-invalid-chunk.js
test-stream-readable-needReadable.js
test-stream-readable-next-no-null.js
test-stream-readable-no-unneeded-readable.js
test-stream-readable-object-multi-push-async.js
test-stream-readable-pause-and-resume.js
test-stream-readable-readable-then-resume.js
test-stream-readable-readable.js
test-stream-readable-reading-readingMore.js
test-stream-readable-resume-hwm.js
test-stream-readable-resumeScheduled.js
test-stream-readable-setEncoding-existing-buffers.js
test-stream-readable-setEncoding-null.js
test-stream-readable-strategy-option.js
test-stream-readable-to-web-termination.js
test-stream-readable-to-web.mjs test: deflake stream-readable-to-web test 2025-08-02 04:25:35 +00:00
test-stream-readable-unpipe-resume.js
test-stream-readable-unshift.js
test-stream-readable-with-unimplemented-_read.js
test-stream-readableListening-state.js
test-stream-reduce.js
test-stream-set-default-hwm.js
test-stream-some-find-every.mjs
test-stream-toArray.js test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
test-stream-toWeb-allows-server-response.js
test-stream-transform-callback-twice.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-destroy.js stream: test explicit resource management implicitly 2025-05-17 04:41:15 +00:00
test-stream-transform-final-sync.js
test-stream-transform-final.js
test-stream-transform-flush-data.js
test-stream-transform-hwm0.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-highwatermark.js
test-stream-transform-split-objectmode.js
test-stream-typedarray.js test: add Float16Array to common.getArrayBufferViews() 2025-05-10 11:39:27 +00:00
test-stream-uint8array.js
test-stream-unpipe-event.js
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js
test-stream-wrap-drain.js
test-stream-wrap-encoding.js
test-stream-wrap.js
test-stream-writable-aborted.js
test-stream-writable-change-default-encoding.js
test-stream-writable-clear-buffer.js
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js
test-stream-writable-destroy.js stream: test explicit resource management implicitly 2025-05-17 04:41:15 +00:00
test-stream-writable-end-cb-error.js
test-stream-writable-end-cb-uncaught.js
test-stream-writable-end-multiple.js
test-stream-writable-ended-state.js
test-stream-writable-final-async.js
test-stream-writable-final-destroy.js
test-stream-writable-final-throw.js
test-stream-writable-finish-destroyed.js
test-stream-writable-finished-state.js
test-stream-writable-finished.js
test-stream-writable-invalid-chunk.js
test-stream-writable-needdrain-state.js
test-stream-writable-null.js
test-stream-writable-properties.js
test-stream-writable-samecb-singletick.js
test-stream-writable-writable.js
test-stream-writable-write-cb-error.js
test-stream-writable-write-cb-twice.js
test-stream-writable-write-error.js
test-stream-writable-write-writev-finish.js
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-destroy.js
test-stream-write-drain.js
test-stream-write-final.js
test-stream-writev.js
test-stream2-base64-single-char-read-end.js
test-stream2-basic.js
test-stream2-compatibility.js
test-stream2-decode-partial.js
test-stream2-finish-pipe-error.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js
test-stream2-objects.js
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js
test-stream2-push.js
test-stream2-read-sync-stack.js
test-stream2-readable-empty-buffer-no-eof.js
test-stream2-readable-legacy-drain.js
test-stream2-readable-non-empty-end.js
test-stream2-readable-wrap-destroy.js
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap-error.js
test-stream2-readable-wrap.js
test-stream2-set-encoding.js
test-stream2-transform.js
test-stream2-unpipe-drain.js
test-stream2-unpipe-leak.js
test-stream2-writable.js
test-stream3-cork-end.js
test-stream3-cork-uncork.js
test-stream3-pause-then-read.js
test-stream3-pipeline-async-iterator.js
test-streams-highwatermark.js
test-string-decoder-end.js
test-string-decoder-fuzz.js
test-string-decoder.js
test-stringbytes-external.js
test-structuredClone-domexception.js lib,src: support DOMException ser-des 2025-06-11 16:11:18 +00:00
test-structuredClone-global.js
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js
test-tcp-wrap.js
test-testpy-env-var-via-comment.js tools: support environment variables via comments 2025-05-11 17:54:56 +00:00
test-throw-error-with-getter-throw-traced.mjs
test-throw-undefined-or-null-traced.mjs
test-tick-processor-arguments.js test: replace .filter()[0] with .find() 2025-06-29 18:58:29 +00:00
test-tick-processor-version-check.js
test-timers-api-refs.js
test-timers-args.js
test-timers-clear-null-does-not-throw-error.js
test-timers-clear-object-does-not-throw-error.js
test-timers-clear-timeout-interval-equivalent.js
test-timers-clearImmediate-als.js
test-timers-clearImmediate.js
test-timers-destroyed.js
test-timers-dispose.js
test-timers-fast-calls.js timers: fix binding fast call signatures 2025-09-24 14:11:36 +00:00
test-timers-immediate-promisified.js process: move multipleResolves event to EOL 2025-06-29 04:23:09 -07:00
test-timers-immediate-queue-throw.js
test-timers-immediate-queue.js
test-timers-immediate-unref-nested-once.js
test-timers-immediate-unref-simple.js
test-timers-immediate-unref.js
test-timers-immediate.js
test-timers-interval-promisified.js process: move multipleResolves event to EOL 2025-06-29 04:23:09 -07:00
test-timers-interval-throw.js
test-timers-invalid-clear.js timers: check for immediate instance in clearImmediate 2025-03-01 23:54:52 +00:00
test-timers-linked-list.js
test-timers-max-duration-warning.js
test-timers-nan-duration-emit-once-per-process.js
test-timers-nan-duration-warning-promises.js
test-timers-nan-duration-warning.js
test-timers-negative-duration-warning-emit-once-per-process.js
test-timers-negative-duration-warning.js
test-timers-nested.js
test-timers-next-tick.js
test-timers-non-integer-delay.js
test-timers-not-emit-duration-zero.js
test-timers-now.js test: add fast api tests for getLibuvNow() 2025-04-27 14:35:53 +00:00
test-timers-ordering.js
test-timers-process-tampering.js
test-timers-promises-scheduler.js
test-timers-promises.js
test-timers-refresh-in-callback.js
test-timers-refresh.js
test-timers-reset-process-domain-on-throw.js
test-timers-same-timeout-wrong-list-deleted.js
test-timers-setimmediate-infinite-loop.js
test-timers-socket-timeout-removes-other-socket-unref-timer.js
test-timers-this.js
test-timers-throw-when-cb-not-function.js
test-timers-timeout-promisified.js process: move multipleResolves event to EOL 2025-06-29 04:23:09 -07:00
test-timers-timeout-to-interval.js
test-timers-timeout-with-non-integer.js
test-timers-to-primitive.js
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.js
test-timers-unref-throw-then-ref.js
test-timers-unref.js
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js
test-timers-unrefed-in-callback.js
test-timers-user-call.js
test-timers-zero-timeout.js
test-timers.js
test-tls-0-dns-altname.js
test-tls-add-context.js
test-tls-addca.js src: suggest --use-system-ca when a certificate error occurs 2025-03-12 13:21:22 +00:00
test-tls-alert-handling.js test: make crypto tests work with BoringSSL 2025-05-22 11:26:56 +00:00
test-tls-alert.js
test-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js tls: remove deprecated tls.createSecurePair 2025-03-11 23:01:28 +00:00
test-tls-buffersize.js
test-tls-ca-concat.js
test-tls-canonical-ip.js
test-tls-cert-chains-concat.js
test-tls-cert-chains-in-ca.js
test-tls-cert-ext-encoding.js
test-tls-cert-regression.js
test-tls-check-server-identity.js test: expand tls-check-server-identity coverage 2025-09-30 15:25:08 +02:00
test-tls-cipher-list.js
test-tls-cli-max-version-1.2.js
test-tls-cli-max-version-1.3.js
test-tls-cli-min-max-conflict.js
test-tls-cli-min-version-1.1.js
test-tls-cli-min-version-1.2.js
test-tls-cli-min-version-1.3.js
test-tls-cli-min-version-1.0.js
test-tls-client-abort.js
test-tls-client-abort2.js
test-tls-client-allow-partial-trust-chain.js
test-tls-client-auth.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js
test-tls-client-mindhsize.js
test-tls-client-reject-12.js
test-tls-client-reject.js
test-tls-client-renegotiation-13.js
test-tls-client-renegotiation-limit.js
test-tls-client-resume-12.js
test-tls-client-resume.js
test-tls-client-verify.js
test-tls-clientcertengine-invalid-arg-type.js
test-tls-clientcertengine-unsupported.js
test-tls-close-error.js test: more common.mustNotCall in net, tls 2025-03-03 05:54:27 +00:00
test-tls-close-event-after-write.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js
test-tls-connect-abort-controller.js test: simplify test-tls-connect-abort-controller.js 2025-03-07 21:21:02 +00:00
test-tls-connect-address-family.js
test-tls-connect-allow-half-open-option.js
test-tls-connect-given-socket.js
test-tls-connect-hints-option.js
test-tls-connect-hwm-option.js
test-tls-connect-memleak.js
test-tls-connect-no-host.js
test-tls-connect-pipe.js
test-tls-connect-secure-context.js
test-tls-connect-simple.js
test-tls-connect-stream-writes.js
test-tls-connect-timeout-option.js
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js
test-tls-destroy-stream-12.js
test-tls-destroy-stream.js
test-tls-destroy-whilst-write.js
test-tls-dhe.js test: update parallel/test-tls-dhe for OpenSSL 3.5 2025-03-17 03:42:55 +00:00
test-tls-disable-renegotiation.js
test-tls-ecdh-auto.js
test-tls-ecdh-multiple.js
test-tls-ecdh.js
test-tls-econnreset.js
test-tls-empty-sni-context.js
test-tls-enable-keylog-cli.js
test-tls-enable-trace-cli.js
test-tls-enable-trace.js
test-tls-env-bad-extra-ca.js
test-tls-env-extra-ca-no-crypto.js
test-tls-env-extra-ca-with-options.js
test-tls-env-extra-ca.js
test-tls-error-servername.js
test-tls-error-stack.js
test-tls-exportkeyingmaterial.js
test-tls-external-accessor.js tls: remove deprecated tls.createSecurePair 2025-03-11 23:01:28 +00:00
test-tls-fast-writing.js
test-tls-finished.js
test-tls-friendly-error-message.js src: suggest --use-system-ca when a certificate error occurs 2025-03-12 13:21:22 +00:00
test-tls-generic-stream.js
test-tls-get-ca-certificates-bundled-subset.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-bundled.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-default.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-error.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-extra-empty.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-extra-subset.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-extra.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-node-use-system-ca.js cli: add NODE_USE_SYSTEM_CA=1 2025-08-10 14:20:58 +00:00
test-tls-get-ca-certificates-system-without-flag.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-get-ca-certificates-system.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
test-tls-getcertificate-x509.js
test-tls-getcipher.js
test-tls-getprotocol.js crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL 2025-05-22 11:04:16 +00:00
test-tls-handshake-error.js test: more common.mustNotCall in net, tls 2025-03-03 05:54:27 +00:00
test-tls-handshake-exception.js
test-tls-hello-parser-failure.js
test-tls-honorcipherorder.js
test-tls-inception.js
test-tls-interleave.js
test-tls-invalid-pfx.js
test-tls-invoke-queued.js
test-tls-ip-servername-forbidden.js tls: move IP-address servername deprecation to eol 2025-06-02 19:01:00 +00:00
test-tls-js-stream.js
test-tls-junk-closes-server.js
test-tls-junk-server.js
test-tls-key-mismatch.js
test-tls-keyengine-invalid-arg-type.js
test-tls-keyengine-unsupported.js
test-tls-keylog-tlsv13.js
test-tls-legacy-pfx.js
test-tls-max-send-fragment.js
test-tls-min-max-version.js
test-tls-multi-key.js src: update crypto objects to use DictionaryTemplate 2025-09-22 18:26:26 +00:00
test-tls-multi-pfx.js
test-tls-multiple-cas-as-string.js
test-tls-net-connect-prefer-path.js
test-tls-net-socket-keepalive-12.js
test-tls-net-socket-keepalive.js
test-tls-no-cert-required.js
test-tls-no-rsa-key.js
test-tls-no-sslv3.js
test-tls-no-sslv23.js
test-tls-ocsp-callback.js
test-tls-on-empty-socket.js
test-tls-onread-static-buffer.js
test-tls-options-boolean-check.js
test-tls-over-http-tunnel.js
test-tls-passphrase.js
test-tls-pause.js
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js
test-tls-pfx-authorizationerror.js
test-tls-psk-circuit.js
test-tls-psk-errors.js
test-tls-psk-server.js
test-tls-reduced-SECLEVEL-in-cipher.js
test-tls-reinitialize-listeners.js
test-tls-request-timeout.js
test-tls-retain-handle-no-abort.js
test-tls-reuse-host-from-socket.js
test-tls-root-certificates.js
test-tls-secure-context-usage-order.js
test-tls-secure-session.js
test-tls-server-capture-rejection.js
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js
test-tls-server-parent-constructor-options.js
test-tls-server-setkeycert.js
test-tls-server-verify.js
test-tls-session-cache.js
test-tls-session-timeout-errors.js test: deflake sequential/test-tls-session-timeout 2025-08-11 17:36:30 +00:00
test-tls-set-ciphers-error.js
test-tls-set-ciphers.js
test-tls-set-default-ca-certificates-append-fetch.mjs crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-append-https-request.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-array-buffer.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-basic.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-error.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-extra-override.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-mixed-types.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-precedence-bundled.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-precedence-empty.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-recovery.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-reset-fetch.mjs crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-default-ca-certificates-reset-https-request.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
test-tls-set-encoding.js
test-tls-set-secure-context.js src: suggest --use-system-ca when a certificate error occurs 2025-03-12 13:21:22 +00:00
test-tls-set-sigalgs.js
test-tls-sni-option.js
test-tls-sni-server-client.js
test-tls-sni-servername.js
test-tls-snicallback-error.js
test-tls-socket-allow-half-open-option.js
test-tls-socket-close.js
test-tls-socket-constructor-alpn-options-parsing.js
test-tls-socket-default-options.js src: suggest --use-system-ca when a certificate error occurs 2025-03-12 13:21:22 +00:00
test-tls-socket-destroy.js
test-tls-socket-failed-handshake-emits-error.js
test-tls-socket-snicallback-without-server.js tls: remove deprecated tls.createSecurePair 2025-03-11 23:01:28 +00:00
test-tls-startcom-wosign-whitelist.js
test-tls-starttls-server.js
test-tls-streamwrap-buffersize.js
test-tls-ticket-12.js
test-tls-ticket-cluster.js
test-tls-ticket-invalid-arg.js
test-tls-ticket.js
test-tls-timeout-server-2.js
test-tls-timeout-server.js
test-tls-tlswrap-segfault-2.js
test-tls-tlswrap-segfault.js
test-tls-translate-peer-certificate.js lib: deprecate _tls_common and _tls_wrap 2025-05-10 23:10:43 +00:00
test-tls-transport-destroy-after-own-gc.js
test-tls-use-after-free-regression.js
test-tls-wrap-econnreset-localaddress.js
test-tls-wrap-econnreset-pipe.js
test-tls-wrap-econnreset-socket.js
test-tls-wrap-econnreset.js
test-tls-wrap-event-emmiter.js
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js
test-tls-write-error.js crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL 2025-05-22 11:04:16 +00:00
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js
test-tojson-perf_hooks.js
test-trace-env-stack.js
test-trace-env.js
test-trace-events-all.js
test-trace-events-api-worker-disabled.js
test-trace-events-api.js
test-trace-events-async-hooks-dynamic.js
test-trace-events-async-hooks-worker.js
test-trace-events-async-hooks.js
test-trace-events-binding.js
test-trace-events-bootstrap.js
test-trace-events-category-used.js
test-trace-events-console.js
test-trace-events-dynamic-enable-workers-disabled.js
test-trace-events-dynamic-enable.js
test-trace-events-environment.js
test-trace-events-file-pattern.js
test-trace-events-fs-async.js
test-trace-events-fs-sync.js
test-trace-events-get-category-enabled-buffer.js
test-trace-events-http.js
test-trace-events-metadata.js
test-trace-events-net-abstract-socket.js
test-trace-events-net.js
test-trace-events-none.js
test-trace-events-process-exit.js
test-trace-events-promises.js
test-trace-events-threadpool.js
test-trace-events-v8.js
test-trace-events-vm.js
test-trace-events-worker-metadata-with-name.js
test-trace-events-worker-metadata.js
test-trace-exit-stack-limit.js
test-trace-exit.js
test-trace-sigint-in-worker.js lib: add trace-sigint APIs 2025-08-11 09:14:44 +00:00
test-tracing-no-crash.js
test-tty-backwards-api.js
test-tty-stdin-end.js
test-tty-stdin-pipe.js
test-ttywrap-invalid-fd.js
test-ttywrap-stack.js
test-tz-version.js
test-unhandled-exception-rethrow-error.js
test-unhandled-exception-with-worker-inuse.js
test-unicode-node-options.js
test-url-domain-ascii-unicode.js
test-url-fileurltopath.js url: add err.input to ERR_INVALID_FILE_URL_PATH 2025-09-05 17:03:16 +00:00
test-url-format-invalid-input.js
test-url-format-whatwg.js
test-url-format.js
test-url-invalid-file-url-path-input.js url: add err.input to ERR_INVALID_FILE_URL_PATH 2025-09-05 17:03:16 +00:00
test-url-is-url-internal.js
test-url-parse-format.js url: move bad port deprecation in legacy url to end-of-life 2025-06-09 10:16:41 -07:00
test-url-parse-invalid-input.js url: move bad port deprecation in legacy url to end-of-life 2025-06-09 10:16:41 -07:00
test-url-parse-query.js
test-url-pathtofileurl.js
test-url-relative.js
test-url-revokeobjecturl.js
test-url-urltooptions.js url: add type checking to urlToHttpOptions() 2025-09-12 12:59:26 +00:00
test-urlpattern-invalidthis.js
test-urlpattern-types.js
test-urlpattern.js
test-utf8-scripts.js
test-util-callbackify.js
test-util-deprecate-invalid-code.js
test-util-deprecate.js util: preserve length of deprecated functions 2025-04-11 16:26:25 +00:00
test-util-emit-experimental-warning.js
test-util-format.js util: mark special properties when inspecting them 2025-10-18 21:29:35 +02:00
test-util-getcallsites.js test: rename to getCallSites 2025-04-22 14:45:48 +00:00
test-util-inherits.js
test-util-inspect-getters-accessing-this.js
test-util-inspect-long-running.js
test-util-inspect-namespace.js
test-util-inspect-proxy.js
test-util-inspect-regexp.js util,console: colorize regexp groups, character classes, etc 2025-09-05 14:29:21 +00:00
test-util-inspect.js util: fix stylize of special properties in inspect 2025-10-31 08:33:38 +00:00
test-util-internal.js
test-util-isDeepStrictEqual.js lib: update isDeepStrictEqual to support options 2025-09-14 00:39:49 +00:00
test-util-parse-env.js src: improve performance of dotenv ToObject 2025-10-04 12:54:47 +00:00
test-util-primordial-monkeypatching.js
test-util-promisify-custom-names.mjs http2: give name to promisified connect() 2025-05-04 08:25:11 +00:00
test-util-promisify.js
test-util-sigint-watchdog.js
test-util-sleep.js
test-util-stripvtcontrolcharacters.js
test-util-styletext.js util: respect nested formats in styleText 2025-07-23 19:33:51 +00:00
test-util-text-decoder.js
test-util-types-exists.js
test-util-types.js test: remove Float16Array flag 2025-05-07 20:20:10 +00:00
test-util.js
test-uv-binding-constant.js
test-uv-errmap.js
test-uv-errno.js
test-uv-unmapped-exception.js
test-v8-collect-gc-profile-exit-before-stop.js
test-v8-collect-gc-profile-in-worker.js
test-v8-collect-gc-profile.js
test-v8-coverage.js test: use common.skipIfInspectorDisabled() to skip tests 2025-06-13 12:10:51 +00:00
test-v8-cpu-profile.js v8: add cpu profile 2025-10-11 17:20:57 +00:00
test-v8-deserialize-buffer.js
test-v8-flag-pool-size-0.js
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-getheapsnapshot-twice.js
test-v8-global-setter.js
test-v8-query-objects.js
test-v8-serdes.js test: remove Float16Array flag 2025-05-07 20:20:10 +00:00
test-v8-serialize-leak.js
test-v8-startup-snapshot-api.js
test-v8-stats.js
test-v8-stop-coverage.js test: use common.skipIfInspectorDisabled() to skip tests 2025-06-13 12:10:51 +00:00
test-v8-string-is-one-byte-representation.js src: detect whether the string is one byte representation or not 2025-02-25 08:01:28 -08:00
test-v8-take-coverage-noop.js test: use common.skipIfInspectorDisabled() to skip tests 2025-06-13 12:10:51 +00:00
test-v8-take-coverage.js test: use common.skipIfInspectorDisabled() to skip tests 2025-06-13 12:10:51 +00:00
test-v8-version-tag.js
test-validators.js
test-vfs.js
test-vm-access-process-env.js
test-vm-api-handles-getter-errors.js
test-vm-attributes-property-not-on-sandbox.js
test-vm-basic.js
test-vm-cached-data.js
test-vm-codegen.js
test-vm-context-async-script.js
test-vm-context-dont-contextify.js tools,test: enforce best practices to detect never settling promises 2025-07-16 10:57:22 +02:00
test-vm-context-property-forwarding.js
test-vm-context.js
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
test-vm-create-context-circular-reference.js
test-vm-createcacheddata.js
test-vm-cross-context.js
test-vm-data-property-writable.js
test-vm-deleting-property.js
test-vm-dynamic-import-callback-missing-flag.js
test-vm-function-declaration.js
test-vm-function-redefinition.js
test-vm-getters.js
test-vm-global-assignment.js
test-vm-global-configurable-properties.js
test-vm-global-define-property.js
test-vm-global-get-own.js
test-vm-global-identity.js
test-vm-global-non-writable-properties.js
test-vm-global-property-enumerator.js
test-vm-global-property-interceptors.js
test-vm-global-property-prototype.js
test-vm-global-setter.js
test-vm-harmony-symbols.js
test-vm-indexed-properties.js
test-vm-inherited_properties.js
test-vm-is-context.js
test-vm-low-stack-space.js
test-vm-measure-memory-lazy.js
test-vm-measure-memory-multi-context.js
test-vm-measure-memory.js
test-vm-module-after-evaluate.js vm: explain how to share promises between contexts w/ afterEvaluate 2025-09-21 13:04:37 +00:00
test-vm-module-basic.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-module-cached-data.js
test-vm-module-dynamic-import-promise.js vm: import call should return a promise in the current context 2025-05-16 07:43:48 +00:00
test-vm-module-dynamic-import.js esm: support source phase imports for WebAssembly 2025-02-28 09:52:47 -08:00
test-vm-module-dynamic-namespace.js
test-vm-module-errors.js vm: expose import phase on SourceTextModule.moduleRequests 2025-06-28 18:51:48 +00:00
test-vm-module-evaluate-source-text-module.js vm: make vm.Module.evaluate() conditionally synchronous 2025-10-18 08:20:47 +00:00
test-vm-module-evaluate-synthethic-module-rejection.js vm: make vm.Module.evaluate() conditionally synchronous 2025-10-18 08:20:47 +00:00
test-vm-module-evaluate-synthethic-module.js vm: make vm.Module.evaluate() conditionally synchronous 2025-10-18 08:20:47 +00:00
test-vm-module-evaluate-while-evaluating.js vm: make vm.Module.evaluate() conditionally synchronous 2025-10-18 08:20:47 +00:00
test-vm-module-hasasyncgraph.js vm: expose hasTopLevelAwait on SourceTextModule 2025-09-19 09:12:17 +00:00
test-vm-module-hastoplevelawait.js vm: expose hasTopLevelAwait on SourceTextModule 2025-09-19 09:12:17 +00:00
test-vm-module-import-meta.js
test-vm-module-instantiate.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-module-link-shared-deps.js module: allow overriding linked requests for a ModuleWrap 2025-08-22 12:57:07 +00:00
test-vm-module-link.js
test-vm-module-linkmodulerequests-circular.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-module-linkmodulerequests-deep.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-module-linkmodulerequests.js vm: hint module identifier in instantiate errors 2025-10-12 14:28:56 +00:00
test-vm-module-modulerequests.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-module-reevaluate.js
test-vm-module-referrer-realm.mjs test: split indirect eval import tests 2025-06-11 09:06:22 +00:00
test-vm-module-synthetic.js vm: sync-ify SourceTextModule linkage 2025-08-29 12:17:18 +00:00
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-no-dynamic-import-callback.js
test-vm-not-strict.js
test-vm-options-validation.js
test-vm-ownkeys.js
test-vm-ownpropertynames.js
test-vm-ownpropertysymbols.js
test-vm-parse-abort-on-uncaught-exception.js
test-vm-preserves-property.js
test-vm-property-not-on-sandbox.js
test-vm-proxies.js
test-vm-proxy-failure-CP.js
test-vm-run-in-new-context.js
test-vm-script-after-evaluate.js vm: explain how to share promises between contexts w/ afterEvaluate 2025-09-21 13:04:37 +00:00
test-vm-script-throw-in-tostring.js
test-vm-set-property-proxy.js
test-vm-set-proto-null-on-globalthis.js
test-vm-sigint-existing-handler.js
test-vm-sigint.js
test-vm-source-map-url.js
test-vm-static-this.js
test-vm-strict-assign.js
test-vm-strict-mode.js
test-vm-symbols.js
test-vm-syntax-error-message.js
test-vm-syntax-error-stderr.js
test-vm-timeout-escape-promise-2.js
test-vm-timeout-escape-promise-module.js
test-vm-timeout-escape-promise.js
test-vm-timeout.js
test-vm-util-lazy-properties.js src: fix crash when lazy getter is invoked in a vm context 2025-02-23 14:40:33 +00:00
test-warn-sigprof.js
test-warn-stream-duplex-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-stream-passthrough-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-stream-readable-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-stream-transform-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-stream-wrap-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-stream-writable-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-tls-common-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-warn-tls-wrap-deprecation.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
test-wasm.mjs wasm: enable JSPI 2025-09-22 18:12:43 -07:00
test-watch-file-shared-dependency.mjs
test-watch-mode-files_watcher.mjs watch: check parent and child path properly 2025-04-06 09:48:53 +02:00
test-watch-mode-kill-signal-default.mjs test: fix flaky test-watch-mode-kill-signal-* 2025-11-01 11:15:52 +00:00
test-watch-mode-kill-signal-invalid.mjs test: split test-runner-watch-mode-kill-signal 2025-10-19 14:20:09 +00:00
test-watch-mode-kill-signal-override.mjs test: fix flaky test-watch-mode-kill-signal-* 2025-11-01 11:15:52 +00:00
test-weakref.js
test-web-locks-query.js worker: add web locks api 2025-07-18 07:55:10 -07:00
test-web-locks.js worker: add web locks api 2025-07-18 07:55:10 -07:00
test-webcrypto-constructors.js crypto: add subtle.getPublicKey() utility function in Web Cryptography 2025-08-19 15:55:58 +02:00
test-webcrypto-cryptokey-workers.js
test-webcrypto-derivebits-argon2.js crypto: add Argon2 Web Cryptography algorithms 2025-08-26 16:05:56 +00:00
test-webcrypto-derivebits-cfrg.js crypto: subject some algorithms in Web Cryptography on BoringSSL absence 2025-08-19 15:57:23 +02:00
test-webcrypto-derivebits-ecdh.js crypto: add ChaCha20-Poly1305 Web Cryptography algorithm 2025-08-19 15:57:08 +02:00
test-webcrypto-derivebits-hkdf.js test,crypto: sha3 algorithms aren't supported with BoringSSL 2025-10-25 11:30:34 +00:00
test-webcrypto-derivebits.js crypto: subject some algorithms in Web Cryptography on BoringSSL absence 2025-08-19 15:57:23 +02:00
test-webcrypto-derivekey-cfrg.js crypto: subject some algorithms in Web Cryptography on BoringSSL absence 2025-08-19 15:57:23 +02:00
test-webcrypto-derivekey-ecdh.js crypto: add ChaCha20-Poly1305 Web Cryptography algorithm 2025-08-19 15:57:08 +02:00
test-webcrypto-derivekey.js test,crypto: sha3 algorithms aren't supported with BoringSSL 2025-10-25 11:30:34 +00:00
test-webcrypto-digest.js test,crypto: sha3 algorithms aren't supported with BoringSSL 2025-10-25 11:30:34 +00:00
test-webcrypto-encap-decap-ml-kem.js crypto: support ML-KEM in Web Cryptography 2025-08-23 17:01:51 +02:00
test-webcrypto-encrypt-decrypt-aes.js crypto: add AES-OCB Web Cryptography algorithm 2025-08-24 09:47:20 +00:00
test-webcrypto-encrypt-decrypt-chacha20-poly1305.js crypto: add ChaCha20-Poly1305 Web Cryptography algorithm 2025-08-19 15:57:08 +02:00
test-webcrypto-encrypt-decrypt-rsa.js
test-webcrypto-encrypt-decrypt.js crypto: add AES-OCB Web Cryptography algorithm 2025-08-24 09:47:20 +00:00
test-webcrypto-export-import-cfrg.js crypto: subject some algorithms in Web Cryptography on BoringSSL absence 2025-08-19 15:57:23 +02:00
test-webcrypto-export-import-ec.js crypto: add SHA-3 Web Cryptography digest algorithms 2025-08-19 15:55:57 +02:00
test-webcrypto-export-import-ml-dsa.js crypto: support ML-KEM in Web Cryptography 2025-08-23 17:01:51 +02:00
test-webcrypto-export-import-ml-kem.js crypto: support ML-KEM in Web Cryptography 2025-08-23 17:01:51 +02:00
test-webcrypto-export-import-rsa.js crypto: subject some algorithms in Web Cryptography on BoringSSL absence 2025-08-19 15:57:23 +02:00
test-webcrypto-export-import.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-webcrypto-get-public-key.mjs crypto: fix subtle.getPublicKey error for secret type key inputs 2025-08-22 15:56:56 +00:00
test-webcrypto-getRandomValues.js
test-webcrypto-internal-slots.mjs crypto: return cached copies from CryptoKey algorithm and usages getters 2025-08-21 14:14:57 +00:00
test-webcrypto-keygen-kmac.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-webcrypto-keygen.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-webcrypto-random.js
test-webcrypto-sign-verify-ecdsa.js
test-webcrypto-sign-verify-eddsa.js crypto: support Ed448 and ML-DSA context parameter in Web Cryptography 2025-09-07 13:17:42 +00:00
test-webcrypto-sign-verify-hmac.js
test-webcrypto-sign-verify-kmac.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-webcrypto-sign-verify-ml-dsa.js crypto: support Ed448 and ML-DSA context parameter in Web Cryptography 2025-09-07 13:17:42 +00:00
test-webcrypto-sign-verify-rsa.js test,crypto: fix conditional SHA3-* skip on BoringSSL 2025-10-25 15:13:30 +00:00
test-webcrypto-sign-verify.js crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +00:00
test-webcrypto-supports.mjs crypto: support ML-KEM in Web Cryptography 2025-08-23 17:01:51 +02:00
test-webcrypto-util.js
test-webcrypto-webidl.js crypto: support Ed448 and ML-DSA context parameter in Web Cryptography 2025-09-07 13:17:42 +00:00
test-webcrypto-wrap-unwrap.js crypto: add AES-OCB Web Cryptography algorithm 2025-08-24 09:47:20 +00:00
test-websocket-disabled.js
test-websocket.js
test-webstorage.js lib: throw from localStorage getter on missing storage path 2025-10-31 19:48:29 +00:00
test-webstream-encoding-inspect.js
test-webstream-readable-from.js
test-webstream-readablestream-pipeto.js
test-webstream-string-tag.js
test-webstream-structured-clone-no-leftovers.mjs
test-webstreams-abort-controller.js
test-webstreams-clone-unref.js
test-webstreams-compose.js
test-webstreams-finished.js
test-webstreams-pipeline.js
test-whatwg-encoding-custom-api-basics.js
test-whatwg-encoding-custom-fatal-streaming.js
test-whatwg-encoding-custom-internals.js
test-whatwg-encoding-custom-interop.js util: reduce TextEncoder.encodeInto function size 2025-10-23 14:38:22 +00:00
test-whatwg-encoding-custom-textdecoder-api-invalid-label.js
test-whatwg-encoding-custom-textdecoder-fatal.js
test-whatwg-encoding-custom-textdecoder-ignorebom.js
test-whatwg-encoding-custom-textdecoder-invalid-arg.js
test-whatwg-encoding-custom-textdecoder-streaming.js
test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js
test-whatwg-encoding-custom-textdecoder.js
test-whatwg-events-add-event-listener-options-passive.js lib: implement passive listener behavior per spec 2025-10-04 03:17:35 +00:00
test-whatwg-events-add-event-listener-options-signal.js
test-whatwg-events-customevent.js
test-whatwg-events-event-constructors.js
test-whatwg-events-eventtarget-this-of-listener.js
test-whatwg-readablebytestream-bad-buffers-and-views.js
test-whatwg-readablebytestream.js test: close FileHandle objects in tests explicitly 2025-06-09 14:36:23 +00:00
test-whatwg-readablebytestreambyob.js
test-whatwg-readablestream.js
test-whatwg-readablestream.mjs
test-whatwg-transformstream.js
test-whatwg-url-canparse.js url: improve canParse() performance for non-onebyte strings 2025-04-27 14:52:29 +00:00
test-whatwg-url-custom-deepequal.js
test-whatwg-url-custom-global.js
test-whatwg-url-custom-href-side-effect.js
test-whatwg-url-custom-inspect.js
test-whatwg-url-custom-parsing.js
test-whatwg-url-custom-properties.js
test-whatwg-url-custom-searchparams-append.js
test-whatwg-url-custom-searchparams-constructor.js
test-whatwg-url-custom-searchparams-delete.js
test-whatwg-url-custom-searchparams-entries.js
test-whatwg-url-custom-searchparams-foreach.js
test-whatwg-url-custom-searchparams-get.js
test-whatwg-url-custom-searchparams-getall.js
test-whatwg-url-custom-searchparams-has.js
test-whatwg-url-custom-searchparams-inspect.js
test-whatwg-url-custom-searchparams-keys.js
test-whatwg-url-custom-searchparams-set.js
test-whatwg-url-custom-searchparams-sort.js
test-whatwg-url-custom-searchparams-stringifier.js
test-whatwg-url-custom-searchparams-values.js
test-whatwg-url-custom-searchparams.js
test-whatwg-url-custom-setters.js
test-whatwg-url-custom-tostringtag.js
test-whatwg-url-invalidthis.js
test-whatwg-url-override-hostname.js
test-whatwg-url-properties.js
test-whatwg-webstreams-adapters-streambase.js
test-whatwg-webstreams-adapters-to-readablestream.js
test-whatwg-webstreams-adapters-to-readablewritablepair.js
test-whatwg-webstreams-adapters-to-streamduplex.js
test-whatwg-webstreams-adapters-to-streamreadable.js
test-whatwg-webstreams-adapters-to-streamwritable.js
test-whatwg-webstreams-adapters-to-writablestream.js
test-whatwg-webstreams-compression.js stream: add brotli support to CompressionStream and DecompressionStream 2025-08-21 02:22:19 +00:00
test-whatwg-webstreams-coverage.js
test-whatwg-webstreams-encoding.js
test-whatwg-webstreams-transfer.js assert: move CallTracker to EOL 2025-05-06 20:28:02 -07:00
test-whatwg-writablestream-close.js stream: fix sizeAlgorithm validation in WritableStream 2025-03-05 03:04:39 +00:00
test-whatwg-writablestream.js
test-windows-abort-exitcode.js
test-windows-failed-heap-allocation.js
test-worker-abort-on-uncaught-exception-terminate.js
test-worker-abort-on-uncaught-exception.js
test-worker-arraybuffer-zerofill.js
test-worker-beforeexit-throw-exit.js
test-worker-broadcastchannel-wpt.js
test-worker-broadcastchannel.js
test-worker-cjs-workerdata.js
test-worker-cleanexit-with-js.js
test-worker-cleanexit-with-moduleload.js
test-worker-cleanup-handles.js
test-worker-cli-options.js
test-worker-console-listeners.js
test-worker-cpu-profile.js worker: optimize cpu profile implement 2025-09-01 16:25:48 +00:00
test-worker-cpu-usage.js worker: add cpuUsage for worker 2025-07-28 10:42:44 +00:00
test-worker-crypto-sign-transfer-result.js
test-worker-data-url.js
test-worker-debug.js
test-worker-dispose.mjs test: add test for async disposable worker thread 2025-05-25 18:06:54 -07:00
test-worker-dns-terminate-during-query.js
test-worker-dns-terminate.js
test-worker-environmentdata.js
test-worker-error-stack-getter-throws.js
test-worker-esm-exit.js
test-worker-esm-missing-main.js
test-worker-esmodule.js
test-worker-eval-typescript.js
test-worker-event.js
test-worker-execargv-invalid.js
test-worker-execargv.js
test-worker-exit-code.js
test-worker-exit-event-error.js
test-worker-exit-from-uncaught-exception.js
test-worker-exit-heapsnapshot.js
test-worker-fs-stat-watcher.js
test-worker-hasref.js
test-worker-heap-profile.js worker: add heap profile API 2025-09-23 12:41:47 +00:00
test-worker-heap-snapshot.js
test-worker-heap-statistics.js worker: add worker.getHeapStatistics() 2025-04-17 10:30:59 +00:00
test-worker-heapdump-failure.js
test-worker-http2-generic-streams-terminate.js
test-worker-http2-stream-terminate.js
test-worker-init-failure.js
test-worker-internal-modules.mjs test: add tests ensuring worker threads cannot access internals 2025-05-26 22:18:34 +00:00
test-worker-invalid-workerdata.js
test-worker-load-file-with-extension-other-than-js.js
test-worker-memory.js
test-worker-message-channel-sharedarraybuffer.js
test-worker-message-channel.js
test-worker-message-event.js
test-worker-message-mark-as-uncloneable.js
test-worker-message-not-serializable.js
test-worker-message-port-arraybuffer.js
test-worker-message-port-close-while-receiving.js
test-worker-message-port-close.js
test-worker-message-port-constructor.js
test-worker-message-port-drain.js
test-worker-message-port-infinite-message-loop.js Revert "test: ensure message event fires in worker message port test" 2025-10-13 06:48:18 +00:00
test-worker-message-port-inspect-during-init-hook.js
test-worker-message-port-jstransferable-nested-untransferable.js
test-worker-message-port-message-before-close.js
test-worker-message-port-message-port-transferring.js
test-worker-message-port-move.js
test-worker-message-port-multiple-sharedarraybuffers.js
test-worker-message-port-receive-message.js
test-worker-message-port-terminate-transfer-list.js
test-worker-message-port-transfer-closed.js
test-worker-message-port-transfer-duplicate.js
test-worker-message-port-transfer-fake-js-transferable-internal.js test: replace .filter()[0] with .find() 2025-06-29 18:58:29 +00:00
test-worker-message-port-transfer-fake-js-transferable.js test: replace .filter()[0] with .find() 2025-06-29 18:58:29 +00:00
test-worker-message-port-transfer-filehandle.js fs: correct error message when FileHandle is transferred 2025-07-29 19:28:35 +00:00
test-worker-message-port-transfer-native.js
test-worker-message-port-transfer-self.js
test-worker-message-port-transfer-target.js
test-worker-message-port-transfer-terminate.js
test-worker-message-port-wasm-module.js
test-worker-message-port-wasm-threads.js
test-worker-message-port.js
test-worker-message-transfer-port-mark-as-untransferable.js
test-worker-message-type-unknown.js
test-worker-messageport-hasref.js
test-worker-messaging-errors-handler.js
test-worker-messaging-errors-invalid.js
test-worker-messaging-errors-timeout.js
test-worker-messaging.js
test-worker-mjs-workerdata.js
test-worker-name.js worker: fix worker name with \0 2025-08-13 13:53:24 +00:00
test-worker-nearheaplimit-deadlock.js
test-worker-nested-on-process-exit.js
test-worker-nested-uncaught.js
test-worker-nexttick-terminate.js worker: move terminate callback to end-of-life 2025-06-02 11:16:49 -07:00
test-worker-no-sab.js
test-worker-no-stdin-stdout-interaction.js
test-worker-node-options.js
test-worker-non-fatal-uncaught-exception.js
test-worker-on-process-exit.js
test-worker-onmessage-not-a-function.js
test-worker-onmessage.js
test-worker-parent-port-ref.js
test-worker-process-argv.js
test-worker-process-cwd.js
test-worker-process-env-shared.js
test-worker-process-env.js
test-worker-process-exit-async-module.js
test-worker-ref-onexit.js
test-worker-ref.js
test-worker-relative-path-double-dot.js
test-worker-relative-path.js
test-worker-resource-limits.js
test-worker-safe-getters.js
test-worker-sharedarraybuffer-from-worker-thread.js
test-worker-stack-overflow-stack-size.js
test-worker-stack-overflow.js
test-worker-stdio-flush-inflight.js
test-worker-stdio-flush.js
test-worker-stdio-from-preload-module.js
test-worker-stdio.js
test-worker-syntax-error-file.js
test-worker-syntax-error.js
test-worker-terminate-http2-respond-with-file.js
test-worker-terminate-microtask-loop.js
test-worker-terminate-nested.js
test-worker-terminate-null-handler.js worker: move terminate callback to end-of-life 2025-06-02 11:16:49 -07:00
test-worker-terminate-ref-public-port.js
test-worker-terminate-source-map.js
test-worker-terminate-timers.js
test-worker-terminate-unrefed.js
test-worker-thread-name.js worker: add name for worker 2025-08-05 13:45:41 +00:00
test-worker-track-unmanaged-fds.js
test-worker-type-check.js
test-worker-uncaught-exception-async.js
test-worker-uncaught-exception.js
test-worker-unref-from-message-during-exit.js
test-worker-unsupported-eval-on-url.mjs
test-worker-unsupported-path.js
test-worker-unsupported-things.js
test-worker-vm-context-terminate.js
test-worker-voluntarily-exit-followed-by-addition.js
test-worker-voluntarily-exit-followed-by-throw.js
test-worker-workerdata-messageport.js
test-worker-workerdata-sharedarraybuffer.js
test-worker.js
test-worker.mjs
test-wrap-js-stream-destroy.js
test-wrap-js-stream-duplex.js
test-wrap-js-stream-exceptions.js
test-wrap-js-stream-read-stop.js
test-write-header.js http: deprecate writeHeader 2025-07-29 23:12:48 +00:00
test-x509-escaping.js
test-zlib-brotli-16GB.js
test-zlib-brotli-flush.js
test-zlib-brotli-from-brotli.js
test-zlib-brotli-from-string.js
test-zlib-brotli-kmaxlength-rangeerror.js
test-zlib-brotli.js
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-close-in-ondata.js
test-zlib-const.js
test-zlib-convenience-methods.js
test-zlib-crc32.js
test-zlib-create-raw.js
test-zlib-deflate-constructors.js
test-zlib-deflate-raw-inherits.js
test-zlib-destroy-pipe.js
test-zlib-destroy.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-empty-buffer.js
test-zlib-failed-init.js
test-zlib-flush-drain-longblock.js
test-zlib-flush-drain.js
test-zlib-flush-flags.js
test-zlib-flush-write-sync-interleaved.js
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js
test-zlib-from-gzip-with-trailing-garbage.js
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-arg-value-brotli-compress.js
test-zlib-invalid-input-memory.js
test-zlib-invalid-input.js
test-zlib-kmaxlength-rangeerror.js
test-zlib-maxOutputLength.js
test-zlib-no-stream.js
test-zlib-not-string-or-buffer.js
test-zlib-object-write.js
test-zlib-params.js
test-zlib-premature-end.js
test-zlib-random-byte-pipes.js
test-zlib-reset-before-write.js
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-type-error.js stream: making DecompressionStream spec compilent for trailing junk 2025-05-26 00:38:39 +00:00
test-zlib-unused-weak.js
test-zlib-unzip-one-byte-chunks.js
test-zlib-write-after-close.js
test-zlib-write-after-end.js
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib-zero-windowBits.js
test-zlib-zstd-dictionary.js zlib: add dictionary support to zstdCompress and zstdDecompress 2025-08-04 16:13:57 +00:00
test-zlib-zstd-flush.js
test-zlib-zstd-from-string.js
test-zlib-zstd-from-zstd.js
test-zlib-zstd-kmaxlength-rangeerror.js
test-zlib-zstd-pledged-src-size.js
test-zlib-zstd.js
test-zlib.js
testcfg.py