node/test/parallel
Tobias Nießen dd52c05046 test: avoid deep comparisons with literals
Comparing any value to any non-RegExp literal or undefined using
strictEqual (or notStrictEqual) passes if and only if deepStrictEqual
(or notDeepStrictEqual, respectively) passes.

Unnecessarily using deep comparisons adds confusion.

This patch adds an ESLint rule that forbids the use of deepStrictEqual
and notDeepStrictEqual when the expected value (i.e., the second
argument) is a non-RegExp literal or undefined.

For reference, an ESTree literal is defined as follows.

    extend interface Literal <: Expression {
        type: "Literal";
        value: string | boolean | null | number | RegExp | bigint;
    }

The value `undefined` is an `Identifier` with `name: 'undefined'`.

PR-URL: https://github.com/nodejs/node/pull/40634
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
2021-11-02 10:11:49 +00:00
..
parallel.status test: mark test-domain-error-types flaky 2021-07-13 07:27:44 -07:00
test-abortcontroller.js lib: use ERR_ILLEGAL_CONSTRUCTOR 2021-08-01 14:24:26 +00:00
test-accessor-properties.js
test-arm-math-illegal-instruction.js test: improve test-arm-math-illegal-instruction 2021-03-19 12:15:41 +01:00
test-assert-async.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-assert-builtins-not-read-from-filesystem.js
test-assert-calltracker-calls.js test: increase coverage for assert/calltracker 2021-01-27 10:12:43 +08:00
test-assert-calltracker-report.js tools: improve valid-typeof lint rule 2021-03-28 08:01:44 -07:00
test-assert-calltracker-verify.js
test-assert-checktag.js
test-assert-deep.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00: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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-assert.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +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 async_hooks: switch between native and context hooks correctly 2021-06-05 21:21:03 +02:00
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 lib: properly process JavaScript exceptions on async_hooks fatal error 2021-04-08 08:58:09 +02:00
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 async_hooks: check for empty contexts before removing 2021-06-21 21:29:44 -04:00
test-async-hooks-worker-asyncfn-terminate-1.js
test-async-hooks-worker-asyncfn-terminate-2.js
test-async-hooks-worker-asyncfn-terminate-3.js
test-async-hooks-worker-asyncfn-terminate-4.js
test-async-local-storage-contexts.js src: set PromiseHooks by Environment 2021-06-02 10:56:29 -04:00
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-wrap-constructor.js
test-async-wrap-destroyid.js
test-async-wrap-pop-id-during-load.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-blob-createobjecturl.js url,buffer: implement URL.createObjectURL 2021-08-12 07:23:15 -07:00
test-blob.js buffer: add endings option, remove Node.js specific encoding option 2021-08-14 07:23:54 -07:00
test-blocklist-clone.js net: make net.BlockList cloneable 2021-04-02 06:16:38 -07:00
test-blocklist.js src: compare IPv4 addresses in host byte order 2021-06-22 02:06:46 +00:00
test-bootstrap-modules.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-btoa-atob-global.js buffer: expose btoa and atob as globals 2021-03-25 08:12:52 -07:00
test-buffer-alloc.js
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-backing-arraybuffer.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-badhex.js
test-buffer-bigint64.js
test-buffer-bytelength.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-compare-offset.js
test-buffer-compare.js
test-buffer-concat.js
test-buffer-constants.js
test-buffer-constructor-deprecation-error.js
test-buffer-constructor-node-modules-paths.js
test-buffer-constructor-outside-node-modules.js
test-buffer-copy.js test: improve buffer coverage 2021-06-17 16:29:56 -04:00
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-fakes.js
test-buffer-fill.js test: use conventional argument order in assertion 2021-10-28 07:56:58 -07:00
test-buffer-from.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-includes.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-indexof.js test: improve buffer coverage 2021-06-17 16:29:56 -04:00
test-buffer-inheritance.js
test-buffer-inspect.js
test-buffer-isencoding.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-iterator.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-new.js
test-buffer-no-negative-allocation.js
test-buffer-nopendingdep-map.js
test-buffer-of-no-deprecation.js
test-buffer-over-max-length.js
test-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-pool-untransferable.js
test-buffer-prototype-inspect.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-sharedarraybuffer.js
test-buffer-slice.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-slow.js
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-range.js
test-buffer-tostring-rangeerror.js
test-buffer-tostring.js
test-buffer-write.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-writedouble.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-writefloat.js
test-buffer-writeint.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-writeuint.js
test-buffer-zero-fill-cli.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js
test-child-process-advanced-serialization-largebuffer.js child_process: retain reference to data with advanced serialization 2021-05-23 16:25:50 +02:00
test-child-process-advanced-serialization.js
test-child-process-bad-stdio.js
test-child-process-can-write-to-stdout.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-constructor.js
test-child-process-cwd.js child_process: allow `options.cwd` receive a URL 2021-06-04 14:33:59 +08:00
test-child-process-default-options.js
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 test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-child-process-exec-any-shells-windows.js
test-child-process-exec-cwd.js
test-child-process-exec-encoding.js
test-child-process-exec-env.js
test-child-process-exec-error.js test,child_process: add check for `subProcess.pid` 2021-02-22 12:15:53 +01:00
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.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-execFile-promisified-abortController.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-child-process-execfile-maxbuf.js
test-child-process-execfile.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-child-process-execfilesync-maxbuf.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-execsync-maxbuf.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-exit-code.js
test-child-process-flush-stdio.js
test-child-process-fork-abort-signal.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-child-process-fork-and-spawn.js
test-child-process-fork-args.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-fork-close.js
test-child-process-fork-closed-channel-segfault.js
test-child-process-fork-detached.js
test-child-process-fork-dgram.js
test-child-process-fork-exec-argv.js
test-child-process-fork-exec-path.js
test-child-process-fork-getconnections.js
test-child-process-fork-net-server.js
test-child-process-fork-net-socket.js
test-child-process-fork-net.js
test-child-process-fork-no-shell.js
test-child-process-fork-ref.js
test-child-process-fork-ref2.js
test-child-process-fork-stdio-string-variant.js
test-child-process-fork-stdio.js
test-child-process-fork-timeout-kill-signal.js child_process: add timeout to spawn and fork 2021-03-19 12:12:41 +01:00
test-child-process-fork.js
test-child-process-fork3.js
test-child-process-http-socket-leak.js
test-child-process-internal.js
test-child-process-ipc-next-tick.js
test-child-process-ipc.js
test-child-process-kill.js
test-child-process-no-deprecation.js
test-child-process-pipe-dataflow.js test: improve error reporting in test-child-process-pipe-dataflow 2021-03-08 21:38:40 -08:00
test-child-process-promisified.js
test-child-process-recv-handle.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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 test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-child-process-spawn-error.js test,child_process: add check for `subProcess.pid` 2021-02-22 12:15:53 +01:00
test-child-process-spawn-event.js
test-child-process-spawn-shell.js
test-child-process-spawn-timeout-kill-signal.js child_process: add timeout to spawn and fork 2021-03-19 12:12:41 +01:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-spawnsync-kill-signal.js
test-child-process-spawnsync-maxbuf.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-stdin-ipc.js
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js
test-child-process-stdio-inherit.js
test-child-process-stdio-merge-stdouts-into-cat.js
test-child-process-stdio-overlapped.js
test-child-process-stdio-reuse-readable-stdio.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js
test-child-process-uid-gid.js
test-child-process-validate-stdio.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-child-process-windows-hide.js
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js
test-cli-node-options-disallowed.js
test-cli-node-options.js errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
test-cli-node-print-help.js crypto: make FIPS related options always awailable 2021-02-25 18:12:58 -05:00
test-cli-options-negation.js src: allow to negate boolean CLI flags 2021-06-21 20:18:20 +02:00
test-cli-options-precedence.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-cli-syntax-eval.js
test-cli-syntax-piped-bad.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-cli-syntax-piped-good.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-client-request-destroy.js
test-cluster-advanced-serialization.js
test-cluster-basic.js
test-cluster-bind-privileged-port.js
test-cluster-bind-twice.js
test-cluster-call-and-destroy.js
test-cluster-child-index-dgram.js
test-cluster-child-index-net.js
test-cluster-concurrent-disconnect.js
test-cluster-cwd.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
test-cluster-dgram-bind-fd.js
test-cluster-dgram-ipv6only.js
test-cluster-dgram-reuse.js
test-cluster-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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-listening-port.js
test-cluster-message.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
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-primary-error.js
test-cluster-primary-kill.js
test-cluster-process-disconnect.js
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js
test-cluster-send-deadlock.js
test-cluster-send-handle-twice.js
test-cluster-send-socket-to-worker-http-server.js
test-cluster-server-restart-none.js
test-cluster-server-restart-rr.js
test-cluster-setup-primary-argv.js
test-cluster-setup-primary-cumulative.js
test-cluster-setup-primary-emit.js
test-cluster-setup-primary-multiple.js
test-cluster-setup-primary.js
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js
test-cluster-shared-leak.js
test-cluster-uncaught-exception.js
test-cluster-worker-constructor.js
test-cluster-worker-death.js
test-cluster-worker-destroy.js
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js
test-cluster-worker-events.js
test-cluster-worker-exit.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-cluster-worker-forced-exit.js
test-cluster-worker-init.js
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-common-gc.js
test-common-must-not-call.js
test-common.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02: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-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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-console.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-constants.js
test-corepack-version.js deps: add corepack 2021-08-25 07:55:32 -07:00
test-coverage-with-inspector-disabled.js
test-crypto-aes-wrap.js
test-crypto-async-sign-verify.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-crypto-authenticated-stream.js
test-crypto-authenticated.js crypto: fix crash in CCM mode without data 2021-04-08 22:18:52 +02:00
test-crypto-binary-default.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-crypto-certificate.js
test-crypto-cipher-decipher.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-crypto-cipheriv-decipheriv.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-classes.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-des3-wrap.js
test-crypto-dh-constructor.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-dh-curves.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-dh-leak.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-dh-modp2-views.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-dh-modp2.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-dh-odd-key.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-dh-padding.js
test-crypto-dh-shared.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-dh-stateless.js test: update OpenSSL3 error messages for beta-1 2021-07-21 14:10:51 +02:00
test-crypto-dh.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-ecdh-convert-key.js crypto: use compatible ecdh function 2021-06-30 10:14:17 +02:00
test-crypto-engine.js test: test `crypto.setEngine()` using an actual engine 2021-10-30 08:46:02 +00:00
test-crypto-fips.js src,test: raise error for --enable-fips when no FIPS 2021-06-08 11:42:00 +02:00
test-crypto-from-binary.js
test-crypto-getcipherinfo.js
test-crypto-hash-stream-pipe.js
test-crypto-hash.js
test-crypto-hkdf.js doc,lib,test: rename HKDF 'key' argument 2021-07-26 08:41:42 -07:00
test-crypto-hmac.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-crypto-key-objects-messageport.js
test-crypto-key-objects.js test: update OpenSSL3 error messages for 3.0.0+quic 2021-09-13 18:08:42 +00:00
test-crypto-keygen-deprecation.js crypto: add rsa-pss keygen parameters 2021-09-05 10:14:29 +02:00
test-crypto-keygen.js test: update OpenSSL3 error messages for 3.0.0+quic 2021-09-13 18:08:42 +00:00
test-crypto-lazy-transform-writable.js
test-crypto-modp1-error.js test: split test-crypto-dh.js 2021-10-19 15:36:42 +08:00
test-crypto-op-during-process-exit.js
test-crypto-padding-aes256.js
test-crypto-padding.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-pbkdf2.js src: fix abort in pbkdf2 2021-04-24 16:34:58 +02:00
test-crypto-prime.js test: only run prime test with supported OpenSSL 2021-02-08 16:48:49 -08:00
test-crypto-private-decrypt-gh32240.js test: update OpenSSL 3.0.0-alpha15 error messages 2021-05-06 10:19:00 -04:00
test-crypto-random.js crypto: reduce range of size to int max 2021-04-12 14:49:13 -07:00
test-crypto-randomfillsync-regression.js
test-crypto-randomuuid.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-crypto-rsa-dsa.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-crypto-scrypt.js crypto: fix scrypt keylen validation 2021-04-26 11:50:24 -07:00
test-crypto-secret-keygen.js
test-crypto-secure-heap.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-sign-verify.js crypto: fix rsa-pss one-shot sign/verify error handling 2021-08-28 11:59:22 +00:00
test-crypto-stream.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-crypto-subtle-zero-length.js src,crypto: fix 0-length output crash in webcrypto 2021-06-26 14:21:49 +00:00
test-crypto-update-encoding.js
test-crypto-verify-failure.js
test-crypto-webcrypto-aes-decrypt-tag-too-small.js crypto: fix aes crash when tag length too small 2021-06-15 14:21:28 +08:00
test-crypto-worker-thread.js
test-crypto-x509.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-crypto.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
test-cwd-enoent.js
test-datetime-change-notify.js test: fix test-datetime-change-notify after daylight change 2021-11-01 09:28:33 -07:00
test-debugger-address.js test: move test-debugger-address to parallel 2021-07-04 07:42:48 -07:00
test-debugger-pid.js
test-debugger-unavailable-port.js test: move debugger test case to parallel 2021-07-09 17:04:07 -07:00
test-debugger-websocket-secret-mismatch.js test: add test for WebSocket secret verification in debugger 2021-07-18 14:53:23 -07:00
test-delayed-require.js
test-dgram-address.js
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: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-dgram-close.js
test-dgram-cluster-bind-error.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-dgram-cluster-close-during-bind.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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dgram-custom-lookup.js
test-dgram-deprecation-error.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-dgram-ref.js
test-dgram-send-address-types.js dgram: tighten `address` validation in `socket.send` 2021-09-18 15:51:00 +02:00
test-dgram-send-bad-arguments.js dgram: fix send with out of bounds offset + length 2021-10-25 13:26:24 +00:00
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-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: fix test-dgram-udp6-link-local-address on Windows 2021-09-20 14:07:25 +00:00
test-dgram-udp6-send-default-host.js
test-dgram-unref.js
test-diagnostics-channel-has-subscribers.js
test-diagnostics-channel-http-server-start.js
test-diagnostics-channel-object-channel-pub-sub.js lib: add return value for DC channel.unsubscribe 2021-10-19 14:46:13 +00:00
test-diagnostics-channel-safe-subscriber-errors.js
test-diagnostics-channel-symbol-named.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 dns: allow `--dns-result-order` to change default dns verbatim 2021-06-02 19:28:05 +02:00
test-dns-default-verbatim-true.js dns: allow `--dns-result-order` to change default dns verbatim 2021-06-02 19:28:05 +02:00
test-dns-lookup-promises.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dns-lookup.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-dns-lookupService-promises.js
test-dns-lookupService.js
test-dns-memory-error.js
test-dns-multi-channel.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dns-promises-exists.js
test-dns-resolve-promises.js
test-dns-resolveany-bad-ancount.js
test-dns-resolveany.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dns-resolvens-typeerror.js
test-dns-set-default-order.js dns: allow `--dns-result-order` to change default dns verbatim 2021-06-02 19:28:05 +02:00
test-dns-setlocaladdress.js
test-dns-setserver-when-querying.js
test-dns-setservers-type-check.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dns.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-domain-abort-on-uncaught.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-domain-add-remove.js
test-domain-async-id-map-leak.js
test-domain-bind-timeout.js
test-domain-crypto.js
test-domain-dep0097.js domain: add name to monkey-patched emit function 2021-03-03 12:51:15 -05:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-domain-intercept.js
test-domain-load-after-set-uncaught-exception-capture.js
test-domain-multi.js
test-domain-multiple-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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-with-abort-on-uncaught-exception.js
test-dsa-fips-invalid-key.js
test-dummy-stdio.js
test-emit-after-uncaught-exception.js
test-env-newprotomethod-remove-unnecessary-prototypes.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-env-var-no-warnings.js
test-err-name-deprecation.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-error-aggregateTwoErrors.js lib: aggregate errors to avoid error swallowing 2021-03-19 12:43:03 +01:00
test-error-prepare-stack-trace.js
test-error-reporting.js errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
test-error-serdes.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-errors-systemerror-frozen-intrinsics.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror-stackTraceLimit-custom-setter.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror-stackTraceLimit-deleted.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror-stackTraceLimit-has-only-a-getter.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror-stackTraceLimit-not-writable.js lib: avoid mutating `Error.stackTraceLimit` when it is not writable 2021-04-15 00:17:16 +02:00
test-errors-systemerror.js
test-eslint-alphabetize-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-async-iife-no-unused-result.js
test-eslint-crypto-check.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-documented-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-duplicate-requires.js
test-eslint-eslint-check.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-inspector-check.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-lowercase-name-for-primitive.js
test-eslint-no-array-destructuring.js tools: add ESLint rule no-array-destructuring 2021-03-03 19:53:28 +01:00
test-eslint-no-unescaped-regexp-dot.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-non-ascii-character.js tools: remove fixer for non-ascii-character ESLint custom rule 2021-04-28 10:35:32 -07:00
test-eslint-prefer-assert-iferror.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-prefer-assert-methods.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-prefer-common-mustnotcall.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-prefer-common-mustsucceed.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-prefer-primordials.js tools: refactor prefer-primordials 2021-02-16 17:58:31 +01:00
test-eslint-prefer-util-format-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-require-common-first.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eslint-required-modules.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-eval-strict-referenceerror.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-event-capture-rejections.js
test-event-emitter-add-listeners.js
test-event-emitter-check-listener-leaks.js
test-event-emitter-emit-context.js test: improve coverage of lib/events.js 2021-06-11 02:35:14 +00:00
test-event-emitter-error-monitor.js
test-event-emitter-errors.js
test-event-emitter-get-max-listeners.js
test-event-emitter-invalid-listener.js
test-event-emitter-listener-count.js
test-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js
test-event-emitter-max-listeners-warning-for-null.js
test-event-emitter-max-listeners-warning-for-symbol.js
test-event-emitter-max-listeners-warning.js
test-event-emitter-max-listeners.js
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js
test-event-emitter-prepend.js
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-event-emitter-subclass.js
test-event-emitter-symbols.js
test-events-list.js
test-events-on-async-iterator.js test: improve coverage of lib/events.js 2021-06-11 02:35:14 +00:00
test-events-once.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-events-static-geteventlisteners.js lib: add weak event handlers 2021-02-06 19:01:53 +02:00
test-events-uncaught-exception-stack.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-eventtarget-brandcheck.js events: add brand checks for detached accessors 2021-08-25 08:20:50 -07:00
test-eventtarget-memoryleakwarning.js
test-eventtarget-once-twice.js
test-eventtarget-whatwg-customevent.js
test-eventtarget-whatwg-once.js
test-eventtarget-whatwg-passive.js
test-eventtarget-whatwg-signal.js events: remove return value on addEventListener 2021-03-13 17:56:48 +01:00
test-eventtarget.js events: allow dispatch many times without listener 2021-09-26 21:09:06 +02:00
test-exception-handler.js
test-exception-handler2.js
test-file-read-noexist.js
test-file-validate-mode-flag.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-file-write-stream.js
test-file-write-stream2.js
test-file-write-stream3.js
test-file-write-stream4.js
test-filehandle-close.js
test-filehandle-readablestream.js fs: add FileHandle.prototype.readableWebStream() 2021-07-15 13:43:20 -07:00
test-fixed-queue.js
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-freeze-intrinsics.js bootstrap: freeze more intrinsics 2021-04-21 23:19:41 +02:00
test-fs-access.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-append-file-sync.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-append-file.js fs: add support for async iterators to `fsPromises.writeFile` 2021-04-04 12:24:53 +02:00
test-fs-assert-encoding-error.js
test-fs-buffer.js
test-fs-buffertype-writesync.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-chmod-mask.js
test-fs-chmod.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-fs-chown-type-check.js
test-fs-close-errors.js
test-fs-close.js
test-fs-copyfile-respect-permissions.js
test-fs-copyfile.js
test-fs-cp.mjs fs: add recursive cp method 2021-08-11 19:53:32 -07:00
test-fs-empty-readStream.js
test-fs-error-messages.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-fs-exists.js
test-fs-existssync-false.js
test-fs-fchmod.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-fs-fchown.js
test-fs-filehandle-use-after-close.js
test-fs-filehandle.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-fmap.js
test-fs-fsync.js
test-fs-lchmod.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-fs-lchown.js
test-fs-link.js
test-fs-long-path.js
test-fs-make-callback.js
test-fs-makeStatsCallback.js
test-fs-mkdir-mode-mask.js
test-fs-mkdir-recursive-eaccess.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-mkdir-rmdir.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-fs-mkdir.js test: test mode passed as an options object in mkdir/mkdirSync 2021-01-23 11:05:26 -08:00
test-fs-mkdtemp-prefix-check.js fs: allow empty string for temp directory prefix 2021-06-26 16:34:13 +02:00
test-fs-mkdtemp.js
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js
test-fs-open-flags.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-fs-open-mode-mask.js
test-fs-open-no-close.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-open-numeric-flags.js
test-fs-open.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-fs-opendir.js
test-fs-options-immutable.js
test-fs-promises-exists.js
test-fs-promises-file-handle-aggregate-errors.js fs: aggregate errors in fsPromises to avoid error swallowing 2021-04-26 11:53:25 -07:00
test-fs-promises-file-handle-append-file.js
test-fs-promises-file-handle-chmod.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-promises-file-handle-close-errors.js fs: aggregate errors in fsPromises to avoid error swallowing 2021-04-26 11:53:25 -07:00
test-fs-promises-file-handle-close.js
test-fs-promises-file-handle-op-errors.js fs: aggregate errors in fsPromises to avoid error swallowing 2021-04-26 11:53:25 -07:00
test-fs-promises-file-handle-read-worker.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-promises-file-handle-read.js fs: allow no-params fsPromises fileHandle read 2021-04-21 23:22:31 +02:00
test-fs-promises-file-handle-readFile.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-promises-file-handle-stat.js
test-fs-promises-file-handle-stream.js fs: add stream utilities to `FileHandle` 2021-09-25 07:57:31 -07:00
test-fs-promises-file-handle-sync.js
test-fs-promises-file-handle-truncate.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-promises-file-handle-write.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-promises-file-handle-writeFile.js fs: add docs and tests for `AsyncIterable` support in `fh.writeFile` 2021-08-30 00:45:37 +02:00
test-fs-promises-readfile-empty.js
test-fs-promises-readfile-with-fd.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-promises-readfile.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-fs-promises-watch.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-promises-writefile-typedarray.js
test-fs-promises-writefile-with-fd.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-promises-writefile.js fs: add docs and tests for `AsyncIterable` support in `fh.writeFile` 2021-08-30 00:45:37 +02:00
test-fs-promises.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-promisified.js
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: deflake test-fs-read-optional-params 2021-04-03 07:22:11 +02:00
test-fs-read-promises-optional-params.js
test-fs-read-stream-autoClose.js
test-fs-read-stream-concurrent-reads.js
test-fs-read-stream-double-close.js
test-fs-read-stream-encoding.js
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js
test-fs-read-stream-fd.js test: add test for readStream.path when fd is specified 2021-10-09 17:22:47 +00:00
test-fs-read-stream-file-handle.js test: improve test coverage of `fs.ReadStream` with `FileHandle` 2021-10-09 17:11:24 +00:00
test-fs-read-stream-inherit.js
test-fs-read-stream-patch-open.js
test-fs-read-stream-pos.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-read-stream.js
test-fs-read-type.js test: use error code mapping in place of raw errno 2021-08-28 08:42:44 -07:00
test-fs-read-zero-length.js
test-fs-read.js test: adapt test-fs-read to V8 9.3 2021-08-30 21:03:32 +02:00
test-fs-readSync-optional-params.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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-fs-readfile-fd.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-readfile-flags.js
test-fs-readfile-pipe-large.js
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js
test-fs-readfile-zero-byte-liar.js
test-fs-readfile.js test: improve fs coverage 2021-05-06 10:39:23 -07:00
test-fs-readfilesync-enoent.js
test-fs-readfilesync-pipe-large.js
test-fs-readlink-type-check.js
test-fs-readv-promises.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-readv-promisify.js
test-fs-readv-sync.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-readv.js
test-fs-ready-event-stream.js
test-fs-realpath-buffer-encoding.js
test-fs-realpath-native.js
test-fs-realpath-on-substed-drive.js
test-fs-realpath-pipe.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-realpath.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-rename-type-check.js
test-fs-rm.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
test-fs-rmdir-recursive-sync-warns-not-found.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-recursive-sync-warns-on-file.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-recursive-throws-not-found.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-recursive-throws-on-file.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-recursive-warns-not-found.js fs: runtime deprecate rmdir recursive option 2021-03-19 12:41:13 +01:00
test-fs-rmdir-recursive-warns-on-file.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-recursive.js fs: remove permissive rmdir recursive 2021-03-20 19:17:28 +01:00
test-fs-rmdir-type-check.js
test-fs-sir-writes-alot.js
test-fs-stat-bigint.js
test-fs-stat.js fs: allow passing negative zero fd 2021-02-06 05:09:21 -08: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-fs-stream-options.js fs: add validation for fd and path 2021-03-20 19:10:39 +01:00
test-fs-symlink-buffer-path.js
test-fs-symlink-dir-junction-relative.js
test-fs-symlink-dir-junction.js
test-fs-symlink-dir.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-symlink-longpath.js
test-fs-symlink.js
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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 fs: fixup negative length in fs.truncate 2021-02-25 14:45:08 -08:00
test-fs-unlink-type-check.js
test-fs-util-validateoffsetlength.js test: improve coverage of fs internal utils 2021-06-02 13:45:29 +08:00
test-fs-utils-get-dirents.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-utimes-y2K38.js test: relax Y2K38 check in test-fs-utimes-y2K38 2021-03-22 08:16:13 -07:00
test-fs-utimes.js test: fix test-fs-utimes on non-Y2K38 file systems 2021-03-17 21:48:35 -07:00
test-fs-watch-abort-signal.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-fs-watch-close-when-destroyed.js
test-fs-watch-encoding.js
test-fs-watch-enoent.js
test-fs-watch-file-enoent-after-deletion.js
test-fs-watch-recursive.js
test-fs-watch-ref-unref.js
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-fs-watchfile-bigint.js
test-fs-watchfile-ref-unref.js
test-fs-watchfile.js
test-fs-whatwg-url.js
test-fs-write-buffer-large.js fs: fix error when writing buffers > INT32_MAX 2021-05-10 15:04:37 -07:00
test-fs-write-buffer.js fs: use byteLength to handle ArrayBuffer views 2021-04-12 14:39:13 -07:00
test-fs-write-file-buffer.js
test-fs-write-file-invalid-path.js
test-fs-write-file-sync.js
test-fs-write-file-typedarrays.js
test-fs-write-file.js test: improve coverage of lib/fs.js 2021-05-21 15:44:40 -07:00
test-fs-write-negativeoffset.js src: fix validation of negative offset to avoid abort 2021-04-28 11:04:42 -07:00
test-fs-write-no-fd.js
test-fs-write-reuse-callback.js
test-fs-write-sigxfsz.js
test-fs-write-stream-autoclose-option.js
test-fs-write-stream-change-open.js
test-fs-write-stream-close-without-callback.js
test-fs-write-stream-double-close.js
test-fs-write-stream-encoding.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-file-handle.js test: improve test coverage of `fs.ReadStream` with `FileHandle` 2021-10-09 17:11:24 +00:00
test-fs-write-stream-fs.js
test-fs-write-stream-patch-open.js
test-fs-write-stream-throw-type-error.js
test-fs-write-stream.js
test-fs-write-sync.js
test-fs-write.js fs: validate encoding to binding.writeString() 2021-04-11 23:57:29 -04:00
test-fs-writefile-with-fd.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-writev-promises.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-writev-sync.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-fs-writev.js
test-gc-http-client-connaborted.js
test-gc-http-client-onerror.js
test-gc-http-client-timeout.js
test-gc-net-timeout.js
test-gc-tls-external-memory.js
test-global-console-exists.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-global-domexception.js lib: expose `DOMException` as global 2021-08-06 12:45:14 -07:00
test-global-encoder.js
test-global-setters.js
test-global.js lib: add structuredClone() global 2021-08-28 08:55:01 -07:00
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed.js
test-heapdump-async-hooks-init-promise.js
test-heapsnapshot-near-heap-limit-worker.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 http: fix double AbortSignal registration 2021-03-20 12:52:04 -07:00
test-http-agent-close.js
test-http-agent-destroyed-socket.js
test-http-agent-domain-reused-gc.js
test-http-agent-error-on-idle.js
test-http-agent-false.js
test-http-agent-getname.js
test-http-agent-keepalive.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http-agent-maxsockets-respected.js
test-http-agent-maxsockets.js
test-http-agent-maxtotalsockets.js
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent-remove.js
test-http-agent-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-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-http-chunked-304.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-chunked-smuggling.js test: fix test description 2021-10-19 20:21:50 +02:00
test-http-chunked.js
test-http-client-abort-destroy.js http: fix double AbortSignal registration 2021-03-20 12:52:04 -07:00
test-http-client-abort-event.js
test-http-client-abort-keep-alive-destroy-res.js
test-http-client-abort-keep-alive-queued-tcp-socket.js
test-http-client-abort-keep-alive-queued-unix-socket.js
test-http-client-abort-no-agent.js
test-http-client-abort-response-event.js
test-http-client-abort-unix-socket.js
test-http-client-abort.js
test-http-client-abort2.js
test-http-client-abort3.js http: fix ClientRequest unhandled errors 2021-02-03 23:05:34 +01:00
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-default-headers-exist.js
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-error-rawbytes.js
test-http-client-finished.js
test-http-client-get-url.js
test-http-client-headers-array.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-client-headers-host-array.js
test-http-client-immediate-error.js
test-http-client-incomingmessage-destroy.js
test-http-client-invalid-path.js
test-http-client-keep-alive-release-before-finish.js
test-http-client-override-global-agent.js
test-http-client-parse-error.js http: remove 'data' and 'end' listener if client parser error 2021-09-30 16:35:34 +00:00
test-http-client-pipe-end.js
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js
test-http-client-readable.js
test-http-client-reject-chunked-with-content-length.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-client-reject-cr-no-lf.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-client-reject-unexpected-agent.js
test-http-client-req-error-dont-double-fire.js
test-http-client-res-destroyed.js
test-http-client-response-domain.js
test-http-client-response-timeout.js
test-http-client-set-timeout-after-end.js
test-http-client-set-timeout.js
test-http-client-spurious-aborted.js
test-http-client-timeout-agent.js
test-http-client-timeout-connect-listener.js
test-http-client-timeout-event.js
test-http-client-timeout-on-connect.js
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option-with-agent.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js
test-http-content-length.js
test-http-contentLength0.js
test-http-correct-hostname.js
test-http-createConnection.js test: improve coverage of lib/_http_client.js 2021-05-14 15:55:09 -07:00
test-http-date-header.js
test-http-debug.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-decoded-auth.js http: decodes url.username and url.password for authorization header 2021-07-28 13:39:33 -07:00
test-http-default-encoding.js
test-http-default-port.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-destroyed-socket-write2.js
test-http-dns-error.js
test-http-double-content-length.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-dump-req-when-res-ends.js
test-http-end-throw-socket-handling.js
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-expect-continue.js
test-http-expect-handling.js
test-http-extra-response.js
test-http-flush-headers.js
test-http-flush-response-headers.js
test-http-full-response.js
test-http-generic-streams.js
test-http-get-pipeline-problem.js
test-http-head-request.js
test-http-head-response-has-no-body-end.js
test-http-head-response-has-no-body.js
test-http-header-badrequest.js
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-hex-write.js
test-http-highwatermark.js
test-http-host-header-ipv6-fail.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: improve coverage of lib/_http_outgoing.js 2021-05-21 15:42:15 -07:00
test-http-information-processing.js
test-http-insecure-parser-per-stream.js test: improve coverage of lib/_http_client.js 2021-05-14 15:55:09 -07:00
test-http-insecure-parser.js
test-http-invalid-path-chars.js
test-http-invalid-te.js
test-http-invalid-urls.js
test-http-invalidheaderfield.js
test-http-invalidheaderfield2.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-keep-alive-close-on-header.js
test-http-keep-alive-max-requests.js http: limit requests per connection 2021-09-19 16:28:20 +02:00
test-http-keep-alive-pipeline-max-requests.js http: limit requests per connection 2021-09-19 16:28:20 +02: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 dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-http-malformed-request.js
test-http-many-ended-pipelines.js test: deflake test-http-many-ended-pipelines 2021-04-08 19:29:56 +02:00
test-http-max-header-size-per-stream.js
test-http-max-header-size.js
test-http-max-headers-count.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-max-http-headers.js
test-http-methods.js deps: update llhttp to 6.0.1 2021-04-25 15:33:41 -07:00
test-http-multi-line-headers.js
test-http-mutable-headers.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http-no-content-length.js
test-http-no-read-no-dump.js
test-http-outgoing-buffer.js
test-http-outgoing-destroy.js
test-http-outgoing-destroyed.js
test-http-outgoing-end-cork.js
test-http-outgoing-end-multiple.js Revert "http: align with stream.Writable" 2021-03-31 17:18:30 +02:00
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
test-http-outgoing-internal-headernames-setter.js
test-http-outgoing-internal-headers.js test: http outgoing _headers setter null 2021-06-11 10:06:54 +08:00
test-http-outgoing-message-capture-rejection.js Revert "http: align with stream.Writable" 2021-03-31 17:18:30 +02:00
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-parser-free.js
test-http-parser-freed-before-upgrade.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-parser-lazy-loaded.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-parser-memory-retention.js
test-http-parser-timeout-reset.js deps: update llhttp to 5.1.0 2021-04-10 14:31:34 -07:00
test-http-parser.js
test-http-pause-no-dump.js
test-http-pause-resume-one-end.js
test-http-pause.js
test-http-perf_hooks.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-pipe-fs.js
test-http-pipeline-assertionerror-finish.js deps: update llhttp to 5.1.0 2021-04-10 14:31:34 -07:00
test-http-pipeline-flood.js
test-http-pipeline-requests-connection-leak.js
test-http-pipeline-socket-parser-typeerror.js
test-http-proxy.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-raw-headers.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-readable-data-event.js
test-http-remove-header-stays-removed.js
test-http-req-close-robust-from-tampering.js test,http: check that http server is robust from handler abuse 2021-04-08 05:20:01 -07: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-invalid-method-error.js
test-http-request-large-payload.js
test-http-request-methods.js
test-http-request-smuggling-content-length.js http: add regression test for smuggling content length 2021-10-12 15:40:03 +01:00
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 http: response should always emit 'close' 2021-10-25 07:35:24 +00:00
test-http-response-cork.js
test-http-response-multi-content-length.js
test-http-response-multiheaders.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js
test-http-response-splitting.js
test-http-response-status-message.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-response-statuscode.js
test-http-response-writehead-returns-this.js
test-http-same-map.js
test-http-server-capture-rejections.js
test-http-server-client-error.js
test-http-server-consumed-timeout.js
test-http-server-de-chunked-trailer.js
test-http-server-delete-parser.js
test-http-server-destroy-socket-on-client-error.js deps: update llhttp to 5.1.0 2021-04-10 14:31:34 -07:00
test-http-server-incomingmessage-destroy.js
test-http-server-keep-alive-defaults.js http: use 0 as default for requests limit 2021-09-27 11:45:24 +02:00
test-http-server-keep-alive-max-requests-null.js http: use 0 as default for requests limit 2021-09-27 11:45:24 +02:00
test-http-server-keep-alive-timeout.js
test-http-server-keepalive-end.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-server-keepalive-req-gc.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-server-multiheaders.js
test-http-server-multiheaders2.js
test-http-server-options-incoming-message.js
test-http-server-options-server-response.js
test-http-server-reject-chunked-with-content-length.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-server-reject-cr-no-lf.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-server-request-timeout-delayed-body.js test: fix flaky timeout-delayed-body and headers tests 2021-04-05 07:49:01 -07:00
test-http-server-request-timeout-delayed-headers.js test: fix flaky timeout-delayed-body and headers tests 2021-04-05 07:49:01 -07:00
test-http-server-request-timeout-interrupted-body.js test: fix flaky timeout-delayed-body and headers tests 2021-04-05 07:49:01 -07:00
test-http-server-request-timeout-interrupted-headers.js test: fix flaky timeout-delayed-body and headers tests 2021-04-05 07:49:01 -07:00
test-http-server-request-timeout-keepalive.js
test-http-server-request-timeout-upgrade.js test: fix flaky timeout-delayed-body and headers tests 2021-04-05 07:49:01 -07:00
test-http-server-response-standalone.js
test-http-server-stale-close.js
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server-write-after-end.js
test-http-server-write-end-after-end.js
test-http-server.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http-set-cookies.js
test-http-set-header-chain.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-slow-headers-keepalive-multiple-requests.js
test-http-slow-headers-keepalive.js
test-http-slow-headers.js
test-http-socket-encoding-error.js
test-http-status-code.js
test-http-status-message.js
test-http-status-reason-invalid-chars.js
test-http-sync-write-error-during-continue.js
test-http-timeout-client-warning.js
test-http-timeout-overflow.js
test-http-timeout.js
test-http-transfer-encoding-smuggling.js
test-http-uncaught-from-request-callback.js
test-http-unix-socket-keep-alive.js
test-http-unix-socket.js
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-binary.js
test-http-upgrade-client.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-http-upgrade-client2.js
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server.js
test-http-upgrade-server2.js
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js
test-http-url.parse-only-support-http-https-protocol.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-url.parse-path.js
test-http-url.parse-post.js
test-http-url.parse-search.js
test-http-wget.js
test-http-writable-true-after-close.js
test-http-write-callbacks.js
test-http-write-empty-string.js
test-http-write-head-2.js test: convert anonymous function to arrow function 2021-08-02 13:22:00 +00:00
test-http-write-head.js
test-http-zero-length-write.js
test-http-zerolengthbuffer.js
test-http.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http2-altsvc.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-backpressure.js
test-http2-binding.js
test-http2-buffersize.js test: deflake test-http2-buffersize 2021-08-02 18:42:44 +02:00
test-http2-byteswritten-server.js
test-http2-cancel-while-client-reading.js http2: add tests for cancel event while client is paused reading 2021-08-06 14:40:02 +01:00
test-http2-capture-rejection.js
test-http2-clean-output.js test: validate no debug info for http2 2021-02-23 17:55:10 -05:00
test-http2-client-data-end.js
test-http2-client-destroy.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-client-http1-server.js deps: update llhttp to 5.1.0 2021-04-10 14:31:34 -07:00
test-http2-client-jsstream-destroy.js
test-http2-client-onconnect-errors.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
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
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-close-while-writing.js
test-http2-compat-aborted.js
test-http2-compat-client-upload-reject.js
test-http2-compat-errors.js
test-http2-compat-expect-continue-check.js
test-http2-compat-expect-continue.js
test-http2-compat-expect-handling.js
test-http2-compat-method-connect.js
test-http2-compat-serverrequest-end.js
test-http2-compat-serverrequest-headers.js
test-http2-compat-serverrequest-host.js
test-http2-compat-serverrequest-pause.js
test-http2-compat-serverrequest-pipe.js
test-http2-compat-serverrequest-settimeout.js
test-http2-compat-serverrequest-trailers.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-compat-serverrequest.js
test-http2-compat-serverresponse-close.js
test-http2-compat-serverresponse-createpushresponse.js
test-http2-compat-serverresponse-destroy.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-compat-serverresponse-drain.js
test-http2-compat-serverresponse-end-after-statuses-without-body.js
test-http2-compat-serverresponse-end.js
test-http2-compat-serverresponse-finished.js
test-http2-compat-serverresponse-flushheaders.js
test-http2-compat-serverresponse-headers-after-destroy.js
test-http2-compat-serverresponse-headers-send-date.js
test-http2-compat-serverresponse-headers.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-compat-serverresponse-writehead.js
test-http2-compat-serverresponse.js http2: make res.req a normal property 2021-03-13 12:44:40 -05:00
test-http2-compat-short-stream-client-server.js
test-http2-compat-socket-destroy-delayed.js
test-http2-compat-socket-set.js stream: error Duplex write/read if not writable/readable 2021-07-02 22:11:16 +02:00
test-http2-compat-socket.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 dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-http2-connect-tls-with-delay.js
test-http2-connect.js
test-http2-cookies.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-create-client-connect.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-destroy-after-write.js
test-http2-dont-lose-data.js
test-http2-dont-override.js
test-http2-empty-frame-without-eof.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-endafterheaders.js
test-http2-error-order.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-forget-closed-streams.js
test-http2-generic-streams-sendfile.js
test-http2-generic-streams.js
test-http2-getpackedsettings.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-goaway-opaquedata.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http2-head-request.js
test-http2-https-fallback-http-server-options.js
test-http2-https-fallback.js
test-http2-info-headers-errors.js
test-http2-info-headers.js
test-http2-invalidargtypes-errors.js
test-http2-invalidheaderfield.js test: fix typo in test-http2-invalidheaderfield.js 2021-06-14 08:27:01 -07:00
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 stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-max-invalid-frames.js
test-http2-max-session-memory-leak.js
test-http2-max-settings.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-http2-methods.js deps: update `nghttp2` to v1.45.1 2021-09-27 02:34:00 +00:00
test-http2-misbehaving-flow-control-paused.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-misbehaving-flow-control.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-misbehaving-multiplex.js
test-http2-misc-util.js
test-http2-misused-pseudoheaders.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-multi-content-length.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-multiheaders-raw.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-multiheaders.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http2-multiplex.js deps: update `nghttp2` to v1.45.1 2021-09-27 02:34:00 +00:00
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-reserved-streams.js
test-http2-options-server-request.js
test-http2-options-server-response.js
test-http2-origin.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-pack-end-stream-flag.js test: fix flaky test-http2-pack-end-stream-flag 2021-03-22 10:57:21 -07:00
test-http2-padding-aligned.js
test-http2-perf_hooks.js perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
test-http2-ping-settings-heapdump.js
test-http2-ping-unsolicited-ack.js
test-http2-ping.js
test-http2-pipe-named-pipe.js
test-http2-pipe.js
test-http2-priority-cycle-.js
test-http2-priority-event.js
test-http2-propagate-session-destroy-code.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http2-removed-header-stays-removed.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-http2-request-remove-connect-listener.js
test-http2-request-response-proto.js
test-http2-res-corked.js
test-http2-res-writable-properties.js
test-http2-reset-flood.js
test-http2-respond-errors.js
test-http2-respond-file-204.js
test-http2-respond-file-304.js
test-http2-respond-file-404.js
test-http2-respond-file-compat.js
test-http2-respond-file-error-dir.js
test-http2-respond-file-error-pipe-offset.js
test-http2-respond-file-errors.js
test-http2-respond-file-fd-errors.js
test-http2-respond-file-fd-invalid.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-respond-file-fd-range.js
test-http2-respond-file-fd.js
test-http2-respond-file-filehandle.js
test-http2-respond-file-push.js
test-http2-respond-file-range.js
test-http2-respond-file-with-pipe.js
test-http2-respond-file.js
test-http2-respond-nghttperrors.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-respond-no-data.js
test-http2-respond-with-fd-errors.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-respond-with-file-connection-abort.js
test-http2-response-splitting.js
test-http2-sensitive-headers.js
test-http2-sent-headers.js
test-http2-serve-file.js
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-server-shutdown-options-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-server-shutdown-redundant.js
test-http2-server-socket-destroy.js stream: do not emit `end` on readable error 2021-08-05 09:58:01 +00:00
test-http2-server-startup.js
test-http2-server-stream-session-destroy.js
test-http2-server-timeout.js
test-http2-server-unknown-protocol.js http2: add unknownProtocol timeout 2021-02-23 11:25:59 +00:00
test-http2-session-gc-while-write-scheduled.js
test-http2-session-settings.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-session-stream-state.js
test-http2-session-timeout.js
test-http2-session-unref.js
test-http2-settings-unsolicited-ack.js
test-http2-short-stream-client-server.js
test-http2-single-headers.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-http2-stream-destroy-event-order.js
test-http2-stream-removelisteners-after-close.js
test-http2-timeouts.js
test-http2-tls-disconnect.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-util-headers-list.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js
test-http2-window-size.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http2-write-callbacks.js
test-http2-write-empty-string.js
test-http2-write-finishes-after-stream-destroy.js
test-http2-zero-length-header.js
test-http2-zero-length-write.js
test-https-abortcontroller.js net,tls: add abort signal support to connect 2021-04-01 12:40:49 -07:00
test-https-agent-abort-controller.js net,tls: add abort signal support to connect 2021-04-01 12:40:49 -07:00
test-https-agent-additional-options.js test: add tests for missing https agent options 2021-04-14 16:29:21 -07:00
test-https-agent-constructor.js
test-https-agent-create-connection.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02: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 src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-https-agent-session-injection.js
test-https-agent-session-reuse.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-https-agent-sni.js
test-https-agent-sockets-leak.js
test-https-agent-unref-socket.js test: use localhost test instead of connecting to remote 2021-06-26 14:22:05 +00:00
test-https-agent.js
test-https-argument-of-creating.js
test-https-byteswritten.js
test-https-client-checkServerIdentity.js
test-https-client-get-url.js
test-https-client-override-global-agent.js
test-https-client-reject.js
test-https-client-renegotiation-limit.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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
test-https-host-headers.js
test-https-hwm.js
test-https-insecure-parse-per-stream.js http,https: align server option of https with http 2021-06-26 14:21:57 +00:00
test-https-localaddress-bind-error.js
test-https-localaddress.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-https-max-header-size-per-stream.js http,https: align server option of https with http 2021-06-26 14:21:57 +00:00
test-https-max-headers-count.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-https-options-boolean-check.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-https-pfx.js
test-https-request-arguments.js
test-https-resume-after-renew.js
test-https-selfsigned-no-keycertsign-no-crash.js crypto: don't crash with some selfsigned certs 2021-04-27 14:36:01 -07:00
test-https-server-options-incoming-message.js
test-https-server-options-server-response.js
test-https-server-request-timeout.js
test-https-set-timeout-server.js
test-https-simple.js
test-https-slow-headers.js
test-https-socket-options.js
test-https-strict.js
test-https-timeout-server-2.js
test-https-timeout-server.js
test-https-timeout.js
test-https-truncate.js
test-https-unix-socket-self-signed.js
test-icu-data-dir.js
test-icu-minimum-version.js
test-icu-punycode.js
test-icu-stringwidth.js
test-icu-transcode.js src: fix setting Converter sub char length 2021-04-24 11:40:56 +02:00
test-inspect-async-hook-setup-at-inspect.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-inspect-publish-uid.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-inspect-support-for-node_options.js
test-inspector-already-activated-cli.js
test-inspector-async-hook-after-done.js
test-inspector-bindings.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-inspector-connect-main-thread.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-inspector-console-top-frame.js
test-inspector-esm.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-inspector-has-idle.js src: report idle time correctly 2021-03-25 12:15:14 -07:00
test-inspector-heap-allocation-tracker.js
test-inspector-heapdump.js
test-inspector-inspect-brk-node.js
test-inspector-module.js
test-inspector-multisession-js.js
test-inspector-multisession-ws.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-inspector-port-zero-cluster.js
test-inspector-reported-host.js
test-inspector-tracing-domain.js
test-inspector-vm-global-accessors-getter-sideeffect.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-instanceof.js
test-internal-assert.js
test-internal-dtrace.js
test-internal-error-original-names.js
test-internal-errors.js
test-internal-fs-syncwritestream.js
test-internal-fs.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-internal-iterable-weak-map.js lib: make `IterableWeakMap` safe to iterate 2021-05-06 10:18:50 -07:00
test-internal-module-map-asserts.js
test-internal-module-require.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-internal-util-helpers.js
test-internal-util-normalizeencoding.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-internal-util-weakreference.js
test-internal-validators-validateoneof.js
test-internal-validators-validateport.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-intl-v8BreakIterator.js
test-intl.js test: add NumberFormat resolvedOptions test 2021-07-18 08:55:58 +02:00
test-js-stream-call-properties.js
test-kill-segfault-freebsd.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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-loaders-hidden-from-users.js
test-loaders-unknown-builtin-module.mjs
test-macos-app-sandbox.js test: fix skip message for test-macos-app-sandbox 2021-04-07 11:25:50 -07:00
test-math-random.js
test-memory-usage-emfile.js
test-memory-usage.js
test-messageevent-brandcheck.js worker: add brand checks for detached MessageEvent accessors 2021-08-25 08:20:44 -07:00
test-messaging-maketransferable.js lib: add support for JSTransferable as a mixin 2021-04-26 07:55:48 -07:00
test-microtask-queue-integration.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-module-binding.js
test-module-builtin.js
test-module-cache.js module: only set cache when finding module succeeds 2021-02-12 22:08:40 +08:00
test-module-children.js
test-module-circular-dependency-warning.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-module-circular-symlinks.js
test-module-create-require.js module: remove module.createRequireFromPath 2021-02-15 07:03:08 -08:00
test-module-globalpaths-nodepath.js
test-module-loading-deprecated.js module: runtime deprecate invalid package.json main entries 2021-02-24 11:27:48 +01:00
test-module-loading-error.js test: update error message keywords 2021-08-26 13:09:43 -07:00
test-module-loading-globalpaths.js
test-module-main-extension-lookup.js
test-module-main-fail.js
test-module-main-preserve-symlinks-fail.js
test-module-multi-extensions.js
test-module-nodemodulepaths.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-module-parent-deprecation.js
test-module-parent-setter-deprecation.js
test-module-readonly.js
test-module-relative-lookup.js
test-module-run-main-monkey-patch.js
test-module-symlinked-peer-modules.js
test-module-version.js
test-module-wrap.js
test-module-wrapper.js
test-net-access-byteswritten.js
test-net-after-close.js
test-net-allow-half-open.js
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js
test-net-binary.js
test-net-bind-twice.js
test-net-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-client-bind-twice.js
test-net-connect-abort-controller.js net,tls: add abort signal support to connect 2021-04-01 12:40:49 -07:00
test-net-connect-after-destroy.js
test-net-connect-buffer.js
test-net-connect-buffer2.js
test-net-connect-call-socket-connect.js
test-net-connect-destroy.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js
test-net-connect-memleak.js
test-net-connect-no-arg.js
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-net-connect-options-invalid.js test: replace common port with specific number 2021-10-13 01:45:03 +00:00
test-net-connect-options-ipv6.js
test-net-connect-options-path.js
test-net-connect-options-port.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-net-connect-paused-connection.js
test-net-deprecated-setsimultaneousaccepts.js
test-net-dns-custom-lookup.js
test-net-dns-error.js
test-net-dns-lookup-skip.js
test-net-dns-lookup.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02: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
test-net-error-twice.js
test-net-isip.js
test-net-isipv4.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-net-isipv6.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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
test-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-net-pipe-connect-errors.js
test-net-reconnect.js
test-net-remote-address-port.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-net-server-call-listen-multiple-times.js
test-net-server-capture-rejection.js
test-net-server-close.js
test-net-server-listen-handle.js
test-net-server-listen-options-signal.js test: refactor code to use AbortSignal.abort() 2021-03-20 19:21:13 +01:00
test-net-server-listen-options.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-net-server-listen-path.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-options.js
test-net-server-pause-on-connect.js
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-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-setnodelay.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-net-socket-write-after-close.js
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-timeout-no-handle.js
test-net-writable.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-net-write-after-close.js
test-net-write-after-end-nt.js
test-net-write-arguments.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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-ordering.js
test-next-tick-ordering2.js
test-next-tick-when-exiting.js
test-next-tick.js
test-no-addons-resolution-condition.js src: add option to disable loading native addons 2021-09-10 10:54:39 -05:00
test-no-node-snapshot.js
test-nodeeventtarget.js
test-npm-install.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-npm-version.js
test-openssl-ca-options.js
test-options-binding.js lib: support returning Safe collections from C++ 2021-01-22 19:49:04 -08:00
test-os-checked-function.js
test-os-eol.js
test-os-homedir-no-envvar.js
test-os-process-priority.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-os-userinfo-handles-getter-errors.js
test-os.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-outgoing-message-destroy.js
test-outgoing-message-pipe.js
test-path-basename.js
test-path-dirname.js
test-path-extname.js
test-path-isabsolute.js
test-path-join.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-path-makelong.js
test-path-normalize.js
test-path-parse-format.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-path-posix-exists.js
test-path-posix-relative-on-windows.js path: fix posix.relative() on Windows 2021-04-02 19:30:43 -07:00
test-path-relative.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-path-resolve.js test: simplify test-path-resolve.js 2021-05-28 17:28:28 +08:00
test-path-win32-exists.js
test-path-zero-length-strings.js
test-path.js
test-pending-deprecation.js
test-perf-gc-crash.js perf_hooks: fix PerformanceObserver gc crash 2021-08-02 12:39:21 +08:00
test-perf-hooks-histogram.js lib: use ERR_ILLEGAL_CONSTRUCTOR 2021-08-01 14:24:26 +00:00
test-perf-hooks-usertiming.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-performance-eventlooputil.js
test-performance-function-async.js test: fixup flaky test-performance-function-async test 2021-02-23 14:58:00 -08:00
test-performance-function.js perf_hooks: add histogram option to timerify 2021-03-05 08:16:03 -08:00
test-performance-gc.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-performance-global.js perf_hooks: make performance a global 2021-04-01 13:14:10 -07:00
test-performance-measure.js perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
test-performanceobserver-gc.js perf_hooks: fix PerformanceObserver 'gc' crash 2021-04-27 07:31:15 -07:00
test-performanceobserver.js perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
test-pipe-address.js
test-pipe-file-to-http.js
test-pipe-head.js
test-pipe-outgoing-message-data-emitted-after-ended.js
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe-writev.js
test-policy-crypto-default-encoding.js policy: fix integrity when DEFAULT_ENCODING is set 2021-08-15 11:10:12 -07:00
test-policy-dependencies.js policy: canonicalize before resolving specifiers 2021-08-19 12:43:21 -05:00
test-policy-dependency-conditions.js
test-policy-integrity-flag.js
test-policy-manifest.js policy: fix message for invalid manifest specifier 2021-10-24 22:41:28 -07:00
test-policy-parse-integrity.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-policy-scopes-dependencies.js policy: canonicalize before resolving specifiers 2021-08-19 12:43:21 -05:00
test-policy-scopes-integrity.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-policy-scopes.js policy: fix cascade getting scope 2021-02-15 16:04:58 -06:00
test-preload-print-process-argv.js
test-preload-self-referential.js
test-preload-worker.js workers: fix spawning from preload scripts 2021-03-01 11:43:27 -08:00
test-preload.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-primordials-apply.js test: add tests for `bound apply` variants of varargs `primordials` 2021-01-28 18:45:46 +01:00
test-primordials-promise.js lib: make primordials Promise methods safe 2021-05-19 09:21:37 -07: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.nextTick for before exit 2021-01-25 06:54:32 -08:00
test-process-binding-internalbinding-allowlist.js
test-process-binding-util.js lib: make process.binding('util') return only type checkers 2021-03-27 15:45:12 +00:00
test-process-binding.js
test-process-chdir-errormessage.js
test-process-chdir.js
test-process-config.js
test-process-constants-noatime.js
test-process-cpuUsage.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-process-dlopen-undefined-exports.js
test-process-domain-segfault.js
test-process-emit-warning-from-native.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-process-emit.js
test-process-emitwarning.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-process-env-allowed-flags-are-documented.js test: adjust CLI flags test to ignore blank lines in doc 2021-10-20 11:59:05 +02:00
test-process-env-allowed-flags.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-process-env-deprecation.js
test-process-env-sideeffects.js
test-process-env-symbols.js
test-process-env-tz.js
test-process-env-windows-error-reset.js
test-process-env.js
test-process-euid-egid.js
test-process-exception-capture-errors.js
test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js
test-process-exception-capture-should-abort-on-uncaught.js
test-process-exception-capture.js
test-process-exec-argv.js
test-process-execpath.js
test-process-exit-code.js worker: fix exit code for error thrown in handler 2021-04-06 15:01:46 -07:00
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-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 `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-process-redirect-warnings.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-process-release.js 2021-10-26, Version 16.13.0 'Gallium' (LTS) 2021-10-26 12:11:04 -04:00
test-process-remove-all-signal-listeners.js
test-process-setgroups.js
test-process-setsourcemapsenabled.js process: add api to enable source-maps programmatically 2021-07-15 19:45:16 +08:00
test-process-title-cli.js
test-process-uid-gid.js
test-process-umask-mask.js
test-process-umask.js fs: fix flag and mode validation 2021-03-01 09:47:56 -08:00
test-process-uncaught-exception-monitor.js events: change EventTarget handler exception behavior 2021-02-15 20:10:07 +02:00
test-process-uptime.js
test-process-versions.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-process-warning.js
test-process-wrap.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-promise-handled-rejection-no-warning.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promise-hook-create-hook.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-hook-exceptions.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-hook-on-after.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-hook-on-before.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-hook-on-init.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-hook-on-resolve.js v8: multi-tenant promise hook api 2021-11-01 11:08:59 -07:00
test-promise-reject-callback-exception.js
test-promise-swallowed-event.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-promise-unhandled-default.js
test-promise-unhandled-error.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promise-unhandled-flag.js
test-promise-unhandled-silent-no-hook.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promise-unhandled-silent.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promise-unhandled-throw-handler.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promise-unhandled-throw.js
test-promise-unhandled-warn-no-hook.js
test-promise-unhandled-warn.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promises-unhandled-proxy-rejections.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promises-unhandled-rejections.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promises-unhandled-symbol-rejections.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-promises-warning-on-unhandled-rejection.js
test-punycode.js punycode: add pending deprecation 2021-04-30 10:59:28 -07:00
test-querystring-escape.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js test: complete coverage of querystring 2021-05-04 20:07:54 -07:00
test-queue-microtask-uncaught-asynchooks.js
test-queue-microtask.js
test-readable-from-iterator-closing.js
test-readable-from.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readable-large-hwm.js
test-readable-single-end.js
test-readline-async-iterators-backpressure.js
test-readline-async-iterators-destroy.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readline-async-iterators.js test: remove unneeded m flag on regular expressions 2021-04-09 06:35:51 -07:00
test-readline-csi.js
test-readline-emit-keypress-events.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readline-input-onerror.js
test-readline-interface-escapecodetimeout.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readline-interface.js test: improve coverage for `question` in readline 2021-05-26 10:45:12 +08:00
test-readline-keys.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readline-position.js
test-readline-promises-csi.mjs test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-readline-promises-interface.js readline: introduce promise-based API 2021-09-16 23:16:37 +02:00
test-readline-promises-tab-complete.js readline: introduce promise-based API 2021-09-16 23:16:37 +02:00
test-readline-reopen.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-readline-set-raw-mode.js
test-readline-tab-complete.js readline: allow completer to rewrite existing input 2021-07-05 11:27:36 +00:00
test-readline-undefined-columns.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-readline.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-ref-unref-return.js
test-regression-object-prototype.js
test-release-npm.js
test-repl-array-prototype-tempering.js
test-repl-autocomplete.js repl: add auto‑completion for dynamic import calls 2021-02-06 05:12:59 -08:00
test-repl-autolibs.js
test-repl-built-in-modules.js lib,repl: ignore non-canBeRequiredByUsers built-in 2021-09-07 10:51:56 +08:00
test-repl-clear-immediate-crash.js timers: fix arbitrary object clearImmediate errors 2021-03-28 19:21:11 +02:00
test-repl-cli-eval.js
test-repl-colors.js
test-repl-context.js
test-repl-definecommand.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-domain.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-dynamic-import.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-editor.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-empty.js
test-repl-end-emits-exit.js
test-repl-envvars.js test: increase coverage for repl 2021-05-09 09:13:07 +02:00
test-repl-eval.js
test-repl-function-definition-edge-case.js
test-repl-harmony.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-history-navigation.js test,repl: fix tests when inspector is disabled 2021-05-09 09:18:33 +02:00
test-repl-history-perm.js
test-repl-import-referrer.js repl: enable --experimental-repl-await /w opt-out 2021-07-16 15:14:26 -07:00
test-repl-inspect-defaults.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-inspector.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-let-process.js
test-repl-load-multiline.js
test-repl-mode.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-multiline.js
test-repl-no-terminal.js
test-repl-null-thrown.js
test-repl-null.js
test-repl-options.js
test-repl-persistent-history.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-preprocess-top-level-await.js repl: skip EmptyStatements and return result with TLA 2021-09-27 19:54:01 +02:00
test-repl-pretty-custom-stack.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-pretty-stack-custom-writer.js repl: fix error message printing 2021-04-13 09:48:06 -07:00
test-repl-pretty-stack.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-preview.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-programmatic-history.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-recoverable.js
test-repl-require-after-write.js
test-repl-require-cache.js
test-repl-require-context.js
test-repl-require-self-referential.js
test-repl-require.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-reset-event.js
test-repl-reverse-search.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-save-load.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.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 repl: add auto‑completion for dynamic import calls 2021-02-06 05:12:59 -08:00
test-repl-tab-complete-nested-repls.js
test-repl-tab-complete-no-warn.js
test-repl-tab-complete.js repl: do not include legacy getter/setter methods in completion 2021-08-01 16:43:46 +02:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js
test-repl-top-level-await.js repl: enable --experimental-repl-await /w opt-out 2021-07-16 15:14:26 -07:00
test-repl-uncaught-exception-async.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-uncaught-exception-evalcallback.js repl: display prompt once after error callback 2021-04-22 16:39:41 +02:00
test-repl-uncaught-exception-standalone.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl-uncaught-exception.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-underscore.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-unexpected-token-recoverable.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-repl-unsafe-array-iteration.js
test-repl-use-global.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-repl.js test: adapt test-repl to V8 9.5 2021-10-12 08:08:58 +02:00
test-require-cache.js
test-require-delete-array-iterator.js
test-require-dot.js
test-require-empty-main.js
test-require-exceptions.js
test-require-extension-over-directory.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-require-extensions-main.js
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-main-no-exports.js
test-require-invalid-package.js
test-require-json.js
test-require-long-path.js
test-require-mjs.js esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
test-require-node-prefix.js module: add support for `node:`‑prefixed `require(…)` calls 2021-03-19 12:34:58 +01:00
test-require-nul.js
test-require-process.js
test-require-resolve.js
test-require-symlink.js
test-require-unicode.js
test-resource-usage.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-safe-get-env.js
test-security-revert-unknown.js
test-set-http-max-http-headers.js
test-set-process-debug-port.js process: add range validation to debugPort 2021-04-12 15:05:08 -07:00
test-setproctitle.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-socket-address.js
test-socket-options-invalid.js test: replace common port with specific number 2021-10-13 01:45:03 +00:00
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-socketaddress.js net: add SocketAddress class 2021-04-02 06:16:40 -07:00
test-source-map-api.js
test-source-map-enable.js test: make tests pass on Windows with Unix EOL 2021-09-07 13:41:55 +02:00
test-spawn-cmd-named-pipe.js
test-startup-large-pages.js
test-stdin-child-proc.js
test-stdin-from-file-spawn.js
test-stdin-from-file.js
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js
test-stdin-script-child-option.js
test-stdin-script-child.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-stdio-closed.js
test-stdio-pipe-access.js
test-stdio-pipe-redirect.js
test-stdio-pipe-stderr.js
test-stdio-undestroy.js bootstrap: call _undestroy() inside _destroy for stdout and stderr 2021-08-11 15:27:50 +02:00
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 tty: enable buffering 2021-07-07 14:50:47 +02:00
test-stdout-to-file.js
test-stream-add-abort-signal.js
test-stream-aliases-legacy.js
test-stream-auto-destroy.js
test-stream-await-drain-writers-in-synchronously-recursion-write.js
test-stream-backpressure.js
test-stream-base-prototype-accessors-enumerability.js
test-stream-base-typechecking.js
test-stream-big-packet.js
test-stream-big-push.js
test-stream-buffer-list.js
test-stream-catch-rejections.js
test-stream-compose.js stream: add stream.compose 2021-07-19 08:14:32 +02:00
test-stream-construct-async-error.js stream: cleanup async handling 2021-07-11 19:20:01 +02:00
test-stream-construct.js
test-stream-consumers.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-stream-decoder-objectmode.js
test-stream-destroy-event-order.js
test-stream-destroy.js stream: bypass legacy destroy for pipeline and async iteration 2021-06-15 19:43:49 +02:00
test-stream-duplex-destroy.js
test-stream-duplex-end.js
test-stream-duplex-from.js stream: fix fromAsyncGen 2021-10-19 13:55:06 +00:00
test-stream-duplex-props.js
test-stream-duplex-readable-end.js
test-stream-duplex-readable-writable.js stream: error Duplex write/read if not writable/readable 2021-07-02 22:11:16 +02:00
test-stream-duplex-writable-finished.js
test-stream-duplex.js
test-stream-end-paused.js
test-stream-error-once.js
test-stream-events-prepend.js
test-stream-finished.js stream: unify stream utils 2021-07-11 10:40:30 +02:00
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-objectmode-undefined.js
test-stream-once-readable-pipe.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 stream: refactor to use more primordials 2021-02-01 15:18:25 +01:00
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js
test-stream-pipe-error-unhandled.js
test-stream-pipe-event.js
test-stream-pipe-flow-after-unpipe.js
test-stream-pipe-flow.js
test-stream-pipe-manual-resume.js
test-stream-pipe-multiple-pipes.js
test-stream-pipe-needDrain.js
test-stream-pipe-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-http2.js
test-stream-pipeline-process.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-stream-pipeline-queued-end-in-destroy.js
test-stream-pipeline-uncaught.js
test-stream-pipeline-with-empty-string.js stream: allow empty string as source of pipeline 2021-05-20 09:46:47 -07:00
test-stream-pipeline.js stream: support array of streams in promises pipeline 2021-10-20 19:47:34 +08:00
test-stream-preprocess.js
test-stream-promises.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-stream-push-order.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-stream-push-strings.js
test-stream-readable-aborted.js stream: add isDisturbed helper 2021-08-06 07:45:38 +02:00
test-stream-readable-add-chunk-during-data.js
test-stream-readable-async-iterators.js stream: destroy readable on read error 2021-07-12 12:08:43 +02:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-data.js
test-stream-readable-destroy.js stream: don't emit 'data' after 'error' or 'close' 2021-08-06 07:44:09 +02:00
test-stream-readable-didRead.js stream: add isDisturbed helper 2021-08-06 07:45:38 +02: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-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-unpipe-resume.js
test-stream-readable-unshift.js
test-stream-readable-with-unimplemented-_read.js stream: destroy readable on read error 2021-07-12 12:08:43 +02:00
test-stream-readableListening-state.js
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-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-callback-twice.js
test-stream-writable-change-default-encoding.js
test-stream-writable-clear-buffer.js
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js
test-stream-writable-destroy.js stream: forward errored to callback 2021-07-14 13:05:10 +02:00
test-stream-writable-end-cb-error.js stream: forward errored to callback 2021-07-14 13:05:10 +02:00
test-stream-writable-end-cb-uncaught.js stream: forward errored to callback 2021-07-14 13:05:10 +02:00
test-stream-writable-end-multiple.js
test-stream-writable-ended-state.js
test-stream-writable-final-destroy.js stream: don't emit prefinish after error or close 2021-07-11 18:41:17 +02:00
test-stream-writable-finish-destroyed.js
test-stream-writable-finished-state.js
test-stream-writable-finished.js
test-stream-writable-invalid-chunk.js
test-stream-writable-needdrain-state.js
test-stream-writable-null.js
test-stream-writable-properties.js
test-stream-writable-samecb-singletick.js
test-stream-writable-writable.js
test-stream-writable-write-cb-error.js
test-stream-writable-write-cb-twice.js
test-stream-writable-write-error.js
test-stream-writable-write-writev-finish.js
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-destroy.js
test-stream-write-drain.js
test-stream-write-final.js
test-stream-writev.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
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 test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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-streams-highwatermark.js stream: fix highwatermark threshold and add the missing error 2021-09-07 14:28:20 +00:00
test-string-decoder-end.js
test-string-decoder-fuzz.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-string-decoder.js
test-stringbytes-external.js
test-structuredClone-global.js lib: add structuredClone() global 2021-08-28 08:55:01 -07:00
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-tcp-wrap.js
test-tick-processor-arguments.js
test-tick-processor-version-check.js
test-timer-immediate.js
test-timers-active.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 timers: fix arbitrary object clearImmediate errors 2021-03-28 19:21:11 +02:00
test-timers-clear-timeout-interval-equivalent.js
test-timers-clearImmediate-als.js
test-timers-clearImmediate.js
test-timers-destroyed.js
test-timers-enroll-invalid-msecs.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-timers-enroll-second-time.js
test-timers-immediate-promisified.js test: split promisified timers test for coverage purposes 2021-03-29 15:55:55 -07:00
test-timers-immediate-queue-throw.js
test-timers-immediate-queue.js
test-timers-immediate-unref-nested-once.js
test-timers-immediate-unref-simple.js
test-timers-immediate-unref.js
test-timers-immediate.js
test-timers-interval-promisified.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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
test-timers-ordering.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 dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-timers-this.js
test-timers-throw-when-cb-not-function.js
test-timers-timeout-promisified.js test: split promisified timers test for coverage purposes 2021-03-29 15:55:55 -07:00
test-timers-timeout-to-interval.js
test-timers-timeout-with-non-integer.js
test-timers-to-primitive.js
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.js
test-timers-unref-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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-0-dns-altname.js
test-tls-addca.js
test-tls-alert-handling.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-tls-alert.js
test-tls-alpn-server-client.js
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-tls-cert-chains-in-ca.js
test-tls-cert-ext-encoding.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-tls-cert-regression.js
test-tls-check-server-identity.js lib: remove usage of url.parse 2021-02-11 19:30:28 +05:30
test-tls-cipher-list.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-cli-max-version-1.2.js
test-tls-cli-max-version-1.3.js
test-tls-cli-min-max-conflict.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-abort.js
test-tls-client-abort2.js
test-tls-client-auth.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-tls-client-mindhsize.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
test-tls-client-reject-12.js
test-tls-client-reject.js tls: validate "rejectUnauthorized: undefined" 2021-08-11 16:22:15 +01:00
test-tls-client-renegotiation-13.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-tls-client-renegotiation-limit.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-tls-client-resume-12.js
test-tls-client-resume.js
test-tls-client-verify.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-connect-abort-controller.js net,tls: add abort signal support to connect 2021-04-01 12:40:49 -07:00
test-tls-connect-address-family.js
test-tls-connect-allow-half-open-option.js
test-tls-connect-given-socket.js
test-tls-connect-hints-option.js
test-tls-connect-hwm-option.js
test-tls-connect-memleak.js
test-tls-connect-no-host.js
test-tls-connect-pipe.js
test-tls-connect-secure-context.js
test-tls-connect-simple.js
test-tls-connect-stream-writes.js
test-tls-connect-timeout-option.js
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js
test-tls-destroy-stream-12.js
test-tls-destroy-stream.js
test-tls-destroy-whilst-write.js
test-tls-dhe.js
test-tls-disable-renegotiation.js
test-tls-ecdh-auto.js
test-tls-ecdh-multiple.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-ecdh.js
test-tls-econnreset.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-tls-empty-sni-context.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-tls-enable-keylog-cli.js
test-tls-enable-trace-cli.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-tls-enable-trace.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-tls-env-bad-extra-ca.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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
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 tls: add ability to get cert/peer cert as X509Certificate object 2021-02-02 09:39:27 -08:00
test-tls-getcipher.js
test-tls-getprotocol.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07: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-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-tls-key-mismatch.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
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 tls: fix `tlsSocket.setMaxSendFragment` abort 2021-04-21 23:16:35 +02:00
test-tls-min-max-version.js src,test: support dynamically linking OpenSSL 3.0 2021-03-16 05:59:25 +01:00
test-tls-multi-key.js
test-tls-multi-pfx.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: fix test-tls-no-sslv3 for OpenSSL 3 2021-04-03 16:59:12 +02: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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-over-http-tunnel.js
test-tls-parse-cert-string.js tls: move legacy code into own file 2021-07-11 18:40:18 +02:00
test-tls-passphrase.js test: update OpenSSL 3.0.0-alpha15 error messages 2021-05-06 10:19:00 -04:00
test-tls-pause.js
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-tls-pfx-authorizationerror.js
test-tls-psk-circuit.js
test-tls-psk-errors.js
test-tls-psk-server.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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-tls-server-parent-constructor-options.js
test-tls-server-setoptions-clientcertengine.js
test-tls-server-verify.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-session-cache.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-set-ciphers-error.js
test-tls-set-ciphers.js
test-tls-set-encoding.js
test-tls-set-secure-context.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-set-sigalgs.js
test-tls-sni-option.js
test-tls-sni-server-client.js
test-tls-sni-servername.js
test-tls-snicallback-error.js
test-tls-socket-allow-half-open-option.js
test-tls-socket-close.js
test-tls-socket-constructor-alpn-options-parsing.js
test-tls-socket-default-options.js
test-tls-socket-destroy.js
test-tls-socket-failed-handshake-emits-error.js
test-tls-socket-snicallback-without-server.js
test-tls-startcom-wosign-whitelist.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 tls: validate ticket keys buffer 2021-04-23 13:18:38 +02:00
test-tls-ticket.js
test-tls-timeout-server-2.js
test-tls-timeout-server.js
test-tls-tlswrap-segfault-2.js tls: fix session and keylog add listener segfault 2021-04-12 14:30:29 -07:00
test-tls-tlswrap-segfault.js
test-tls-translate-peer-certificate.js
test-tls-transport-destroy-after-own-gc.js tools: update ESLint to 7.25.0 2021-04-26 11:49:07 -07:00
test-tls-use-after-free-regression.js
test-tls-wrap-econnreset-localaddress.js dns: default to verbatim=true in dns.lookup() 2021-09-12 21:05:35 +02:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js
test-tojson-perf_hooks.js perf_hooks: add toJSON to performance class 2021-04-30 13:28:27 -07:00
test-trace-atomics-wait.js
test-trace-events-all.js test: update trace events test expectations 2021-07-20 15:27:33 +02:00
test-trace-events-api-worker-disabled.js
test-trace-events-api.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-async-hooks-dynamic.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-trace-events-async-hooks-worker.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-trace-events-async-hooks.js
test-trace-events-binding.js
test-trace-events-bootstrap.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-category-used.js
test-trace-events-console.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-dynamic-enable-workers-disabled.js
test-trace-events-dynamic-enable.js perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
test-trace-events-environment.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-file-pattern.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-fs-sync.js test: use template to concatenate string 2021-08-06 10:45:36 +00:00
test-trace-events-metadata.js
test-trace-events-none.js
test-trace-events-process-exit.js
test-trace-events-promises.js test: remove common.disableCrashOnUnhandledRejection 2021-04-14 16:42:10 +02:00
test-trace-events-v8.js test: update trace events test expectations 2021-07-20 15:27:33 +02:00
test-trace-events-vm.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-trace-events-worker-metadata.js
test-trace-exit.js
test-tracing-no-crash.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tty-backwards-api.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-tty-stdin-end.js
test-tty-stdin-pipe.js
test-ttywrap-invalid-fd.js
test-ttywrap-stack.js
test-unhandled-exception-rethrow-error.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-unicode-node-options.js
test-url-domain-ascii-unicode.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-url-fileurltopath.js
test-url-format-invalid-input.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-url-format-whatwg.js
test-url-format.js dns: use url module instead of punycode for IDNA 2021-03-23 20:44:31 +01:00
test-url-parse-format.js dns: use url module instead of punycode for IDNA 2021-03-23 20:44:31 +01:00
test-url-parse-invalid-input.js url: forbid certain confusable changes from being introduced by toASCII 2021-05-13 23:04:23 -07:00
test-url-parse-query.js
test-url-pathtofileurl.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-url-relative.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-url-urltooptions.js
test-utf8-scripts.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-util-callbackify.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-util-deprecate-invalid-code.js
test-util-deprecate.js
test-util-emit-experimental-warning.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-util-format.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-util-inherits.js
test-util-inspect-getters-accessing-this.js util: fix infinite recursion during inspection 2021-04-30 12:46:48 -07:00
test-util-inspect-long-running.js
test-util-inspect-namespace.js
test-util-inspect-proxy.js
test-util-inspect.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-util-internal.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-util-isDeepStrictEqual.js
test-util-log.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-util-primordial-monkeypatching.js
test-util-promisify.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-util-sigint-watchdog.js
test-util-sleep.js
test-util-types-exists.js
test-util-types.js util: add util.types.isKeyObject and util.types.isCryptoKey 2021-05-17 10:29:18 +02:00
test-util.js util: expose stripVTControlCharacters() 2021-10-01 22:56:58 -04:00
test-uv-binding-constant.js
test-uv-errmap.js util: add getSystemErrorMap() impl 2021-04-13 08:44:26 -07:00
test-uv-errno.js
test-uv-unmapped-exception.js
test-v8-coverage.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-v8-deserialize-buffer.js
test-v8-flag-type-check.js
test-v8-flags.js test: adapt test-v8-flags to V8 9.3 2021-08-30 21:03:26 +02:00
test-v8-getheapsnapshot-twice.js
test-v8-global-setter.js
test-v8-serdes.js test: fix V8 serdes test for V8 9.1 2021-06-10 11:11:47 +02:00
test-v8-stats.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-v8-stop-coverage.js
test-v8-take-coverage-noop.js
test-v8-take-coverage.js
test-v8-version-tag.js
test-validators.js test: use simplfied validator 2021-08-15 11:08:49 -07: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
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-identity.js
test-vm-global-non-writable-properties.js
test-vm-global-property-interceptors.js
test-vm-harmony-symbols.js
test-vm-indexed-properties.js
test-vm-inherited_properties.js
test-vm-is-context.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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 vm: add importModuleDynamically option to compileFunction 2021-02-05 09:16:33 -06:00
test-vm-module-cached-data.js
test-vm-module-dynamic-import.js vm: add support for import assertions in dynamic imports 2021-10-09 08:44:53 +00:00
test-vm-module-dynamic-namespace.js
test-vm-module-errors.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-vm-module-import-meta.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-vm-module-link.js vm: add import assertion support 2021-03-23 11:03:18 -05:00
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-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-sigint-existing-handler.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-vm-sigint.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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-vm-syntax-error-stderr.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
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-sigprof.js
test-warn-stream-wrap.js
test-wasm-simple.js
test-weakref.js test: remove unnecessary V8 flag 2021-03-09 16:21:38 +01:00
test-webcrypto-cryptokey-workers.js
test-webcrypto-derivebits-ecdh.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-derivebits-hkdf.js crypto: fix webcrypto derive(Bits|Key) resolve values and docs 2021-04-12 23:27:51 +02:00
test-webcrypto-derivebits-node-dh.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-derivebits.js crypto: fix webcrypto derive(Bits|Key) resolve values and docs 2021-04-12 23:27:51 +02:00
test-webcrypto-derivekey-ecdh.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-derivekey.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-webcrypto-digest.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-webcrypto-ed25519-ed448.js crypto: remove incorrect constructor invocation 2021-10-05 20:51:54 +02:00
test-webcrypto-encrypt-decrypt-aes.js test: fix flaky test-webcrypto-encrypt-decrypt-aes 2021-02-18 11:56:23 -05:00
test-webcrypto-encrypt-decrypt-rsa.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-encrypt-decrypt.js test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
test-webcrypto-export-import-dsa.js crypto: check webcrypto asymmetric key types during importKey 2021-09-07 18:25:39 +00:00
test-webcrypto-export-import-ec.js crypto: check webcrypto asymmetric key types during importKey 2021-09-07 18:25:39 +00:00
test-webcrypto-export-import-rsa.js crypto: check webcrypto asymmetric key types during importKey 2021-09-07 18:25:39 +00:00
test-webcrypto-export-import.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-keygen.js lib: use ERR_ILLEGAL_CONSTRUCTOR 2021-08-01 14:24:26 +00:00
test-webcrypto-random.js crypto: support Big(U)Int64Array in getRandomValues 2021-07-23 08:34:25 +00:00
test-webcrypto-rsa-pss-params.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-sign-verify-ecdsa.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-sign-verify-hmac.js test: improve code coverage in webcrypto API 2021-04-06 09:21:20 -07:00
test-webcrypto-sign-verify-node-dsa.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-sign-verify-rsa.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-sign-verify.js crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-04 00:08:37 +02:00
test-webcrypto-wrap-unwrap.js Revert "test: skip tests for openssl-3.0.0-alpha15" 2021-07-21 14:10:37 +02:00
test-webcrypto-x25519-x448.js crypto: fix webcrypto ed(25519|448) spki/pkcs8 import 2021-09-20 08:29:46 +02:00
test-whatwg-encoding-custom-api-basics.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-fatal-streaming.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-internals.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-interop.js
test-whatwg-encoding-custom-textdecoder-api-invalid-label.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-textdecoder-fatal.js
test-whatwg-encoding-custom-textdecoder-ignorebom.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-textdecoder-invalid-arg.js
test-whatwg-encoding-custom-textdecoder-streaming.js
test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-encoding-custom-textdecoder.js
test-whatwg-readablebytestream.js stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
test-whatwg-readablestream.js stream: add isDisturbed helper 2021-08-06 07:45:38 +02:00
test-whatwg-transformstream.js stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
test-whatwg-url-constructor.js
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
test-whatwg-url-custom-parsing.js errors: remove input from ERR_INVALID_URL message 2021-05-17 12:17:24 -07:00
test-whatwg-url-custom-properties.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-whatwg-url-custom-searchparams-append.js
test-whatwg-url-custom-searchparams-constructor.js
test-whatwg-url-custom-searchparams-delete.js
test-whatwg-url-custom-searchparams-entries.js
test-whatwg-url-custom-searchparams-foreach.js
test-whatwg-url-custom-searchparams-get.js
test-whatwg-url-custom-searchparams-getall.js
test-whatwg-url-custom-searchparams-has.js
test-whatwg-url-custom-searchparams-inspect.js
test-whatwg-url-custom-searchparams-keys.js
test-whatwg-url-custom-searchparams-set.js
test-whatwg-url-custom-searchparams-sort.js
test-whatwg-url-custom-searchparams-stringifier.js
test-whatwg-url-custom-searchparams-values.js
test-whatwg-url-custom-searchparams.js
test-whatwg-url-custom-setters.js
test-whatwg-url-custom-tostringtag.js
test-whatwg-url-invalidthis.js url: throw invalid this on detached accessors 2021-08-15 07:26:52 -07:00
test-whatwg-url-origin.js
test-whatwg-url-override-hostname.js
test-whatwg-url-properties.js url: fix definitions of `URL`/`SearchParams` methods and accessors 2021-02-13 17:59:21 +01:00
test-whatwg-url-setters.js
test-whatwg-url-toascii.js
test-whatwg-webstreams-adapters-streambase.js stream: implement streams to webstreams adapters 2021-07-13 10:03:16 -07:00
test-whatwg-webstreams-adapters-to-readablestream.js stream: convert premature close to AbortError 2021-07-28 10:12:04 +02:00
test-whatwg-webstreams-adapters-to-readablewritablepair.js stream: convert premature close to AbortError 2021-07-28 10:12:04 +02:00
test-whatwg-webstreams-adapters-to-streamduplex.js stream: implement streams to webstreams adapters 2021-07-13 10:03:16 -07:00
test-whatwg-webstreams-adapters-to-streamreadable.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-whatwg-webstreams-adapters-to-streamwritable.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-whatwg-webstreams-adapters-to-writablestream.js stream: convert premature close to AbortError 2021-07-28 10:12:04 +02:00
test-whatwg-webstreams-compression.js stream: add CompressionStream and DecompressionStream 2021-07-14 10:52:59 -07:00
test-whatwg-webstreams-coverage.js stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
test-whatwg-webstreams-encoding.js stream: implement TextEncoderStream and TextDecoderStream 2021-07-14 09:12:43 -07:00
test-whatwg-webstreams-transfer.js test: fix typos in whatwg-webstreams explanations 2021-10-10 02:00:09 +00:00
test-whatwg-writablestream.js stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
test-windows-abort-exitcode.js
test-windows-failed-heap-allocation.js test: adapt abort tests for new Windows code 2021-06-10 11:11:54 +02:00
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 worker: add brand checks for detached properties/methods 2021-08-16 07:09:35 -07:00
test-worker-cjs-workerdata.js
test-worker-cleanexit-with-js.js
test-worker-cleanexit-with-moduleload.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-cleanup-handles.js
test-worker-console-listeners.js
test-worker-crypto-sign-transfer-result.js
test-worker-data-url.js
test-worker-debug.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-dns-terminate-during-query.js
test-worker-dns-terminate.js
test-worker-environmentdata.js worker: add setEnvironmentData/getEnvironmentData 2021-03-15 07:40:26 -07:00
test-worker-error-stack-getter-throws.js
test-worker-esm-exit.js
test-worker-esm-missing-main.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-worker-esmodule.js
test-worker-event.js tools: add `Worker` to type-parser 2021-05-13 18:12:53 -07:00
test-worker-execargv-invalid.js
test-worker-execargv.js
test-worker-exit-code.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-worker-exit-event-error.js
test-worker-exit-from-uncaught-exception.js
test-worker-fs-stat-watcher.js
test-worker-heapdump-failure.js
test-worker-http2-generic-streams-terminate.js
test-worker-init-failure.js
test-worker-invalid-workerdata.js
test-worker-load-file-with-extension-other-than-js.js test: add test to verify other extension can be loaded by worker 2021-08-26 13:14:06 -07:00
test-worker-memory.js
test-worker-message-channel-sharedarraybuffer.js
test-worker-message-channel.js
test-worker-message-event.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-message-not-serializable.js
test-worker-message-port-arraybuffer.js
test-worker-message-port-close-while-receiving.js
test-worker-message-port-close.js src: make workers messaging more resilient 2021-05-06 10:31:56 -07:00
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
test-worker-message-port-message-before-close.js
test-worker-message-port-message-port-transferring.js
test-worker-message-port-move.js worker: add ports property to MessageEvents 2021-03-03 23:23:38 +01:00
test-worker-message-port-multiple-sharedarraybuffers.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-message-port-receive-message.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
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
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-message-transfer-port-mark-as-untransferable.js
test-worker-message-type-unknown.js
test-worker-mjs-workerdata.js
test-worker-nearheaplimit-deadlock.js worker: avoid potential deadlock on NearHeapLimit 2021-09-11 14:39:19 -05:00
test-worker-nested-on-process-exit.js
test-worker-nested-uncaught.js
test-worker-nexttick-terminate.js
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-process-cwd.js
test-worker-process-env-shared.js
test-worker-process-env.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: increase wiggle room for memory in test-worker-resource-limits 2021-03-25 09:37:07 +01:00
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 worker: fix interaction of terminate() with messaging port 2021-02-27 17:26:20 +01:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-worker-uncaught-exception-async.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-worker-uncaught-exception.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-worker-unref-from-message-during-exit.js
test-worker-unsupported-eval-on-url.mjs
test-worker-unsupported-path.js worker: remove file extension check 2021-08-26 13:14:02 -07:00
test-worker-unsupported-things.js
test-worker-vm-context-terminate.js
test-worker-workerdata-messageport.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-worker-workerdata-sharedarraybuffer.js
test-worker.js
test-worker.mjs
test-wrap-js-stream-destroy.js
test-wrap-js-stream-duplex.js
test-wrap-js-stream-exceptions.js
test-wrap-js-stream-read-stop.js
test-zlib-brotli-flush.js
test-zlib-brotli-from-brotli.js
test-zlib-brotli-from-string.js
test-zlib-brotli-kmaxlength-rangeerror.js
test-zlib-brotli.js zlib: fix brotli flush range 2021-05-01 16:41:37 -07:00
test-zlib-bytes-read.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-close-in-ondata.js
test-zlib-const.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-convenience-methods.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-zlib-dictionary.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-empty-buffer.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
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: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-from-gzip-with-trailing-garbage.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-arg-value-brotli-compress.js
test-zlib-invalid-input-memory.js
test-zlib-invalid-input.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-kmaxlength-rangeerror.js
test-zlib-maxOutputLength.js
test-zlib-no-stream.js
test-zlib-not-string-or-buffer.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-object-write.js
test-zlib-params.js
test-zlib-premature-end.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-zlib-random-byte-pipes.js
test-zlib-reset-before-write.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
test-zlib-sync-no-event.js
test-zlib-truncated.js test: use `assert.match` instead of `regexp.test` 2021-08-31 18:50:16 +02:00
test-zlib-unused-weak.js test: fix flaky test-zlib-unused-weak.js 2021-04-09 19:54:59 +08:00
test-zlib-unzip-one-byte-chunks.js test: avoid deep comparisons with literals 2021-11-02 10:11:49 +00:00
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