node/test/parallel
Joyee Cheung 813713f211
fs: throw errors from sync branches instead of separate implementations
Previously to throw errors from C++ land, sync versions of the fs
were created by copying C++ code from the original implementation
and moving JS code to a separate file. This can lead to several
problems:

1. By moving code to a new file for the sake of moving, it would
  be harder to use git blame to trace changes and harder to backport
  changes to older branches.
2. Scattering the async and sync versions of fs methods in
  different files makes it harder to keep them in sync and
  share code in the prologues and epilogues.
3. Having two copies of code doing almost the same thing results
  in duplication and can be prone to out-of-sync problems when the
  prologue and epilogue get updated.
4. There is a minor cost to startup in adding an additional file.
  This can add up even with the help of snapshots.

This patch moves the JS code back to lib/fs.js to stop 1, 2 & 4
and introduces C++ helpers SyncCallAndThrowIf() and
SyncCallAndThrowOnError() so that the original implementations
can be easily tweaked to allow throwing from C++ and stop 3.

PR-URL: https://github.com/nodejs/node/pull/49913
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2023-09-30 01:17:00 +00:00
..
parallel.status test: mark test-runner-output as flaky 2023-09-25 17:13:28 +00:00
test-abortcontroller.js lib: define Event.isTrusted in the prototype 2023-04-03 17:02:26 +00:00
test-aborted-util.js lib: add aborted() utility function 2023-02-07 17:43:57 +00:00
test-abortsignal-any.mjs lib: implement AbortSignal.any() 2023-05-18 08:11:07 +00:00
test-abortsignal-cloneable.js
test-accessor-properties.js
test-arm-math-illegal-instruction.js
test-assert-async.js
test-assert-builtins-not-read-from-filesystem.js
test-assert-calltracker-calls.js
test-assert-calltracker-getCalls.js
test-assert-calltracker-report.js
test-assert-calltracker-verify.js
test-assert-checktag.js
test-assert-deep.js assert,util: revert recursive breaking change 2023-02-20 15:47:08 +01:00
test-assert-fail-deprecation.js
test-assert-fail.js
test-assert-first-line.js
test-assert-if-error.js
test-assert-strict-exists.js
test-assert-typedarray-deepequal.js
test-assert.js fs: improve error performance of sync methods 2023-09-17 20:42:46 +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 process,worker: ensure code after exit() effectless 2022-12-25 09:54:12 +00:00
test-async-local-storage-bind.js lib: add AsyncLocalStorage.bind() and .snapshot() 2023-02-19 13:51:43 -08:00
test-async-local-storage-contexts.js
test-async-local-storage-deep-stack.js
test-async-local-storage-exit-does-not-leak.js
test-async-local-storage-http-multiclients.js
test-async-local-storage-snapshot.js lib: add AsyncLocalStorage.bind() and .snapshot() 2023-02-19 13:51:43 -08:00
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
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
test-blob-buffer-too-large.js lib,test: do not hardcode Buffer.kMaxLength 2023-09-28 12:50:20 +00:00
test-blob-createobjecturl.js
test-blob-file-backed.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-blob.js lib: allow byob reader for 'blob.stream()' 2023-09-22 06:16:46 +00:00
test-blocklist-clone.js
test-blocklist.js
test-bootstrap-modules.js fs: throw errors from sync branches instead of separate implementations 2023-09-30 01:17:00 +00:00
test-broadcastchannel-custom-inspect.js
test-btoa-atob.js
test-buffer-alloc.js lib,test: do not hardcode Buffer.kMaxLength 2023-09-28 12:50:20 +00:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-backing-arraybuffer.js
test-buffer-badhex.js
test-buffer-bigint64.js
test-buffer-bytelength.js
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-outside-node-modules.js
test-buffer-copy.js buffer: combine checking range of sourceStart in buf.copy 2023-05-07 23:58:41 +00:00
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js doc: buffer.fill empty value 2022-12-12 09:25:06 +00:00
test-buffer-from.js buffer: add Buffer.copyBytesFrom(...) 2023-02-26 14:10:04 -08:00
test-buffer-includes.js
test-buffer-indexof.js
test-buffer-inheritance.js
test-buffer-inspect.js
test-buffer-isascii.js buffer: add isAscii method 2023-01-20 03:24:40 +00:00
test-buffer-isencoding.js
test-buffer-isutf8.js buffer: add buffer.isUtf8 for utf8 validation 2022-12-25 02:32:05 +00:00
test-buffer-iterator.js
test-buffer-new.js
test-buffer-no-negative-allocation.js buffer: use min/max of validateNumber 2023-01-18 10:36:27 +00:00
test-buffer-nopendingdep-map.js
test-buffer-of-no-deprecation.js
test-buffer-over-max-length.js lib,test: do not hardcode Buffer.kMaxLength 2023-09-28 12:50:20 +00:00
test-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-pool-untransferable.js src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
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-safe-unsafe.js
test-buffer-set-inspect-max-bytes.js buffer: check INSPECT_MAX_BYTES with validateNumber 2023-04-03 08:24:24 +00:00
test-buffer-sharedarraybuffer.js
test-buffer-slice.js
test-buffer-slow.js buffer: use min/max of validateNumber 2023-01-18 10:36:27 +00:00
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-range.js
test-buffer-tostring-rangeerror.js lib,test: do not hardcode Buffer.kMaxLength 2023-09-28 12:50:20 +00:00
test-buffer-tostring.js
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
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js
test-child-process-advanced-serialization-largebuffer.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: add tmpdir.fileURL() 2023-08-10 23:07:30 +00:00
test-child-process-default-options.js
test-child-process-destroy.js child_process: support Symbol.dispose 2023-07-05 10:21:14 +00:00
test-child-process-detached.js
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js
test-child-process-exec-abortcontroller-promisified.js child_process: use signal.reason in child process abort 2023-05-08 08:17:03 +00:00
test-child-process-exec-any-shells-windows.js
test-child-process-exec-cwd.js test: fix test-child-process-exec-cwd 2023-03-27 11:20:08 +00:00
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: fix logInTimeout is not function 2023-01-28 17:10:51 +00:00
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 test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02: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-fork3.js
test-child-process-fork-abort-signal.js child_process: use signal.reason in child process abort 2023-05-08 08:17:03 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
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-ref2.js
test-child-process-fork-ref.js
test-child-process-fork-stdio-string-variant.js
test-child-process-fork-stdio.js
test-child-process-fork-timeout-kill-signal.js
test-child-process-fork-url.mjs
test-child-process-fork.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
test-child-process-no-deprecation.js
test-child-process-pipe-dataflow.js test: skip test-child-process-stdio-reuse-readable-stdio on Windows 2023-09-14 21:23:46 +00:00
test-child-process-promisified.js
test-child-process-prototype-tampering.mjs child_process: harden against prototype pollution 2023-07-14 09:37:37 +00:00
test-child-process-recv-handle.js
test-child-process-reject-null-bytes.js fs: mention URL in NUL character error message 2023-07-26 19:37:43 +08:00
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-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.js
test-child-process-spawn-argv0.js
test-child-process-spawn-controller.js child_process: use signal.reason in child process abort 2023-05-08 08:17:03 +00:00
test-child-process-spawn-error.js
test-child-process-spawn-event.js
test-child-process-spawn-shell.js
test-child-process-spawn-timeout-kill-signal.js
test-child-process-spawn-typeerror.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
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync-validation-errors.js
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: skip test-child-process-stdio-reuse-readable-stdio on Windows 2023-09-14 21:23:46 +00:00
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js
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 src,process: add permission model 2023-02-23 18:11:51 +00:00
test-cli-eval-event.js
test-cli-eval.js
test-cli-node-options-disallowed.js
test-cli-node-options.js
test-cli-node-print-help.js
test-cli-options-negation.js
test-cli-options-precedence.js
test-cli-permission-deny-fs.js permission: handle fs path traversal 2023-06-20 17:31:47 -03:00
test-cli-permission-multiple-allow.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
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 cluster: use ObjectPrototypeHasOwnProperty 2023-05-25 16:04:19 +00:00
test-cluster-bind-privileged-port.js test: assume priv ports start at 1024 if it can't be changed 2023-03-02 08:42:56 +00:00
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: use os.availableParallelism() 2023-01-11 20:07:56 +00:00
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-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-send.js
test-cluster-net-server-drop-connection.js net: do not treat server.maxConnections=0 as Infinity 2023-06-26 06:17:51 +00:00
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 src,lib: the handle keeps loop alive in cluster rr mode 2023-01-16 13:57:39 +00:00
test-cluster-rr-handle-keep-loop-alive.js src,lib: the handle keeps loop alive in cluster rr mode 2023-01-16 13:57:39 +00:00
test-cluster-rr-handle-ref-unref.js src,lib: the handle keeps loop alive in cluster rr mode 2023-01-16 13:57:39 +00:00
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 tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-common.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-console-assign-undefined.js
test-console-async-write-error.js
test-console-clear.js
test-console-count.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.js
test-console.js
test-constants.js
test-corepack-version.js
test-coverage-with-inspector-disabled.js
test-crypto-aes-wrap.js
test-crypto-async-sign-verify.js
test-crypto-authenticated-stream.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-crypto-authenticated.js crypto: remove DEFAULT_ENCODING 2023-03-26 18:03:58 +00:00
test-crypto-certificate.js
test-crypto-cipher-decipher.js
test-crypto-cipheriv-decipheriv.js crypto: fix CipherBase Update int32 overflow 2022-12-09 11:24:51 +00:00
test-crypto-classes.js
test-crypto-des3-wrap.js
test-crypto-dh-constructor.js
test-crypto-dh-curves.js
test-crypto-dh-errors.js test: split test-crypto-dh to avoid timeout on slow machines in the CI 2023-09-07 14:43:29 +00:00
test-crypto-dh-generate-keys.js test: split test-crypto-dh to avoid timeout on slow machines in the CI 2023-09-07 14:43:29 +00:00
test-crypto-dh-group-setters.js test: simplify test-crypto-dh-group-setters 2023-08-31 19:33:22 +00:00
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.js
test-crypto-dh.js test: split test-crypto-dh to avoid timeout on slow machines in the CI 2023-09-07 14:43:29 +00:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-ecdh-convert-key.js
test-crypto-encoding-validation-error.js crypto: add cipher update/final methods encoding validation 2023-01-17 17:39:14 +00:00
test-crypto-fips.js crypto: don't assume FIPS is disabled by default 2023-02-17 13:25:06 -05:00
test-crypto-from-binary.js
test-crypto-getcipherinfo.js
test-crypto-hash-stream-pipe.js
test-crypto-hash.js
test-crypto-hkdf.js
test-crypto-hmac.js
test-crypto-key-objects-messageport.js test: add CryptoKey transferring tests 2022-12-16 19:55:30 +00:00
test-crypto-key-objects.js crypto: add KeyObject Symbol.toStringTag 2023-01-03 16:34:41 +00:00
test-crypto-keygen-async-dsa-key-object.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-dsa.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-elliptic-curve-jwk-ec.js test: split JWK async elliptic curve keygen tests 2023-08-31 08:50:29 +00:00
test-crypto-keygen-async-elliptic-curve-jwk-rsa.js test: reduce length in crypto keygen tests 2023-08-31 08:50:30 +00:00
test-crypto-keygen-async-elliptic-curve-jwk.js test: split JWK async elliptic curve keygen tests 2023-08-31 08:50:29 +00:00
test-crypto-keygen-async-encrypted-private-key-der.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-encrypted-private-key.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-explicit-elliptic-curve-encrypted-p256.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-explicit-elliptic-curve-encrypted.js.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-explicit-elliptic-curve.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-named-elliptic-curve-encrypted-p256.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-named-elliptic-curve-encrypted.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-named-elliptic-curve.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-async-rsa.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-bit-length.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-deprecation.js crypto: runtime deprecate replaced rsa-pss keygen parameters 2022-11-30 21:14:33 +00:00
test-crypto-keygen-dh-classic.js test: reduce length in crypto keygen tests 2023-08-31 08:50:30 +00:00
test-crypto-keygen-duplicate-deprecated-option.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-eddsa.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-empty-passphrase-no-error.js test: reduce length in crypto keygen tests 2023-08-31 08:50:30 +00:00
test-crypto-keygen-empty-passphrase-no-prompt.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-invalid-parameter-encoding-dsa.js test: reduce length in crypto keygen tests 2023-08-31 08:50:30 +00:00
test-crypto-keygen-invalid-parameter-encoding-ec.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-key-object-without-encoding.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-key-objects.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-missing-oid.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-no-rsassa-pss-params.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-non-standard-public-exponent.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-promisify.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-rfc8017-9-1.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-rfc8017-a-2-3.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-rsa-pss.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen-sync.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-keygen.js test: split test-crypto-keygen.js 2023-08-31 08:50:28 +00:00
test-crypto-lazy-transform-writable.js
test-crypto-no-algorithm.js crypto: avoid hang when no algorithm available 2023-01-19 17:31:08 +00:00
test-crypto-op-during-process-exit.js
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-pbkdf2.js
test-crypto-prime.js crypto: unify validation of checkPrime checks 2023-03-22 11:41:06 +00:00
test-crypto-private-decrypt-gh32240.js
test-crypto-psychic-signatures.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-crypto-publicDecrypt-fails-first-time.js
test-crypto-random.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-crypto-randomfillsync-regression.js
test-crypto-randomuuid.js
test-crypto-rsa-dsa.js
test-crypto-scrypt.js crypto: replace THROW with CHECK for scrypt keylen 2023-04-09 09:22:51 +00:00
test-crypto-secret-keygen.js
test-crypto-secure-heap.js
test-crypto-sign-verify.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-crypto-stream.js
test-crypto-subtle-zero-length.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-crypto-update-encoding.js
test-crypto-verify-failure.js
test-crypto-webcrypto-aes-decrypt-tag-too-small.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-crypto-worker-thread.js test: add CryptoKey transferring tests 2022-12-16 19:55:30 +00:00
test-crypto-x509.js crypto: handle cert with invalid SPKI gracefully 2023-06-20 17:31:37 -03:00
test-crypto.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
test-cwd-enoent-preload.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-cwd-enoent-repl.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-cwd-enoent.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-datetime-change-notify.js
test-debugger-address.mjs
test-debugger-auto-resume.mjs test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-backtrace.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-break.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-breakpoint-exists.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-clear-breakpoints.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-exceptions.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-exec-scope.mjs test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-exec.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-extract-function-name.mjs
test-debugger-heap-profiler.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-debugger-help.mjs test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-invalid-json.mjs
test-debugger-list.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-low-level.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-object-type-remote-object.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-pid.js
test-debugger-preserve-breaks.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-profile-command.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-profile.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-random-port-with-inspect-port.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-random-port.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-repeat-last.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-restart-message.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-run-after-quit-restart.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-sb-before-load.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-scripts.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-set-context-line-number.mjs test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-unavailable-port.js
test-debugger-use-strict.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-watch-validation.js test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-watchers.mjs test: move debugger tests with --port=0 to parallel 2023-04-05 00:49:46 +02:00
test-debugger-websocket-secret-mismatch.js
test-delayed-require.js
test-dgram-abort-closed.js dgram: fix unhandled exception aborting a closed udp socket 2023-02-25 10:22:05 +00:00
test-dgram-address.js
test-dgram-async-dispose.mjs dgram: socket add asyncDispose 2023-07-11 21:10:27 +00:00
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.js
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
test-dgram-create-socket-handle.js
test-dgram-createSocket-type.js
test-dgram-custom-lookup.js
test-dgram-deprecation-error.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-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 dgram: sync the old handle state to new handle 2023-01-03 06:28:08 +00:00
test-dgram-unref.js
test-diagnostics-channel-bind-store.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-has-subscribers.js
test-diagnostics-channel-http-server-start.js
test-diagnostics-channel-http.js
test-diagnostics-channel-memory-leak.js diagnostics_channel: fix diagnostics channel memory leak 2022-11-29 10:58:43 +00:00
test-diagnostics-channel-net.js
test-diagnostics-channel-object-channel-pub-sub.js
test-diagnostics-channel-process.js
test-diagnostics-channel-pub-sub.js diagnostics_channel: fix ref counting bug when reaching zero subscribers 2023-04-13 13:40:50 +00:00
test-diagnostics-channel-safe-subscriber-errors.js
test-diagnostics-channel-symbol-named.js
test-diagnostics-channel-sync-unsubscribe.js diagnostics_channel: fix last subscriber removal 2023-07-31 10:13:59 -07:00
test-diagnostics-channel-tracing-channel-async-error.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-tracing-channel-async.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-tracing-channel-callback-run-stores.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-tracing-channel-promise-run-stores.js test: verify tracePromise does not do runStores 2023-04-03 16:44:50 +00:00
test-diagnostics-channel-tracing-channel-run-stores.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-tracing-channel-sync-error.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-tracing-channel-sync.js lib: add tracing channel to diagnostics_channel 2023-03-31 17:40:30 +00:00
test-diagnostics-channel-udp.js
test-diagnostics-channel-worker-threads.js
test-directory-import.js
test-disable-proto-delete.js
test-disable-proto-throw.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-verbatim-false.js
test-dns-default-verbatim-true.js
test-dns-get-server.js
test-dns-lookup-promises-options-deprecated.js
test-dns-lookup-promises.js
test-dns-lookup.js
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-set-default-order.js
test-dns-setlocaladdress.js
test-dns-setserver-when-querying.js
test-dns-setservers-type-check.js
test-dns.js test: improve test coverage of lib/dns 2023-03-06 18:00:13 -08:00
test-domain-abort-on-uncaught.js
test-domain-add-remove.js
test-domain-async-id-map-leak.js test: make WeakReference tests robust 2023-08-16 18:45:07 +02:00
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: test case for multiple res.writeHead and res.getHeader 2022-11-24 08:29:07 +00:00
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-0.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-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-dotenv-edge-cases.js src: support multiple --env-file declarations 2023-09-10 03:44:37 +00:00
test-dotenv-node-options.js src: don't overwrite environment from .env file 2023-09-08 06:44:36 +00:00
test-dotenv.js src: don't overwrite environment from .env file 2023-09-08 06:44:36 +00:00
test-double-tls-client.js tls: fix bugs of double TLS 2023-08-04 10:14:18 -04:00
test-double-tls-server.js tls: fix bugs of double TLS 2023-08-04 10:14:18 -04:00
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 errors: improve formatList in errors.js 2023-09-29 11:04:38 +00:00
test-error-prepare-stack-trace.js
test-error-reporting.js
test-error-serdes.js lib: add support for inherited custom inspection methods 2023-06-11 08:10:47 +00:00
test-error-value-type-detection.mjs tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-errors-aborterror.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-async-iife-no-unused-result.js
test-eslint-avoid-prototype-pollution.js tools: add ArrayPrototypeConcat to the list of primordials to avoid 2022-12-17 19:15:24 +00:00
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-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-primordials.js tools: fix bug in prefer-primordials lint rule 2023-02-17 18:29:42 +00:00
test-eslint-prefer-proto.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-eslint-prefer-util-format-errors.js
test-eslint-require-common-first.js
test-eslint-required-modules.js
test-eval-disallow-code-generation-from-strings.js
test-eval-strict-referenceerror.js
test-eval.js
test-event-capture-rejections.js test: fix typos in test/parallel 2022-11-28 02:37:17 +00:00
test-event-emitter-add-listeners.js
test-event-emitter-check-listener-leaks.js
test-event-emitter-emit-context.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-event-emitter-error-monitor.js
test-event-emitter-errors.js test: add trailing commas in event tests 2022-11-22 23:03:33 +00:00
test-event-emitter-get-max-listeners.js
test-event-emitter-invalid-listener.js test: add trailing commas in event tests 2022-11-22 23:03:33 +00:00
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 events: refactor to use validateNumber 2023-01-22 06:50:37 +00:00
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-eventemitter-asyncresource.js test: add trailing commas in event tests 2022-11-22 23:03:33 +00:00
test-events-add-abort-listener.mjs events: allow safely adding listener to abortSignal 2023-07-05 22:04:23 +00:00
test-events-customevent.js lib: define Event.isTrusted in the prototype 2023-04-03 17:02:26 +00:00
test-events-getmaxlisteners.js events: add getMaxListeners method 2023-03-19 12:58:19 +00:00
test-events-list.js
test-events-listener-count-with-listener.js events: fix bug listenerCount don't compare wrapped listener 2023-07-10 06:33:51 +00:00
test-events-on-async-iterator.js events: validate options of on and once 2023-09-29 10:56:20 +00:00
test-events-once.js events: validate options of on and once 2023-09-29 10:56:20 +00:00
test-events-static-geteventlisteners.js test: add trailing commas in event tests 2022-11-22 23:03:33 +00:00
test-events-uncaught-exception-stack.js
test-eventtarget-brandcheck.js
test-eventtarget-memoryleakwarning.js events: remove weak listener for event target 2023-08-12 18:20:54 +00:00
test-eventtarget-once-twice.js
test-eventtarget.js events: remove weak listener for event target 2023-08-12 18:20:54 +00:00
test-exception-handler2.js
test-exception-handler.js
test-experimental-shared-value-conveyor.js test: skip experimental test with pointer compression 2023-07-16 09:10:58 +00:00
test-fetch-disabled.mjs
test-fetch.mjs
test-file-read-noexist.js
test-file-validate-mode-flag.js
test-file-write-stream2.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-file-write-stream3.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-file-write-stream4.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-file-write-stream.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-file.js buffer: use private properties for brand checks in File 2023-03-20 22:01:41 +00:00
test-filehandle-close.js
test-filehandle-readablestream.js fs: implement byob mode for readableWebStream() 2023-04-10 07:19:19 +00:00
test-fixed-queue.js
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-freeze-intrinsics.js lib: fix incorrect use of console intrinsic 2023-01-03 17:28:30 +00:00
test-fs-access.js test: use fs.constants for fs.access constants 2023-09-20 07:14:37 +00:00
test-fs-append-file-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-append-file.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-assert-encoding-error.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-buffer.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-buffertype-writesync.js
test-fs-chmod-mask.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-chmod.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-chown-type-check.js
test-fs-close-errors.js
test-fs-close.js
test-fs-constants.js
test-fs-copyfile-respect-permissions.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-copyfile.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-cp.mjs test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-empty-readStream.js
test-fs-error-messages.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-exists.js
test-fs-existssync-false.js
test-fs-fchmod.js
test-fs-fchown.js
test-fs-filehandle-use-after-close.js
test-fs-filehandle.js
test-fs-fmap.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-fsync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-glob.mjs test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-lchmod.js
test-fs-lchown.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-link.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-long-path.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-make-callback.js
test-fs-makeStatsCallback.js
test-fs-mkdir-mode-mask.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-mkdir-recursive-eaccess.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-mkdir-rmdir.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-mkdir.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-mkdtemp-prefix-check.js
test-fs-mkdtemp.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-non-number-arguments-throw.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-null-bytes.js test: use fs.constants for fs.access constants 2023-09-20 07:14:37 +00:00
test-fs-open-flags.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-open-mode-mask.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-open-no-close.js
test-fs-open-numeric-flags.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-open.js
test-fs-opendir.js
test-fs-options-immutable.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-promises-exists.js
test-fs-promises-file-handle-aggregate-errors.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-append-file.js
test-fs-promises-file-handle-chmod.js
test-fs-promises-file-handle-close-errors.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-close.js
test-fs-promises-file-handle-dispose.js fs, stream: initial Symbol.dispose and Symbol.asyncDispose support 2023-06-25 11:18:54 +00:00
test-fs-promises-file-handle-op-errors.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-read-worker.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-read.js
test-fs-promises-file-handle-readFile.js test: add and use tmpdir.hasEnoughSpace() 2023-05-01 15:23:49 +00:00
test-fs-promises-file-handle-readLines.mjs test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-stat.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-stream.js
test-fs-promises-file-handle-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-truncate.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-file-handle-write.js
test-fs-promises-file-handle-writeFile.js
test-fs-promises-readfile-empty.js
test-fs-promises-readfile-with-fd.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-readfile.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-watch.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-write-optional-params.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-writefile-typedarray.js
test-fs-promises-writefile-with-fd.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-promises-writefile.js
test-fs-promises.js fs: add statfs() functions 2023-01-29 17:43:20 +00:00
test-fs-promisified.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-read-empty-buffer.js
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-fs-read-optional-params.js
test-fs-read-position-validation.mjs fs: adjust position validation in reading methods 2023-09-29 10:56:07 +00:00
test-fs-read-promises-optional-params.js
test-fs-read-promises-position-validation.mjs fs: adjust position validation in reading methods 2023-09-29 10:56:07 +00:00
test-fs-read-stream-autoClose.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
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: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-read-stream-file-handle.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-read-stream-inherit.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-fs-read-stream-patch-open.js
test-fs-read-stream-pos.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
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-fs-read.js
test-fs-readdir-buffer.js
test-fs-readdir-stack-overflow.js
test-fs-readdir-types.js
test-fs-readdir-ucs2.js
test-fs-readdir.js
test-fs-readfile-empty.js
test-fs-readfile-error.js
test-fs-readfile-fd.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readfile-flags.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readfile-pipe-large.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-fs-readfile-pipe.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-fs-readfile-unlink.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readfile-zero-byte-liar.js
test-fs-readfile.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readfilesync-enoent.js
test-fs-readfilesync-pipe-large.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-fs-readlink-type-check.js
test-fs-readSync-optional-params.js
test-fs-readSync-position-validation.mjs fs: adjust position validation in reading methods 2023-09-29 10:56:07 +00:00
test-fs-readv-promises.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readv-promisify.js
test-fs-readv-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-readv.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-ready-event-stream.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-realpath-buffer-encoding.js
test-fs-realpath-native.js
test-fs-realpath-on-substed-drive.js
test-fs-realpath-pipe.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-fs-realpath.js
test-fs-rename-type-check.js
test-fs-rm.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-sync-warns-not-found.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-sync-warns-on-file.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-throws-not-found.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-throws-on-file.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-warns-not-found.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive-warns-on-file.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-recursive.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-rmdir-type-check.js
test-fs-sir-writes-alot.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-stat-bigint.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-stat-date.mjs test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-stat.js
test-fs-statfs.js fs: add statfs() functions 2023-01-29 17:43:20 +00:00
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: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-stream-options.js
test-fs-symlink-buffer-path.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-symlink-dir-junction-relative.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-symlink-dir-junction.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-symlink-dir.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-symlink-longpath.js
test-fs-symlink.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-timestamp-parsing-error.js
test-fs-truncate-clear-file-zero.js
test-fs-truncate-fd.js
test-fs-truncate-sync.js
test-fs-truncate.js
test-fs-unlink-type-check.js
test-fs-util-validateoffsetlength.js
test-fs-utils-get-dirents.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-utimes-y2K38.js
test-fs-utimes.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-fs-watch-abort-signal.js
test-fs-watch-close-when-destroyed.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watch-encoding.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watch-enoent.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watch-file-enoent-after-deletion.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watch-recursive-add-file-to-existing-subfolder.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-add-file-to-new-folder.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-add-file-with-url.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-add-file.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-add-folder.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-assert-leaks.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-promise.js
test-fs-watch-recursive-symlink.js
test-fs-watch-recursive-update-file.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-validate.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-recursive-watch-file.js test: split parallel fs-watch-recursive tests 2022-12-20 14:25:48 +00:00
test-fs-watch-ref-unref.js
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watchfile-bigint.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-watchfile-ref-unref.js
test-fs-watchfile.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:24 +00:00
test-fs-whatwg-url.js test: add test for urlstrings usage in node:fs 2023-09-05 21:07:21 +00:00
test-fs-write-buffer-large.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-buffer.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-file-buffer.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-file-invalid-path.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-file-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-file-typedarrays.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-file.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-negativeoffset.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-no-fd.js
test-fs-write-optional-params.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-reuse-callback.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-sigxfsz.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-autoclose-option.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-change-open.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-close-without-callback.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-double-close.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-eagain.mjs fs: make sure to write entire buffer 2023-08-24 08:15:08 +03:00
test-fs-write-stream-encoding.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-end.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-err.js
test-fs-write-stream-file-handle-2.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-file-handle.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-fs.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream-patch-open.js
test-fs-write-stream-throw-type-error.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-stream.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-sync-optional-params.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-write.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-writefile-with-fd.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-writev-promises.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-writev-sync.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-fs-writev.js test: use tmpdir.resolve() in fs tests 2023-08-15 13:45:14 +00:00
test-gc-http-client-connaborted.js test: use os.availableParallelism() 2023-01-11 20:07:56 +00:00
test-gc-net-timeout.js test: use os.availableParallelism() 2023-01-11 20:07:56 +00:00
test-gc-tls-external-memory.js
test-global-console-exists.js
test-global-customevent-disabled.js
test-global-customevent.js
test-global-domexception.js
test-global-encoder.js
test-global-setters.js
test-global-webcrypto-classes.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-global-webcrypto-disbled.js
test-global-webcrypto.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-global-webstreams.js
test-global.js lib: add navigator.hardwareConcurrency 2023-07-04 22:55:34 +00:00
test-h2-large-header-cause-client-to-hangup.js src,http2: ensure cleanup if a frame is not sent 2023-03-30 12:40:45 +00:00
test-handle-wrap-close-abort.js
test-handle-wrap-hasref.js
test-heap-prof-basic.js
test-heap-prof-dir-absolute.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-heap-prof-dir-name.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-heap-prof-dir-relative.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-heap-prof-exec-argv.js
test-heap-prof-exit.js
test-heap-prof-interval.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-heap-prof-invalid-args.js
test-heap-prof-loop-drained.js
test-heap-prof-name.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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-http2-altsvc.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
test-http2-clean-output.js
test-http2-client-connection-tunnelling.js net: fix crash due to simultaneous close/shutdown on JS Stream Sockets 2023-08-31 12:26:39 +00:00
test-http2-client-data-end.js
test-http2-client-destroy.js http2: send RST code 8 on AbortController signal 2023-07-06 00:59:39 +00:00
test-http2-client-http1-server.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
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
test-http2-client-promisify-connect.js
test-http2-client-request-listeners-warning.js
test-http2-client-request-options-errors.js lib: refactor to use validators in http2 2023-01-24 13:58:42 +00:00
test-http2-client-rststream-before-connect.js
test-http2-client-set-priority.js
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-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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
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 tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http2-compat-serverresponse-settimeout.js
test-http2-compat-serverresponse-statuscode.js
test-http2-compat-serverresponse-statusmessage-property-set.js
test-http2-compat-serverresponse-statusmessage-property.js
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-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-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 http: remove useless ternary in test 2023-06-22 19:07:36 +00:00
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-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-invalidargtypes-errors.js
test-http2-invalidheaderfield.js
test-http2-invalidheaderfields-client.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 tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http2-multiheaders.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
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-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
test-http2-ping-settings-heapdump.js net: enable autoSelectFamily by default 2023-04-05 08:31:56 -07:00
test-http2-ping-unsolicited-ack.js
test-http2-ping.js
test-http2-pipe-named-pipe.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-http2-pipe.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-http2-priority-cycle-.js
test-http2-priority-event.js
test-http2-propagate-session-destroy-code.js
test-http2-removed-header-stays-removed.js
test-http2-request-remove-connect-listener.js
test-http2-request-response-proto.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
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 tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http2-sensitive-headers.js
test-http2-sent-headers.js
test-http2-serve-file.js
test-http2-server-async-dispose.js http2: server add asyncDispose 2023-06-29 11:52:58 +03:00
test-http2-server-close-callback.js
test-http2-server-errors.js
test-http2-server-http1-client.js
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-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
test-http2-server-timeout.js
test-http2-server-unknown-protocol.js
test-http2-session-gc-while-write-scheduled.js
test-http2-session-settings.js
test-http2-session-stream-state.js
test-http2-session-timeout.js test: use process.hrtime.bigint instead of process.hrtime 2023-01-01 11:07:47 +00:00
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 tls: ensure TLS Sockets are closed if the underlying wrap closes 2023-09-01 07:00:05 +00:00
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.js
test-http2-unbound-socket-proxy.js
test-http2-update-settings.js
test-http2-util-assert-valid-pseudoheader.js
test-http2-util-asserts.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http2-util-headers-list.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js
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-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: use tmpdir.resolve() 2023-08-15 13:45:34 +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 http: refactor to use min of validateNumber for maxTotalSockets 2023-01-13 14:39:54 +00:00
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 net: enable autoSelectFamily by default 2023-04-05 08:31:56 -07:00
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-problem.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-http-chunked-304.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-chunked-smuggling.js
test-http-chunked.js
test-http-client-abort2.js
test-http-client-abort3.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-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 deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-http-client-finished.js
test-http-client-get-url.js
test-http-client-headers-array.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-client-headers-host-array.js
test-http-client-immediate-error.js
test-http-client-incomingmessage-destroy.js http: make OutgoingMessage more streamlike 2022-12-02 10:40:44 +01:00
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-override-global-agent.js
test-http-client-parse-error.js
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 deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
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 url: allow extension of user provided URL objects 2023-03-19 03:25:35 +00:00
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-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js
test-http-content-length-mismatch.js http: correctly calculate strict content length 2023-02-23 09:54:45 +00:00
test-http-content-length.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
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-double-content-length.js
test-http-dummy-characters-smuggling.js deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-http-dump-req-when-res-ends.js
test-http-early-hints-invalid-argument.js http: fix validation of "Link" header 2023-02-23 09:54:33 +00:00
test-http-early-hints.js http: fix validation of "Link" header 2023-02-23 09:54:33 +00:00
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 http: send implicit headers on HEAD with no body 2023-05-26 12:38:24 +00:00
test-http-head-response-has-no-body-end.js http: send implicit headers on HEAD with no body 2023-05-26 12:38:24 +00:00
test-http-head-response-has-no-body.js
test-http-head-throw-on-response-body-write.js http: prevent writing to the body when not allowed by HTTP spec 2023-05-13 17:09:26 +00:00
test-http-header-badrequest.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-header-obstext.js
test-http-header-overflow.js
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-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 http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-insecure-parser.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-invalid-path-chars.js
test-http-invalid-te.js deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-http-invalid-urls.js
test-http-invalidheaderfield2.js
test-http-invalidheaderfield.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive-drop-requests.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-keep-alive-max-requests.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-keep-alive-pipeline-max-requests.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-keep-alive-timeout-custom.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 http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-many-ended-pipelines.js
test-http-max-header-size-per-stream.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-max-header-size.js
test-http-max-headers-count.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-max-http-headers.js
test-http-methods.js
test-http-missing-header-separator-cr.js
test-http-missing-header-separator-lf.js http: disable request smuggling via empty headers 2023-06-20 17:30:48 -03:00
test-http-multi-line-headers.js
test-http-multiple-headers.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http-mutable-headers.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http-no-content-length.js
test-http-no-read-no-dump.js
test-http-nodelay.js
test-http-outgoing-buffer.js
test-http-outgoing-destroy.js
test-http-outgoing-destroyed.js http: make OutgoingMessage more streamlike 2022-12-02 10:40:44 +01:00
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-internal-headernames-getter.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-http-outgoing-internal-headernames-setter.js
test-http-outgoing-internal-headers.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 http: null the joinDuplicateHeaders property on cleanup 2023-07-03 06:20:13 +00:00
test-http-parser-multiple-execute.js
test-http-parser-timeout-reset.js
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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-http-pipeline-assertionerror-finish.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-pipeline-flood.js
test-http-pipeline-requests-connection-leak.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-pipeline-socket-parser-typeerror.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-proxy.js
test-http-raw-headers.js
test-http-readable-data-event.js
test-http-remove-connection-header-persists-connection.js net: fix family autoselection SSL connection handling 2023-05-31 16:32:27 +02:00
test-http-remove-header-stays-removed.js test: reduce flakiness of test-http-remove-header-stays-removed.js 2023-03-18 11:09:22 +00:00
test-http-req-close-robust-from-tampering.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
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 http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-request-invalid-method-error.js
test-http-request-join-authorization-headers.js http: join authorization headers 2023-01-03 10:43:21 +00:00
test-http-request-large-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 http: res.setHeaders first implementation 2023-01-09 19:15:49 +00:00
test-http-response-splitting.js deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
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 http: server add async dispose 2023-06-29 11:52:51 +03:00
test-http-server-capture-rejections.js
test-http-server-client-error.js
test-http-server-close-all.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-close-destroy-timeout.js https: fix connection checking interval not clearing on server close 2023-06-12 07:47:25 +00:00
test-http-server-close-idle-wait-response.js
test-http-server-close-idle.js https: fix connection checking interval not clearing on server close 2023-06-12 07:47:25 +00:00
test-http-server-connection-list-when-close.js
test-http-server-connections-checking-leak.js http: start connections checking interval on listen 2023-07-24 20:55:19 +00:00
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-headers-timeout-delayed-headers.js
test-http-server-headers-timeout-interrupted-headers.js
test-http-server-headers-timeout-keepalive.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-headers-timeout-pipelining.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-incomingmessage-destroy.js
test-http-server-keep-alive-defaults.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-keep-alive-max-requests-null.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-keep-alive-timeout.js
test-http-server-keepalive-end.js
test-http-server-keepalive-req-gc.js
test-http-server-multiheaders2.js
test-http-server-multiheaders.js
test-http-server-non-utf8-header.js http: unify header treatment 2023-02-21 11:09:03 +00:00
test-http-server-options-highwatermark.js http: add highWaterMark opt in http.createServer 2023-04-24 05:35:38 +00:00
test-http-server-options-incoming-message.js
test-http-server-options-server-response.js
test-http-server-reject-chunked-with-content-length.js deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-http-server-reject-cr-no-lf.js
test-http-server-request-timeout-delayed-body.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-request-timeout-delayed-headers.js
test-http-server-request-timeout-interrupted-body.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-request-timeout-interrupted-headers.js
test-http-server-request-timeout-keepalive.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-request-timeout-pipelining.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-request-timeout-upgrade.js
test-http-server-request-timeouts-mixed.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-response-standalone.js http: remove internal error in assignSocket 2023-05-02 20:02:17 +00:00
test-http-server-stale-close.js
test-http-server-timeouts-validation.js http: improved timeout defaults handling 2022-12-24 08:28:46 +00:00
test-http-server-unconsume-consume.js
test-http-server-unconsume.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-server-write-after-end.js
test-http-server-write-end-after-end.js
test-http-server.js http: throw error if options of http.Server is array 2023-01-25 08:52:33 +00:00
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 http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-http-should-keep-alive.js
test-http-socket-encoding-error.js
test-http-socket-error-listeners.js http: use listenerCount when adding noop event 2023-03-08 07:09:21 +00:00
test-http-status-code.js
test-http-status-message.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
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-client2.js
test-http-upgrade-client.js
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server2.js
test-http-upgrade-server.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
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 http: writeHead if statusmessage is undefined dont override headers 2023-01-17 09:05:53 +00:00
test-http-write-head.js test: test case for multiple res.writeHead and res.getHeader 2022-11-24 08:29:07 +00:00
test-http-zero-length-write.js
test-http-zerolengthbuffer.js
test-http.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-abortcontroller.js
test-https-agent-abort-controller.js
test-https-agent-additional-options.js
test-https-agent-constructor.js
test-https-agent-create-connection.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01: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: adapt tests for OpenSSL 3.1 2023-06-01 14:52:53 +00:00
test-https-agent-session-injection.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
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 tls: reapply servername on happy eyeballs connect 2023-06-02 04:40:47 +00:00
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 deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-https-host-headers.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-hwm.js
test-https-insecure-parse-per-stream.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-keep-alive-drop-requests.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-localaddress-bind-error.js
test-https-localaddress.js
test-https-max-header-size-per-stream.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-max-headers-count.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
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 https: server add asyncDispose 2023-06-29 11:53:05 +03:00
test-https-server-close-all.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
test-https-server-close-destroy-timeout.js https: fix connection checking interval not clearing on server close 2023-06-12 07:47:25 +00:00
test-https-server-close-idle.js https: fix connection checking interval not clearing on server close 2023-06-12 07:47:25 +00:00
test-https-server-connections-checking-leak.js http: start connections checking interval on listen 2023-07-24 20:55:19 +00:00
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 http: throw error if options of http.Server is array 2023-01-25 08:52:33 +00:00
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 src: improve error message when ICU data cannot be initialized 2023-09-22 13:24:22 +00:00
test-icu-env.js deps: V8: cherry-pick 90be99fab31c 2023-02-20 12:10:28 +00:00
test-icu-minimum-version.js
test-icu-punycode.js
test-icu-stringwidth.js
test-icu-transcode.js
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: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-async-call-stack.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-async-hook-after-done.js
test-inspector-async-hook-setup-at-inspect-brk.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-async-hook-setup-at-signal.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-async-stack-traces-promise-then.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-async-stack-traces-set-interval.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-bindings.js
test-inspector-break-e.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-break-when-eval.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-close-worker.js
test-inspector-connect-main-thread.js
test-inspector-connect-to-main-thread.js inspector: fix session.disconnect crash 2023-03-14 23:27:27 +00:00
test-inspector-console-top-frame.js
test-inspector-console.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-contexts.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-debug-brk-flag.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-debug-end.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-enabled.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-esm.js
test-inspector-exception.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-has-idle.js
test-inspector-has-inspector-false.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-heap-allocation-tracker.js
test-inspector-heapdump.js
test-inspector-inspect-brk-node.js src: bootstrap prepare stack trace callback in shadow realm 2023-04-04 01:13:37 +00:00
test-inspector-invalid-args.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-ip-detection.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-module.js
test-inspector-multisession-js.js
test-inspector-multisession-ws.js
test-inspector-not-blocked-on-idle.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-open-coverage.js inspector: allow opening inspector when NODE_V8_COVERAGE is set 2023-01-29 21:46:36 +00:00
test-inspector-open-port-integer-overflow.js
test-inspector-open.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-overwrite-config.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-port-zero-cluster.js
test-inspector-port-zero.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-promises.js
test-inspector-reported-host.js
test-inspector-resource-name-to-url.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-runtime-evaluate-with-timeout.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-scriptparsed-context.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-stop-profile-after-done.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-stops-no-file.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-stress-http.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-inspector-tracing-domain.js trace_events: add new categories 2022-11-19 07:48:18 +00:00
test-inspector-vm-global-accessors-getter-sideeffect.js
test-inspector-vm-global-accessors-sideeffects.js
test-inspector-wait-for-connection.js
test-inspector-waiting-for-disconnect.js
test-inspector-workers-flat-list.js
test-inspector.js test: move more inspector sequential tests to parallel 2023-04-07 17:47:47 +00:00
test-instanceof.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-internal-assert.js
test-internal-error-original-names.js
test-internal-errors.js
test-internal-fs-syncwritestream.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-internal-fs.js
test-internal-iterable-weak-map.js
test-internal-module-require.js
test-internal-module-wrap.js
test-internal-modules.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: fix some assumptions in tests 2023-07-31 13:09:07 +00:00
test-internal-util-helpers.js
test-internal-util-normalizeencoding.js
test-internal-util-objects.js
test-internal-util-weakreference.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
test-internal-validators-validateoneof.js
test-internal-validators-validateport.js
test-internal-webidl-converttoint.js
test-intl-v8BreakIterator.js
test-intl.js deps: V8: cherry-pick 90be99fab31c 2023-02-20 12:10:28 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-math-random.js
test-memory-usage-emfile.js
test-memory-usage.js
test-messageevent-brandcheck.js
test-messageport-hasref.js
test-messaging-marktransfermode.js src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +00:00
test-microtask-queue-integration.js
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-mime-api.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-mime-whatwg.js
test-module-binding.js lib: remove aix directory case for package reader 2023-07-07 15:31:33 +00:00
test-module-builtin.js
test-module-cache.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-module-children.js
test-module-circular-dependency-warning.js
test-module-circular-symlinks.js
test-module-create-require.js test: use fixtures.fileURL when appropriate 2023-08-03 21:36:13 +00:00
test-module-globalpaths-nodepath.js
test-module-isBuiltin.js
test-module-loading-deprecated.js
test-module-loading-error.js lib: remove aix directory case for package reader 2023-07-07 15:31:33 +00:00
test-module-loading-globalpaths.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-module-main-extension-lookup.js
test-module-main-fail.js
test-module-main-preserve-symlinks-fail.js
test-module-multi-extensions.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-module-nodemodulepaths.js
test-module-parent-deprecation.js
test-module-parent-setter-deprecation.js
test-module-prototype-mutation.js
test-module-readonly.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-module-relative-lookup.js
test-module-run-main-monkey-patch.js
test-module-stat.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-module-symlinked-peer-modules.js
test-module-version.js
test-module-wrap.js
test-module-wrapper.js
test-navigator.js lib: add navigator.hardwareConcurrency 2023-07-04 22:55:34 +00:00
test-net-access-byteswritten.js
test-net-after-close.js
test-net-allow-half-open.js
test-net-autoselectfamily-commandline-option.js test: handle EUNATCH 2023-08-23 14:00:25 -04:00
test-net-autoselectfamily-default.js test: handle EUNATCH 2023-08-23 14:00:25 -04:00
test-net-autoselectfamily-ipv4first.js net: enable autoSelectFamily by default 2023-04-05 08:31:56 -07:00
test-net-autoselectfamily.js test: handle EUNATCH 2023-08-23 14:00:25 -04:00
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-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 src: fix crash on OnStreamRead on Windows 2022-12-28 11:59:51 +00:00
test-net-client-bind-twice.js
test-net-connect-abort-controller.js
test-net-connect-after-destroy.js
test-net-connect-buffer2.js
test-net-connect-buffer.js
test-net-connect-call-socket-connect.js
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
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: fix test-net-connect-reset-until-connected 2023-02-25 18:53:11 +00:00
test-net-connect-reset.js
test-net-deprecated-setsimultaneousaccepts.js
test-net-dns-custom-lookup.js net: rework autoSelectFamily implementation 2023-02-23 09:47:13 +00:00
test-net-dns-error.js
test-net-dns-lookup-skip.js
test-net-dns-lookup.js net: rework autoSelectFamily implementation 2023-02-23 09:47:13 +00:00
test-net-during-close.js
test-net-eaddrinuse.js
test-net-end-close.js
test-net-end-destroyed.js
test-net-end-without-connect.js net: only defer _final call when connecting 2023-05-08 07:47:48 +00:00
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-net-listen-error.js
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js
test-net-listen-invalid-port.js
test-net-listen-ipv6only.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 net: rework autoSelectFamily implementation 2023-02-23 09:47:13 +00:00
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-reconnect.js
test-net-remote-address-port.js
test-net-remote-address.js
test-net-server-async-dispose.mjs net: server add asyncDispose 2023-07-11 21:10:28 +00:00
test-net-server-call-listen-multiple-times.js
test-net-server-capture-rejection.js
test-net-server-close.js
test-net-server-drop-connections.js net: do not treat server.maxConnections=0 as Infinity 2023-06-26 06:17:51 +00:00
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 net: rework autoSelectFamily implementation 2023-02-23 09:47:13 +00:00
test-net-server-simultaneous-accepts-produce-warning-once.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 net: add autoSelectFamily global getter and setter 2022-12-24 14:44:11 +00:00
test-net-socket-connect-invalid-autoselectfamilyattempttimeout.js net: fix setting of value in 'setDefaultAutoSelectFamilyAttemptTimeout' 2023-03-10 15:07:55 +00:00
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: deflake test-net-throttle 2023-07-12 12:17:19 +00:00
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 net: handle socket.write(cb) edge case 2023-01-01 23:07:34 +00:00
test-net-write-connect-write.js
test-net-write-fully-async-buffer.js
test-net-write-fully-async-hex-string.js
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-ordering2.js
test-next-tick-ordering.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 lib: support FORCE_COLOR for non TTY streams 2023-05-18 12:36:38 +00:00
test-node-output-errors.mjs test: migrate message error tests from Python to JS 2023-09-21 22:14:34 +00:00
test-node-output-sourcemaps.mjs test: fix edge snapshot stack traces 2023-09-17 20:59:41 +00:00
test-node-output-vm.mjs test: fix output tests when path includes node version 2023-05-05 17:10:31 +00:00
test-nodeeventtarget.js
test-npm-install.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-npm-version.js
test-openssl-ca-options.js
test-options-binding.js
test-os-checked-function.js
test-os-eol.js
test-os-homedir-no-envvar.js
test-os-process-priority.js
test-os-userinfo-handles-getter-errors.js
test-os.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-outgoing-message-destroy.js
test-outgoing-message-pipe.js
test-parse-args.mjs tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-path-basename.js
test-path-dirname.js
test-path-extname.js
test-path-isabsolute.js
test-path-join.js
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
test-path-win32-exists.js
test-path-zero-length-strings.js
test-path.js
test-pending-deprecation.js
test-perf-gc-crash.js
test-perf-hooks-histogram.js perf_hooks: fix checking range of options.figures in createHistogram 2023-01-10 20:11:06 +00:00
test-perf-hooks-resourcetiming.js
test-perf-hooks-usertiming.js
test-perf-hooks-worker-timeorigin.js src: fix negative nodeTiming milestone values 2023-03-03 00:15:28 +08:00
test-performance-eventlooputil.js
test-performance-function-async.js
test-performance-function.js
test-performance-gc.js
test-performance-global.js
test-performance-measure.js
test-performance-nodetiming.js src: fix negative nodeTiming milestone values 2023-03-03 00:15:28 +08:00
test-performance-resourcetimingbufferfull.js
test-performance-resourcetimingbuffersize.js
test-performance-timeline.mjs
test-performanceobserver-gc.js
test-performanceobserver.js
test-permission-allow-child-process-cli.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-allow-worker-cli.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-child-process-cli.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-experimental.js src,process: add permission model 2023-02-23 18:11:51 +00:00
test-permission-fs-read.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-fs-relative-path.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-fs-supported.js permission: handle fstatfs and add pm supported list 2023-08-09 14:28:48 -03:00
test-permission-fs-symlink-target-write.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-fs-symlink.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-fs-traversal-path.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-fs-wildcard.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-fs-windows-path.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-fs-write-report.js permission: v8.writeHeapSnapshot and process.report 2023-07-04 13:12:48 +00:00
test-permission-fs-write-v8.js permission: v8.writeHeapSnapshot and process.report 2023-07-04 13:12:48 +00:00
test-permission-fs-write.js src,permission: add multiple allow-fs-* flags 2023-08-17 18:39:04 +00:00
test-permission-has.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-permission-inspector.js src,permission: restrict by default when pm enabled 2023-07-26 18:32:03 +00:00
test-permission-processbinding.js lib,permission: restrict process.binding when pm is enabled 2023-08-09 14:28:39 -03:00
test-permission-warning-flags.js src,process: add permission model 2023-02-23 18:11:51 +00:00
test-permission-worker-threads-cli.js permission: drop process.permission.deny 2023-04-04 17:14:04 +00:00
test-pipe-abstract-socket-http.js src: port Pipe to uv_pipe_bind2, uv_pipe_connect2 2023-09-18 07:11:22 +00:00
test-pipe-address.js
test-pipe-file-to-http.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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-policy-crypto-default-encoding.js
test-policy-dependencies.js
test-policy-dependency-conditions.js
test-policy-integrity-flag.js
test-policy-manifest.js policy: fix path to URL conversion 2023-08-26 05:45:13 +00:00
test-policy-parse-integrity.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-policy-process-binding.js policy: disable process.binding() when enabled 2023-08-09 14:29:06 -03:00
test-policy-scopes-dependencies.js
test-policy-scopes-integrity.js
test-policy-scopes.js
test-preload-print-process-argv.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-preload-self-referential.js
test-preload-worker.js
test-preload.js test: use spawn and spawnPromisified instead of exec 2023-08-05 07:29:53 +00:00
test-primordials-apply.js
test-primordials-promise.js test_runner: fix test runner concurrency 2023-04-24 22:32:01 +00:00
test-primordials-regexp.js repl: improve robustness wrt to prototype pollution 2022-12-14 15:48:50 +01:00
test-priority-queue.js
test-process-abort.js
test-process-argv-0.js
test-process-assert.js
test-process-beforeexit-throw-exit.js
test-process-beforeexit.js
test-process-binding-internalbinding-allowlist.js
test-process-binding-util.js
test-process-binding.js
test-process-chdir-errormessage.js
test-process-chdir.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-process-config.js
test-process-constants-noatime.js
test-process-constrained-memory.js src,lib: add constrainedMemory API for process 2023-01-25 00:47:08 +00:00
test-process-cpuUsage.js
test-process-dlopen-error-message-crash.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-process-dlopen-undefined-exports.js
test-process-domain-segfault.js
test-process-emit-warning-from-native.js
test-process-emit.js
test-process-emitwarning.js
test-process-env-allowed-flags-are-documented.js
test-process-env-allowed-flags.js
test-process-env-delete.js
test-process-env-deprecation.js
test-process-env-ignore-getter-setter.js src: fix typo in process.env accessor error message 2023-04-16 13:49:39 +00:00
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 src: make structuredClone work for process.env 2022-12-11 12:54:15 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +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
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
test-process-hrtime.js
test-process-initgroups.js
test-process-kill-null.js
test-process-kill-pid.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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-process-redirect-warnings.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-process-release.js
test-process-remove-all-signal-listeners.js
test-process-setgroups.js
test-process-setsourcemapsenabled.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 test: fix zlib version regex 2023-05-30 06:11:06 +00:00
test-process-warning.js
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-swallowed-event.js
test-promise-unhandled-default.js
test-promise-unhandled-error.js
test-promise-unhandled-flag.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 lib: update punycode to 2.3.0 2023-02-21 15:33:28 +00:00
test-querystring-escape.js
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-queue-microtask-uncaught-asynchooks.js
test-queue-microtask.js
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: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-readline-async-iterators.js test: refactor test-readline-async-iterators into a benchmark 2023-09-23 08:17:14 +00:00
test-readline-carriage-return-between-chunks.js readline: fix detection of carriage return 2023-01-24 12:10:11 +00:00
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 readline: fix issue with newline-less last line 2023-04-14 10:12:16 +00:00
test-readline-interface-recursive-writes.js repl: fix .load infinite loop caused by shared use of lineEnding RegExp 2023-03-01 14:18:05 +00:00
test-readline-interface.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-readline-keys.js
test-readline-position.js
test-readline-promises-csi.mjs
test-readline-promises-interface.js readline: refactor to use validateNumber 2023-01-18 15:32:57 +01:00
test-readline-promises-tab-complete.js
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: remove unnecessary status check on test-release-npm 2023-04-12 21:18:09 -03:00
test-repl-array-prototype-tempering.js
test-repl-autocomplete.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-autolibs.js
test-repl-clear-immediate-crash.js
test-repl-cli-eval.js
test-repl-colors.js
test-repl-context.js
test-repl-definecommand.js
test-repl-domain.js
test-repl-dynamic-import.js
test-repl-editor.js
test-repl-empty.js
test-repl-end-emits-exit.js
test-repl-envvars.js lib: support FORCE_COLOR for non TTY streams 2023-05-18 12:36:38 +00:00
test-repl-eval.js
test-repl-function-definition-edge-case.js
test-repl-harmony.js
test-repl-history-navigation.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-history-perm.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-import-referrer.js
test-repl-inspect-defaults.js
test-repl-inspector.js
test-repl-let-process.js
test-repl-load-multiline-no-trailing-newline.js readline: fix issue with newline-less last line 2023-04-14 10:12:16 +00:00
test-repl-load-multiline.js
test-repl-mode.js
test-repl-multiline.js
test-repl-no-terminal.js
test-repl-null-thrown.js
test-repl-null.js
test-repl-options.js
test-repl-permission-model.js lib,permission: drop repl autocomplete when pm enabled 2023-07-27 12:31:20 +00:00
test-repl-persistent-history.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-preprocess-top-level-await.js
test-repl-pretty-custom-stack.js
test-repl-pretty-stack-custom-writer.js
test-repl-pretty-stack.js
test-repl-preview.js
test-repl-programmatic-history.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-recoverable.js
test-repl-require-after-write.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-require-cache.js
test-repl-require-context.js test: fix some assumptions in tests 2023-07-31 13:09:07 +00:00
test-repl-require-self-referential.js
test-repl-require.js
test-repl-reset-event.js
test-repl-reverse-search.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-repl-save-load.js repl: don't accumulate excess indentation in .load 2023-09-21 13:37:41 +00: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-repl-tab-complete-crash.js
test-repl-tab-complete-import.js
test-repl-tab-complete-nested-repls.js
test-repl-tab-complete-no-warn.js
test-repl-tab-complete-on-editor-mode.js
test-repl-tab-complete.js
test-repl-tab.js
test-repl-throw-null-or-undefined.js
test-repl-top-level-await.js errors: improve performance of instantiation 2023-09-28 09:57:38 +00:00
test-repl-uncaught-exception-async.js
test-repl-uncaught-exception-evalcallback.js
test-repl-uncaught-exception-standalone.js
test-repl-uncaught-exception.js
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js
test-repl-unsafe-array-iteration.js
test-repl-unsupported-option.js
test-repl-use-global.js
test-repl.js repl: display dynamic import variant in static import error messages 2023-06-11 08:10: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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-require-mjs.js
test-require-node-prefix.js
test-require-nul.js
test-require-process.js
test-require-resolve.js module: require.resolve.paths returns null with node schema 2022-11-20 11:43:00 +00:00
test-require-symlink.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-require-unicode.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-resource-usage.js
test-runner-cli.js test: reorder test files fixtures for better understanding 2023-07-26 17:16:31 +00:00
test-runner-concurrency.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-runner-coverage.js test_runner: report covered lines, functions and branches to reporters 2023-08-30 20:22:45 +00:00
test-runner-exit-code.js test_runner: dont set exit code on todo tests 2023-07-29 20:45:16 +00:00
test-runner-extraneous-async-activity.js test_runner: count nested tests 2023-03-21 08:16:38 +00:00
test-runner-import-no-scheme.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-runner-inspect.mjs test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-runner-misc.js test: fix suite signal 2023-05-17 08:57:21 +00:00
test-runner-mock-timers.js test_runner: fix invalid timer call 2023-09-05 21:17:28 +00:00
test-runner-mocking.js test: fix mock.method to support class instances 2022-12-17 14:35:09 +00:00
test-runner-option-validation.js
test-runner-output.mjs test: deflake test-runner-output 2023-09-26 23:01:14 +00:00
test-runner-reporters.js test_runner: catch reporter errors 2023-09-21 23:22:21 +03:00
test-runner-root-after-with-refed-handles.js test_runner: reland run global after() hook earlier 2023-08-14 14:29:29 +00:00
test-runner-run.mjs test_runner: accept testOnly in run 2023-09-24 10:46:13 +00:00
test-runner-string-to-regexp.js
test-runner-typechecking.js test_runner: fixed test shorthands return type 2023-07-03 09:04:11 +00:00
test-runner-v8-deserializer.mjs test_runner: fix test deserialize edge cases 2023-05-23 21:03:19 +00:00
test-runner-watch-mode.mjs test_runner: fix test runner watch mode when no positional arguments 2023-09-14 11:46:18 +00:00
test-safe-get-env.js
test-security-revert-unknown.js
test-set-http-max-http-headers.js
test-set-incoming-message-header.js Revert "http: headers(Distinct), trailers(Distinct) setters to be no-op" 2022-11-21 22:36:29 +00:00
test-set-process-debug-port.js
test-setproctitle.js
test-shadow-realm-gc.js src: make realm binding data store weak 2023-06-14 02:05:00 +00:00
test-shadow-realm-globals.js src: bootstrap Web [Exposed=*] APIs in the shadow realm 2023-03-16 00:22:06 +08:00
test-shadow-realm-prepare-stack-trace.js src: bootstrap prepare stack trace callback in shadow realm 2023-04-04 01:13:37 +00:00
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-single-executable-blob-config-errors.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-single-executable-blob-config.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-snapshot-api.js test: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() 2023-08-18 16:54:19 +00:00
test-snapshot-argv1.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-basic.js test: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() 2023-08-18 16:54:19 +00:00
test-snapshot-cjs-main.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-console.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-cwd.js lib: reset the cwd cache before execution 2023-09-21 16:56:33 +00:00
test-snapshot-dns-lookup-localhost-promise.js test: fix assertions in test-snapshot-dns-lookup* 2023-02-18 01:58:50 +00:00
test-snapshot-dns-lookup-localhost.js test: fix assertions in test-snapshot-dns-lookup* 2023-02-18 01:58:50 +00:00
test-snapshot-dns-resolve-localhost-promise.js
test-snapshot-dns-resolve-localhost.js
test-snapshot-error.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-eval.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-gzip.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-incompatible.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-namespaced-builtin.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-net.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-typescript.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-umd.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-warning.js test: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() 2023-08-18 16:54:19 +00:00
test-snapshot-weak-reference.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-snapshot-worker.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
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 tls: fix bugs of double TLS 2023-08-04 10:14:18 -04:00
test-socketaddress.js
test-source-map-api.js module: add SourceMap.lineLengths 2023-07-12 18:37:32 +00:00
test-source-map-enable.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-spawn-cmd-named-pipe.js
test-stack-size-limit.js
test-startup-empty-regexp-statics.js repl: improve robustness wrt to prototype pollution 2022-12-14 15:48:50 +01:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-strace-openat-openssl.js test: include strace openat test 2023-02-23 19:17:25 +00:00
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-from-list.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 stream: always delay construct callback by a nextTick 2023-02-26 15:56:20 +00:00
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 stream: fix readable stream as async iterator function 2023-01-20 12:37:52 +00:00
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-buffer-list.js
test-stream-catch-rejections.js
test-stream-compose-operator.js
test-stream-compose.js stream: preserve object mode in compose 2023-04-12 00:20:49 +05:30
test-stream-construct.js
test-stream-consumers.js
test-stream-decoder-objectmode.js
test-stream-destroy-event-order.js
test-stream-destroy.js deps: update llhttp to 9.1.2 2023-09-16 11:08:18 +00:00
test-stream-drop-take.js stream: dont wait for next item in take when finished 2023-03-22 04:46:58 +00:00
test-stream-duplex-destroy.js
test-stream-duplex-end.js
test-stream-duplex-from.js lib: add webstreams to Duplex.from() 2023-01-19 20:31:54 +00:00
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-end-of-streams.js
test-stream-end-paused.js
test-stream-error-once.js
test-stream-events-prepend.js
test-stream-filter.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-stream-finished.js stream: avoid premature close when will not emit close 2022-11-20 13:42:47 +00:00
test-stream-flatMap.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-stream-forEach.js stream: add highWaterMark for the map operator 2023-08-24 12:11:21 +00:00
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-iterator-helpers-test262-tests.mjs stream: remove asIndexedPairs 2023-06-13 12:54:45 +00:00
test-stream-map.js stream: add highWaterMark for the map operator 2023-08-24 12:11:21 +00:00
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 stream: fix deadlock when pipeing to full sink 2023-07-12 14:31:49 +00:00
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-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 stream: fix premature pipeline end 2023-06-24 07:58:03 +00:00
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
test-stream-readable-constructor-set-methods.js
test-stream-readable-data.js
test-stream-readable-default-encoding.js stream: validate readable defaultEncoding 2023-02-05 23:49:33 +00:00
test-stream-readable-destroy.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-stream-readable-didRead.js
test-stream-readable-dispose.js fs, stream: initial Symbol.dispose and Symbol.asyncDispose support 2023-06-25 11:18:54 +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-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: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
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-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 stream: add setter & getter for default highWaterMark (#46929) 2023-03-29 20:02:10 +02:00
test-stream-some-find-every.mjs test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-stream-toArray.js
test-stream-toWeb-allows-server-response.js lib: allow Writeable.toWeb() to work on http.Outgoing message 2022-12-10 17:06:40 +00:00
test-stream-transform-callback-twice.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-destroy.js
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-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 stream: validate writable defaultEncoding 2023-01-30 17:54:29 +00:00
test-stream-writable-destroy.js
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: fix typos in test/parallel 2022-11-28 02:37:17 +00:00
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-streams-highwatermark.js
test-string-decoder-end.js
test-string-decoder-fuzz.js
test-string-decoder.js test: fix flaky test-string-decode.js on x86 2023-07-14 09:20:02 +00:00
test-stringbytes-external.js
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-throw-error-with-getter-throw-traced.mjs
test-throw-undefined-or-null-traced.mjs
test-tick-processor-arguments.js
test-tick-processor-version-check.js
test-timer-immediate.js
test-timers-active.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 timers: support Symbol.dispose 2023-07-05 13:39:38 +00:00
test-timers-enroll-invalid-msecs.js
test-timers-enroll-second-time.js
test-timers-immediate-promisified.js test: use spawn and spawnPromisified instead of exec 2023-08-05 07:29:53 +00: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 test: use spawn and spawnPromisified instead of exec 2023-08-05 07:29:53 +00:00
test-timers-interval-throw.js
test-timers-linked-list.js
test-timers-max-duration-warning.js
test-timers-nested.js
test-timers-next-tick.js
test-timers-non-integer-delay.js
test-timers-now.js timers: use V8 fast API calls 2023-02-28 09:37:24 +00:00
test-timers-ordering.js timers: use V8 fast API calls 2023-02-28 09:37:24 +00:00
test-timers-promises-scheduler.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 test: use spawn and spawnPromisified instead of exec 2023-08-05 07:29:53 +00: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-active.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js
test-timers-unref-remove-other-unref-timers.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 tls: accept SecureContext object in server.addContext() 2023-04-26 06:39:00 +00:00
test-tls-addca.js
test-tls-alert-handling.js
test-tls-alert.js test: adapt tests for OpenSSL 3.1 2023-06-01 14:52:53 +00:00
test-tls-alpn-server-client.js tls: add ALPNCallback server option for dynamic ALPN negotiation 2023-06-28 14:30:30 +00:00
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js
test-tls-buffersize.js
test-tls-ca-concat.js
test-tls-canonical-ip.js
test-tls-cert-chains-concat.js test: make more crypto tests work with BoringSSL 2023-02-01 19:51:39 +00:00
test-tls-cert-chains-in-ca.js test: make more crypto tests work with BoringSSL 2023-02-01 19:51:39 +00:00
test-tls-cert-ext-encoding.js
test-tls-cert-regression.js
test-tls-check-server-identity.js
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.0.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-client-abort2.js
test-tls-client-abort.js
test-tls-client-auth.js tls: don't treat fatal TLS alerts as EOF 2022-12-12 19:45:58 +00:00
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js tls: support automatic DHE 2023-03-12 18:35:55 +00:00
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-tls-close-event-after-write.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js
test-tls-connect-abort-controller.js
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 net: enable autoSelectFamily by default 2023-04-05 08:31:56 -07:00
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: use lower security level in s_client 2023-05-29 19:23:40 +00:00
test-tls-disable-renegotiation.js
test-tls-ecdh-auto.js test: simplify test-tls-ecdh-auto 2023-03-05 10:45:01 +00:00
test-tls-ecdh-multiple.js test: simplify test-tls-ecdh-multiple 2023-03-09 11:54:28 +00:00
test-tls-ecdh.js
test-tls-econnreset.js
test-tls-empty-sni-context.js test: make more crypto tests work with BoringSSL 2023-02-01 19:51:39 +00:00
test-tls-enable-keylog-cli.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-tls-enable-trace-cli.js
test-tls-enable-trace.js
test-tls-env-bad-extra-ca.js
test-tls-env-extra-ca-file-load.js
test-tls-env-extra-ca-no-crypto.js
test-tls-env-extra-ca.js
test-tls-error-servername.js
test-tls-exportkeyingmaterial.js
test-tls-external-accessor.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-tls-fast-writing.js
test-tls-finished.js
test-tls-friendly-error-message.js
test-tls-generic-stream.js
test-tls-getcertificate-x509.js
test-tls-getcipher.js
test-tls-getprotocol.js test: adapt tests for OpenSSL 3.1 2023-06-01 14:52:53 +00:00
test-tls-handshake-error.js
test-tls-handshake-exception.js
test-tls-handshake-nohang.js
test-tls-hello-parser-failure.js
test-tls-honorcipherorder.js
test-tls-inception.js
test-tls-interleave.js
test-tls-invalid-pfx.js crypto: return clear errors when loading invalid PFX data 2023-09-29 10:56:33 +00:00
test-tls-invoke-queued.js
test-tls-ip-servername-deprecation.js
test-tls-js-stream.js
test-tls-junk-closes-server.js
test-tls-junk-server.js test: remove OpenSSL 1.0.2 error message compat 2023-02-22 06:09:11 +00:00
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-deprecated.js
test-tls-max-send-fragment.js
test-tls-min-max-version.js test: adapt tests for OpenSSL 3.1 2023-06-01 14:52:53 +00:00
test-tls-multi-key.js
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: remove OpenSSL 1.0.2 error message compat 2023-02-22 06:09:11 +00:00
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 tls: don't treat fatal TLS alerts as EOF 2022-12-12 19:45:58 +00:00
test-tls-psk-errors.js
test-tls-psk-server.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-securepair-fiftharg.js
test-tls-securepair-leak.js
test-tls-securepair-server.js
test-tls-server-capture-rejection.js
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js test: remove OpenSSL 1.0.2 error message compat 2023-02-22 06:09:11 +00:00
test-tls-server-parent-constructor-options.js
test-tls-server-setoptions-clientcertengine.js
test-tls-server-verify.js
test-tls-session-cache.js test: adapt tests for OpenSSL 3.1 2023-06-01 14:52:53 +00:00
test-tls-set-ciphers-error.js test: make more crypto tests work with BoringSSL 2023-02-01 19:51:39 +00:00
test-tls-set-ciphers.js tls: don't treat fatal TLS alerts as EOF 2022-12-12 19:45:58 +00:00
test-tls-set-encoding.js
test-tls-set-secure-context.js
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: deflake test-tls-socket-close 2023-09-13 06:04:39 +00:00
test-tls-socket-constructor-alpn-options-parsing.js
test-tls-socket-default-options.js
test-tls-socket-destroy.js
test-tls-socket-failed-handshake-emits-error.js test: remove OpenSSL 1.0.2 error message compat 2023-02-22 06:09:11 +00:00
test-tls-socket-snicallback-without-server.js
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 tools: add prefer-proto rule 2023-01-10 05:38:36 +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
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js
test-tojson-perf_hooks.js
test-trace-atomics-wait.js
test-trace-events-all.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-api-worker-disabled.js
test-trace-events-api.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-async-hooks-dynamic.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-async-hooks-worker.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-async-hooks.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-binding.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-bootstrap.js test: use mustSucceed instead of mustCall 2023-09-25 12:24:14 +00:00
test-trace-events-category-used.js
test-trace-events-console.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-dynamic-enable-workers-disabled.js
test-trace-events-dynamic-enable.js
test-trace-events-environment.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-file-pattern.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-fs-async.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-fs-sync.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-http.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-metadata.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-net.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-none.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-process-exit.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-promises.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-threadpool.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-v8.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-vm.js test: use tmpdir.resolve() 2023-08-15 13:45:34 +00:00
test-trace-events-worker-metadata-with-name.js test: fix some assumptions in tests 2023-07-31 13:09:07 +00:00
test-trace-events-worker-metadata.js test: fix some assumptions in tests 2023-07-31 13:09:07 +00:00
test-trace-exit.js
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 src: fix cb scope bugs involved in termination 2023-02-28 03:17:46 +00:00
test-unicode-node-options.js
test-url-canParse-whatwg.js src: add v8 fast api for url canParse 2023-04-20 16:16:21 +00:00
test-url-domain-ascii-unicode.js
test-url-fileurltopath.js
test-url-format-invalid-input.js
test-url-format-whatwg.js url: handle unicode hostname if empty 2023-08-31 10:25:31 +00:00
test-url-format.js
test-url-is-url.js url: fix isURL detection by checking path 2023-07-29 23:44:14 +05:30
test-url-null-char.js url: improve invalid url performance 2023-09-26 15:40:17 +00:00
test-url-parse-format.js test: validate host with commas on url.parse 2023-07-22 00:52:20 +00:00
test-url-parse-invalid-input.js test: use spawn and spawnPromisified instead of exec 2023-08-05 07:29:53 +00:00
test-url-parse-query.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-url-pathtofileurl.js url: validate pathToFileURL(path) argument as string 2023-08-31 20:35:04 +08:00
test-url-relative.js
test-url-urltooptions.js
test-utf8-scripts.js
test-util-callbackify.js
test-util-deprecate-invalid-code.js
test-util-deprecate.js
test-util-emit-experimental-warning.js
test-util-format.js tools: add prefer-proto rule 2023-01-10 05:38:36 +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.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-util-internal.js
test-util-isDeepStrictEqual.js test: remove obsolete util.isDeepStrictEqual tests 2023-02-20 15:47:03 +01:00
test-util-log.js
test-util-primordial-monkeypatching.js
test-util-promisify-custom-names.mjs
test-util-promisify.js util: runtime deprecate promisify-ing a function returning a Promise 2023-09-18 10:29:13 +00:00
test-util-sigint-watchdog.js
test-util-sleep.js
test-util-types-exists.js
test-util-types.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-util.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
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 v8: support gc profile 2023-01-25 12:02:09 +00:00
test-v8-collect-gc-profile-in-worker.js test: fix test-v8-collect-gc-profile-in-worker.js 2023-02-24 10:11:16 +00:00
test-v8-collect-gc-profile.js v8: support gc profile 2023-01-25 12:02:09 +00:00
test-v8-coverage.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-v8-deserialize-buffer.js
test-v8-flag-pool-size-0.js src: set an appropriate thread pool size if given --v8-pool-size=0 2022-11-21 02:14:28 +00:00
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-getheapsnapshot-twice.js
test-v8-global-setter.js
test-v8-serdes.js
test-v8-serialize-leak.js test: use gcUntil() in test-v8-serialize-leak 2023-08-18 11:17:24 +00:00
test-v8-startup-snapshot-api.js v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructor 2023-04-29 16:50:42 +00:00
test-v8-stats.js test: adapt test-v8-stats for V8 update 2022-11-27 17:27:20 +00:00
test-v8-stop-coverage.js
test-v8-take-coverage-noop.js
test-v8-take-coverage.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-v8-version-tag.js
test-validators.js
test-vfs.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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 vm: expose cachedDataRejected for vm.compileFunction 2023-01-25 20:06:55 +00:00
test-vm-cached-data.js
test-vm-codegen.js
test-vm-context-async-script.js
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-function-declaration.js
test-vm-function-redefinition.js
test-vm-getters.js
test-vm-global-assignment.js
test-vm-global-define-property.js
test-vm-global-get-own.js vm: properly handle defining symbol props 2023-05-26 19:37:36 +00:00
test-vm-global-identity.js
test-vm-global-non-writable-properties.js
test-vm-global-property-interceptors.js
test-vm-global-setter.js vm: properly handle defining props on any value 2023-03-18 09:19:19 +00:00
test-vm-harmony-symbols.js
test-vm-indexed-properties.js
test-vm-inherited_properties.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
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-basic.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-vm-module-cached-data.js
test-vm-module-dynamic-import.js
test-vm-module-dynamic-namespace.js
test-vm-module-errors.js
test-vm-module-import-meta.js
test-vm-module-link.js
test-vm-module-reevaluate.js
test-vm-module-synthetic.js
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-not-strict.js vm: properly handle defining props on any value 2023-03-18 09:19:19 +00:00
test-vm-options-validation.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-throw-in-tostring.js
test-vm-set-property-proxy.js
test-vm-set-proto-null-on-globalthis.js vm: fix crash when setting __proto__ on context's globalThis 2023-05-15 09:24:15 +00:00
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-warn-multipleResolves.mjs
test-warn-sigprof.js
test-warn-stream-wrap.js
test-watch-mode-files_watcher.mjs test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-weakref.js
test-webcrypto-constructors.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-cryptokey-workers.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivebits-cfrg.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivebits-ecdh.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivebits-hkdf.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivebits.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-derivekey-cfrg.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivekey-ecdh.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-derivekey.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-digest.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-encrypt-decrypt-aes.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-encrypt-decrypt-rsa.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-encrypt-decrypt.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-export-import-cfrg.js crypto: remove webcrypto EdDSA key checks and properties 2023-09-01 12:00:16 +00:00
test-webcrypto-export-import-ec.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-export-import-rsa.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-export-import.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-getRandomValues.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-keygen.js crypto: add CryptoKey Symbol.toStringTag 2023-01-18 18:07:26 +00:00
test-webcrypto-random.js test: add getRandomValues return length 2023-05-13 08:40:42 +00:00
test-webcrypto-sign-verify-ecdsa.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-sign-verify-eddsa.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-sign-verify-hmac.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-sign-verify-rsa.js crypto: fix webcrypto private/secret import with empty usages 2023-05-07 10:54:28 +00:00
test-webcrypto-sign-verify.js crypto: use globalThis.crypto over require('crypto').webcrypto 2022-12-16 19:55:42 +00:00
test-webcrypto-util.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-webidl.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
test-webcrypto-wrap-unwrap.js test: fix webcrypto wrap unwrap tests 2023-05-07 10:54:20 +00:00
test-websocket.js lib: add WebSocket client 2023-09-28 13:01:30 +00:00
test-webstream-encoding-inspect.js
test-webstream-readablestream-pipeto.js
test-webstream-string-tag.js
test-webstreams-abort-controller.js stream: add abort signal for ReadableStream and WritableStream 2023-02-17 11:09:08 +00:00
test-webstreams-compose.js stream: enable usage of webstreams on compose() 2023-02-27 08:50:39 +00:00
test-webstreams-finished.js stream: add suport for abort signal in finished() for webstreams 2023-02-02 19:17:26 +00:00
test-webstreams-pipeline.js stream: fix pipeline callback not called on ended stream 2023-02-19 07:00:07 +00:00
test-whatwg-encoding-custom-api-basics.js
test-whatwg-encoding-custom-fatal-streaming.js
test-whatwg-encoding-custom-internals.js lib: update encoding sets in WHATWG API 2023-09-23 12:20:39 +00:00
test-whatwg-encoding-custom-interop.js
test-whatwg-encoding-custom-textdecoder-api-invalid-label.js lib: update encoding sets in WHATWG API 2023-09-23 12:20:39 +00:00
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 lib: update encoding sets in WHATWG API 2023-09-23 12:20:39 +00:00
test-whatwg-events-add-event-listener-options-passive.js
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-whatwg-readablebytestreambyob.js stream: use Buffer.from when constructor is a Buffer 2023-08-26 11:43:58 +00:00
test-whatwg-readablestream.js stream: fix respondWithNewView() errors when view.byteOffset != 0 2023-02-24 12:54:11 +00:00
test-whatwg-readablestream.mjs
test-whatwg-transformstream.js stream: dont access Object.prototype.type during TransformStream init 2023-02-02 19:07:59 +00:00
test-whatwg-url-canparse.js url: fix canParse false value when v8 optimizes 2023-07-17 20:29:05 -04:00
test-whatwg-url-custom-deepequal.js
test-whatwg-url-custom-domainto.js
test-whatwg-url-custom-global.js
test-whatwg-url-custom-href-side-effect.js
test-whatwg-url-custom-inspect.js url: use ada::url_aggregator for parsing urls 2023-04-05 09:05:27 -07:00
test-whatwg-url-custom-parsing.js url: improve invalid url performance 2023-09-26 15:40:17 +00:00
test-whatwg-url-custom-properties.js
test-whatwg-url-custom-searchparams-append.js
test-whatwg-url-custom-searchparams-constructor.js url: do not use object as hashmap 2023-04-07 03:32:26 +00:00
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 url: ensure getter access do not mutate observable symbols 2023-07-24 07:47:47 +00:00
test-whatwg-url-custom-setters.js
test-whatwg-url-custom-tostringtag.js
test-whatwg-url-invalidthis.js url: use private properties for brand check 2023-03-03 21:34:56 +00:00
test-whatwg-url-override-hostname.js
test-whatwg-url-properties.js url: offload URLSearchParams initialization 2023-03-01 17:03:58 +00:00
test-whatwg-url-toascii.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: use private properties for compression 2023-04-13 15:22:47 +00:00
test-whatwg-webstreams-coverage.js stream: use private properties for strategies 2023-04-13 15:22:49 +00:00
test-whatwg-webstreams-encoding.js stream: use private properties for encoding 2023-04-13 15:22:48 +00:00
test-whatwg-webstreams-transfer.js src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +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: improve internal/worker/io.js coverage 2023-07-31 10:01:45 +00:00
test-worker-cjs-workerdata.js
test-worker-cleanexit-with-js.js
test-worker-cleanexit-with-moduleload.js
test-worker-cleanup-handles.js
test-worker-console-listeners.js
test-worker-crypto-sign-transfer-result.js
test-worker-data-url.js test: remove unnecessary noop function args to mustNotCall() 2023-06-24 16:16:07 +02:00
test-worker-debug.js
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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-worker-esmodule.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-snapshot.js
test-worker-heapdump-failure.js
test-worker-http2-generic-streams-terminate.js
test-worker-http2-stream-terminate.js src: fix cb scope bugs involved in termination 2023-02-28 03:17:46 +00:00
test-worker-init-failure.js
test-worker-invalid-workerdata.js
test-worker-load-file-with-extension-other-than-js.js
test-worker-memory.js test: use os.availableParallelism() 2023-01-11 20:07:56 +00:00
test-worker-message-channel-sharedarraybuffer.js
test-worker-message-channel.js worker: protect against user mutating well-known prototypes 2023-08-23 09:06:51 +00:00
test-worker-message-event.js
test-worker-message-not-serializable.js
test-worker-message-port-arraybuffer.js src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
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
test-worker-message-port-inspect-during-init-hook.js
test-worker-message-port-jstransferable-nested-untransferable.js src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +00:00
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-worker-message-port-transfer-fake-js-transferable.js
test-worker-message-port-transfer-filehandle.js
test-worker-message-port-transfer-native.js src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
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 src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
test-worker-message-type-unknown.js
test-worker-messageport-hasref.js
test-worker-mjs-workerdata.js
test-worker-name.js worker: add support for worker name in inspector and trace_events 2023-03-06 16:34:09 +00:00
test-worker-nearheaplimit-deadlock.js
test-worker-nested-on-process-exit.js
test-worker-nested-uncaught.js
test-worker-nexttick-terminate.js
test-worker-no-atomics.js lib: do not crash using workers with disabled shared array buffers 2023-02-18 11:18:04 +01:00
test-worker-no-sab.js lib: do not crash using workers with disabled shared array buffers 2023-02-18 11:18:04 +01:00
test-worker-no-stdin-stdout-interaction.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-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
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-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 process,worker: ensure code after exit() effectless 2022-12-25 09:54:12 +00:00
test-worker-voluntarily-exit-followed-by-throw.js process,worker: ensure code after exit() effectless 2022-12-25 09:54:12 +00:00
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: remove unused callback variables 2023-04-10 10:41:26 -07:00
test-wrap-js-stream-read-stop.js
test-x509-escaping.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
test-zlib-brotli-flush.js
test-zlib-brotli-from-brotli.js test: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
test-zlib-brotli-from-string.js
test-zlib-brotli-kmaxlength-rangeerror.js
test-zlib-brotli.js
test-zlib-bytes-read.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-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: use tmpdir.resolve() 2023-08-15 13:45:44 +00:00
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-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.js
testcfg.py