node/test/parallel
ExE Boss c2ceb15fd5 util: add util/types alias module
Refs: https://github.com/nodejs/node/pull/31553
Refs: https://github.com/nodejs/node/pull/32953
Refs: https://github.com/nodejs/node/pull/33950
Refs: https://github.com/nodejs/node/pull/34001
Refs: https://github.com/nodejs/node/pull/34002

PR-URL: https://github.com/nodejs/node/pull/34055
Refs: https://github.com/nodejs/node/pull/34962
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2020-10-21 01:26:34 +02:00
..
parallel.status test: mark test-webcrypto-encrypt-decrypt-aes flaky 2020-10-13 17:03:06 +00:00
test-abortcontroller.js lib: unflag AbortController 2020-06-05 12:21:49 -07:00
test-accessor-properties.js
test-arm-math-illegal-instruction.js
test-assert-async.js
test-assert-builtins-not-read-from-filesystem.js
test-assert-calltracker-calls.js assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
test-assert-calltracker-report.js assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
test-assert-calltracker-verify.js assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
test-assert-checktag.js
test-assert-deep.js lib: update TODO comments 2020-05-20 17:05:06 +02:00
test-assert-fail-deprecation.js
test-assert-fail.js
test-assert-first-line.js
test-assert-if-error.js test: replace equal with strictEqual 2020-04-15 02:07:40 +02:00
test-assert-strict-exists.js assert: add assert/strict alias module 2020-06-25 08:37:48 -07:00
test-assert-typedarray-deepequal.js
test-assert.js assert: align character indicators properly 2020-02-09 13:39:54 +01:00
test-async-hooks-async-await.js
test-async-hooks-asyncresource-constructor.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-async-hooks-close-during-destroy.js
test-async-hooks-constructor.js test: refactor test-async-hooks-constructor 2020-04-27 19:46:36 +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 async_hooks: fix id assignment in fast-path promise hook 2020-08-03 10:36:25 +03:00
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: remove unused variables on async hook test 2020-04-06 02:57:43 +02:00
test-async-hooks-execution-async-resource-await.js async_hooks: add executionAsyncResource 2020-02-11 20:59:09 +01:00
test-async-hooks-execution-async-resource.js async_hooks: add executionAsyncResource 2020-02-11 20:59:09 +01:00
test-async-hooks-http-agent-destroy.js
test-async-hooks-http-agent.js
test-async-hooks-http-parser-destroy.js http: don't emit 'readable' after 'close' 2020-03-30 10:22:11 +02:00
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 async_hooks: move PromiseHook handler to JS 2020-05-09 07:52:22 +02:00
test-async-hooks-recursive-stack-runInAsyncScope.js
test-async-hooks-run-in-async-scope-caught-exception.js async_hooks: ensure event after been emitted on runInAsyncScope 2020-02-14 16:55:02 +01:00
test-async-hooks-top-level-clearimmediate.js
test-async-hooks-worker-asyncfn-terminate-1.js test: regression tests for async_hooks + Promise + Worker interaction 2020-05-15 19:38:26 +02:00
test-async-hooks-worker-asyncfn-terminate-2.js test: regression tests for async_hooks + Promise + Worker interaction 2020-05-15 19:38:26 +02:00
test-async-hooks-worker-asyncfn-terminate-3.js test: regression tests for async_hooks + Promise + Worker interaction 2020-05-15 19:38:26 +02:00
test-async-hooks-worker-asyncfn-terminate-4.js test: regression tests for async_hooks + Promise + Worker interaction 2020-05-15 19:38:26 +02:00
test-async-local-storage-deep-stack.js async_hooks: fix resource stack for deep stacks 2020-08-03 10:27:15 +03:00
test-async-local-storage-http-multiclients.js test: add new scenario for async-local storage 2020-03-13 15:07:47 +01:00
test-async-wrap-constructor.js test: test-async-wrap-constructor prefer forEach 2020-04-23 19:32:35 -05:00
test-async-wrap-destroyid.js
test-async-wrap-pop-id-during-load.js
test-async-wrap-promise-after-enabled.js
test-async-wrap-tlssocket-asyncreset.js
test-async-wrap-trigger-id.js
test-async-wrap-uncaughtexception.js
test-asyncresource-bind.js async_hooks: add AsyncResource.bind utility 2020-08-03 18:40:16 -07:00
test-atomics-wake.js
test-bad-unicode.js
test-bash-completion.js src: add "missing" bash completion options 2020-06-08 13:56:17 +02:00
test-beforeexit-event-exit.js
test-benchmark-cli.js
test-binding-constants.js
test-blocklist.js net: make blocklist family case insensitive 2020-08-31 15:09:47 +00:00
test-bootstrap-modules.js module: use Wasm CJS lexer when available 2020-10-12 04:24:41 -07:00
test-buffer-alloc.js test: update tests after increasing typed array size to 4GB 2020-10-18 20:17:40 +02:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-backing-arraybuffer.js
test-buffer-badhex.js
test-buffer-bigint64.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-buffer-bytelength.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-compare-offset.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-compare.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-equals.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js src: change Fill() to use ParseArrayIndex() 2020-02-03 12:00:41 -08:00
test-buffer-from.js
test-buffer-includes.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-indexof.js buffer: add type check in bidirectionalIndexOf 2020-04-13 23:22:09 +02:00
test-buffer-inheritance.js
test-buffer-inspect.js util: add (typed) array length to the default output 2019-12-25 11:19:43 +01:00
test-buffer-isencoding.js
test-buffer-iterator.js
test-buffer-new.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-no-negative-allocation.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-buffer-nopendingdep-map.js
test-buffer-of-no-deprecation.js
test-buffer-over-max-length.js test: update tests after increasing typed array size to 4GB 2020-10-18 20:17:40 +02:00
test-buffer-parent-property.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-buffer-pending-deprecation.js
test-buffer-pool-untransferable.js buffer: mark pool ArrayBuffer as untransferable 2020-04-13 18:47:27 +02:00
test-buffer-prototype-inspect.js
test-buffer-read.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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-buffer-slow.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-range.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-tostring-rangeerror.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-buffer-tostring.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-write.js test: buffer.write with longer string scenario 2020-03-12 16:56:35 +01:00
test-buffer-writedouble.js
test-buffer-writefloat.js
test-buffer-writeint.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-buffer-writeuint.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-advanced-serialization.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-child-process-bad-stdio.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-child-process-can-write-to-stdout.js
test-child-process-constructor.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-cwd.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-child-process-default-options.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-detached.js
test-child-process-disconnect.js
test-child-process-double-pipe.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-child-process-env.js win, child_process: sanitize env variables 2020-09-24 18:25:18 +02:00
test-child-process-exec-any-shells-windows.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-exec-cwd.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-exec-encoding.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-exec-env.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-exec-error.js
test-child-process-exec-kill-throws.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-child-process-exec-maxbuf.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-exec-std-encoding.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-exec-stdout-stderr-data-string.js
test-child-process-exec-timeout.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-execfile-maxbuf.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-execfile.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-execfilesync-maxbuf.js
test-child-process-execsync-maxbuf.js
test-child-process-exit-code.js
test-child-process-flush-stdio.js
test-child-process-fork3.js
test-child-process-fork-and-spawn.js
test-child-process-fork-args.js test: refactor common.expectsError 2019-12-31 15:54:20 +01: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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-child-process-fork-exec-argv.js
test-child-process-fork-exec-path.js
test-child-process-fork-getconnections.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-fork-net-server.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-fork-net-socket.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-fork-net.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-fork-no-shell.js test: use spread object 2020-01-03 01:44:54 +01:00
test-child-process-fork-ref2.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-fork-ref.js
test-child-process-fork-stdio-string-variant.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-child-process-fork-stdio.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-fork.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-http-socket-leak.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-child-process-internal.js
test-child-process-ipc-next-tick.js
test-child-process-ipc.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-kill.js test,child_process: add tests for signalCode value 2020-09-26 06:43:04 -07:00
test-child-process-no-deprecation.js
test-child-process-pipe-dataflow.js test: use portable EOL 2020-03-13 10:51:54 +01:00
test-child-process-promisified.js
test-child-process-recv-handle.js child_process: create proper public API for channel 2020-01-03 16:32:36 +01:00
test-child-process-send-after-close.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-send-cb.js
test-child-process-send-keep-open.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-child-process-send-returns-boolean.js
test-child-process-send-type-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-send-utf8.js
test-child-process-server-close.js stream: emit 'error' asynchronously 2020-01-04 16:20:45 -08:00
test-child-process-set-blocking.js test: use process.env.PYTHON to spawn python 2020-08-14 17:03:04 +08:00
test-child-process-silent.js child_process: create proper public API for channel 2020-01-03 16:32:36 +01:00
test-child-process-spawn-args.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-child-process-spawn-argv0.js
test-child-process-spawn-error.js
test-child-process-spawn-shell.js test: use spread object 2020-01-03 01:44:54 +01:00
test-child-process-spawn-typeerror.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-spawnsync-args.js
test-child-process-spawnsync-env.js
test-child-process-spawnsync-input.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-spawnsync-kill-signal.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-child-process-spawnsync-maxbuf.js
test-child-process-spawnsync-shell.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-child-process-spawnsync-timeout.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-spawnsync-validation-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-spawnsync.js test: remove common.rootDir 2020-08-16 07:56:09 -07:00
test-child-process-stdin-ipc.js
test-child-process-stdin.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-stdio-big-write-end.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-stdio-inherit.js
test-child-process-stdio-merge-stdouts-into-cat.js
test-child-process-stdio-reuse-readable-stdio.js
test-child-process-stdio.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-child-process-stdout-flush-exit.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js
test-child-process-uid-gid.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-child-process-validate-stdio.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-child-process-windows-hide.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-cli-node-options-disallowed.js test: check that --expose-internals is disallowed in NODE_OPTIONS 2020-04-05 17:49:36 -07:00
test-cli-node-options.js module: unflag Top-Level Await 2020-08-03 14:27:28 -04:00
test-cli-node-print-help.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-cli-options-precedence.js doc,test: specify and test CLI option precedence rules 2020-09-11 10:31:35 +02:00
test-cli-syntax-eval.js
test-cli-syntax-piped-bad.js
test-cli-syntax-piped-good.js
test-client-request-destroy.js http: return this from ClientRequest#destroy() 2020-05-09 13:57:28 -04:00
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-concurrent-disconnect.js cluster: fix error on worker disconnect/destroy 2020-04-28 19:20:53 +02:00
test-cluster-cwd.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
test-cluster-dgram-bind-fd.js
test-cluster-dgram-ipv6only.js
test-cluster-dgram-reuse.js
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-exitedAfterDisconnect-race.js
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js
test-cluster-disconnect-unshared-tcp.js
test-cluster-disconnect-unshared-udp.js
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js
test-cluster-eaddrinuse.js
test-cluster-fork-env.js
test-cluster-fork-stdio.js
test-cluster-fork-windowsHide.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-cluster-http-pipe.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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-master-error.js test: modernize test-cluster-master-error 2020-08-19 10:45:09 -07:00
test-cluster-master-kill.js
test-cluster-message.js
test-cluster-net-listen-ipv6only-false.js test: use Promise.all() in test-cluster-net-listen-ipv6only-false 2020-03-27 23:16:20 -07:00
test-cluster-net-listen-relative-path.js test: fix test-cluster-net-listen-relative-path.js to run in / 2020-08-20 10:33:05 -07:00
test-cluster-net-listen.js
test-cluster-net-send.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-master-argv.js
test-cluster-setup-master-cumulative.js
test-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js test: replace console.log/error with debuglog 2020-04-10 00:41:22 +08:00
test-cluster-setup-master.js
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-cluster-worker-disconnect-on-error.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-cluster-worker-disconnect.js
test-cluster-worker-events.js
test-cluster-worker-exit.js
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 src: make code cache test work with snapshots 2020-07-18 11:23:13 +08:00
test-common-countdown.js
test-common-gc.js
test-common-must-not-call.js test: print arguments passed to mustNotCall function 2020-06-24 15:41:44 -07:00
test-common.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-console-assign-undefined.js
test-console-async-write-error.js
test-console-clear.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02:00
test-console-count.js
test-console-formatTime.js
test-console-group.js console: support console constructor groupIndentation option 2020-04-29 03:51:03 +02:00
test-console-instance.js console: fixup error message 2020-03-28 14:37:32 +01:00
test-console-log-stdio-broken-dest.js
test-console-log-throw-primitive.js
test-console-methods.js console: name console functions appropriately 2020-05-30 04:19:27 +02:00
test-console-no-swallow-stack-overflow.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-console-tty-colors.js console: fixup error message 2020-03-28 14:37:32 +01:00
test-console.js
test-constants.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-coverage-with-inspector-disabled.js
test-crypto-aes-wrap.js
test-crypto-authenticated-stream.js test: remove unnecessary eslint-disable comment 2020-06-23 05:24:44 -07:00
test-crypto-authenticated.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-binary-default.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-crypto-certificate.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-cipher-decipher.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-cipheriv-decipheriv.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-classes.js
test-crypto-des3-wrap.js
test-crypto-dh-leak.js test: skip memory usage tests when ASAN is enabled 2020-04-30 18:22:03 +02:00
test-crypto-dh-odd-key.js
test-crypto-dh-padding.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-crypto-dh-stateless.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-crypto-dh.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-ecdh-convert-key.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-engine.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-crypto-fips.js test: use spread object 2020-01-03 01:44:54 +01:00
test-crypto-from-binary.js
test-crypto-getcipherinfo.js crypto: add getCipherInfo method 2020-10-13 09:30:53 -07:00
test-crypto-hash-stream-pipe.js
test-crypto-hash.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-hkdf.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-crypto-hmac.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-key-objects-messageport.js worker: make MessagePort inherit from EventTarget 2020-07-22 22:59:11 +02:00
test-crypto-key-objects.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-keygen.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-crypto-lazy-transform-writable.js
test-crypto-op-during-process-exit.js src: shutdown libuv before exit() 2020-09-05 15:15:28 -07:00
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-pbkdf2.js test: refactor test-crypto-pbkdf2 2020-10-20 04:57:50 -07:00
test-crypto-private-decrypt-gh32240.js crypto: clear openssl error stack after en/decrypt 2020-03-30 17:13:45 +02:00
test-crypto-random.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-crypto-rsa-dsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-scrypt.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-crypto-secret-keygen.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-crypto-sign-verify.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-crypto-stream.js
test-crypto-update-encoding.js crypto: make update(buf, enc) ignore encoding 2020-03-05 15:24:17 -04:00
test-crypto-verify-failure.js
test-crypto-worker-thread.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-crypto.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
test-cwd-enoent.js
test-debug-args.js
test-debugger-pid.js src: remove deprecated node debug command 2020-06-01 08:29:28 -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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-bind-fd.js
test-dgram-bind.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-bytes-length.js
test-dgram-close-during-bind.js
test-dgram-close-in-listening.js
test-dgram-close-is-not-callback.js
test-dgram-close.js
test-dgram-cluster-bind-error.js
test-dgram-cluster-close-during-bind.js
test-dgram-connect-send-callback-buffer-length.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-connect-send-callback-buffer.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-connect-send-empty-packet.js
test-dgram-connect-send-multi-buffer-copy.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-connect-send-multi-string-array.js
test-dgram-connect.js lib: fix validateport error message when allowZero is false 2020-04-28 19:15:03 +02:00
test-dgram-create-socket-handle-fd.js
test-dgram-create-socket-handle.js
test-dgram-createSocket-type.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-custom-lookup.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-deprecation-error.js
test-dgram-error-message-address.js test: report actual error code on failure 2020-07-03 10:50:49 -04:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface.js
test-dgram-multicast-setTTL.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-oob-buffer.js
test-dgram-recv-error.js
test-dgram-ref.js
test-dgram-send-address-types.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-send-bad-arguments.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
test-dgram-send-callback-buffer-empty-address.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-send-callback-buffer-length-empty-address.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-send-callback-buffer-length.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-send-callback-buffer.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dgram-send-callback-multi-buffer-empty-address.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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 dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-socket-buffer-size.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dgram-udp4.js
test-dgram-udp6-link-local-address.js dgram: add IPv6 scope id suffix to received udp6 dgrams 2020-07-21 11:59:50 +01:00
test-dgram-udp6-send-default-host.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
test-dgram-unref.js
test-directory-import.js module: add specific error for dir import 2020-05-15 19:08:39 -07:00
test-disable-proto-delete.js lib: add option to disable __proto__ 2020-03-18 10:22:42 -07:00
test-disable-proto-throw.js lib: add option to disable __proto__ 2020-03-18 10:22:42 -07:00
test-dns-cancel-reverse-lookup.js
test-dns-channel-cancel.js
test-dns-channel-timeout.js dns: make dns.Resolver timeout configurable 2020-06-01 08:07:59 -07:00
test-dns-lookup-promises.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-dns-lookup.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dns-lookupService-promises.js test: rename test-lookupService-promises 2020-05-08 01:34:48 +02:00
test-dns-lookupService.js
test-dns-memory-error.js
test-dns-multi-channel.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dns-promises-exists.js dns: add dns/promises alias 2020-05-24 03:26:21 +02:00
test-dns-resolve-promises.js test,dns: add coverage for dns exception 2020-02-09 07:36:08 -10:00
test-dns-resolveany-bad-ancount.js
test-dns-resolveany.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-dns-resolvens-typeerror.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dns-setserver-when-querying.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-dns-setservers-type-check.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-dns.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-domain-abort-on-uncaught.js
test-domain-add-remove.js
test-domain-async-id-map-leak.js
test-domain-bind-timeout.js
test-domain-crypto.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-domain-ee-error-listener.js
test-domain-ee-implicit.js
test-domain-ee.js
test-domain-emit-error-handler-stack.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-domain-enter-exit.js
test-domain-error-types.js
test-domain-from-timer.js
test-domain-fs-enoent-stream.js
test-domain-http-server.js domain: fix unintentional deprecation warning 2020-07-07 22:08:16 +02:00
test-domain-implicit-binding.js domain: fix unintentional deprecation warning 2020-07-07 22:08:16 +02:00
test-domain-implicit-fs.js domain: fix unintentional deprecation warning 2020-07-07 22:08:16 +02:00
test-domain-intercept.js
test-domain-load-after-set-uncaught-exception-capture.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-domain-multi.js domain: fix unintentional deprecation warning 2020-07-07 22:08:16 +02:00
test-domain-multiple-errors.js
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js
test-domain-no-error-handler-abort-on-uncaught-0.js
test-domain-no-error-handler-abort-on-uncaught-1.js
test-domain-no-error-handler-abort-on-uncaught-2.js
test-domain-no-error-handler-abort-on-uncaught-3.js
test-domain-no-error-handler-abort-on-uncaught-4.js
test-domain-no-error-handler-abort-on-uncaught-5.js
test-domain-no-error-handler-abort-on-uncaught-6.js
test-domain-no-error-handler-abort-on-uncaught-7.js
test-domain-no-error-handler-abort-on-uncaught-8.js
test-domain-no-error-handler-abort-on-uncaught-9.js
test-domain-promise.js domain: fix unintentional deprecation warning 2020-07-07 22:08:16 +02:00
test-domain-run.js
test-domain-safe-exit.js
test-domain-set-uncaught-exception-capture-after-load.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-domain-timer.js
test-domain-timers-uncaught-exception.js
test-domain-timers.js
test-domain-top-level-error-handler-clears-stack.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-domain-top-level-error-handler-throw.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-domain-uncaught-exception.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-domain-with-abort-on-uncaught-exception.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-dsa-fips-invalid-key.js
test-dummy-stdio.js
test-emit-after-uncaught-exception.js
test-env-newprotomethod-remove-unnecessary-prototypes.js
test-env-var-no-warnings.js process: suggest --trace-warnings when printing warning 2020-04-15 02:10:53 +02:00
test-err-name-deprecation.js
test-error-prepare-stack-trace.js errors: support prepareSourceMap with source-maps 2020-01-02 15:07:38 -08:00
test-error-reporting.js
test-error-serdes.js worker: fix nested uncaught exception handling 2020-07-14 15:08:21 +02:00
test-errors-systemerror.js
test-eslint-alphabetize-errors.js
test-eslint-async-iife-no-unused-result.js tools: add linting rule for async IIFEs 2020-07-20 18:13:32 +02:00
test-eslint-crypto-check.js
test-eslint-documented-errors.js
test-eslint-duplicate-requires.js
test-eslint-eslint-check.js
test-eslint-inspector-check.js
test-eslint-lowercase-name-for-primitive.js
test-eslint-no-unescaped-regexp-dot.js
test-eslint-prefer-assert-iferror.js
test-eslint-prefer-assert-methods.js
test-eslint-prefer-common-mustnotcall.js
test-eslint-prefer-common-mustsucceed.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-eslint-prefer-util-format-errors.js
test-eslint-require-common-first.js
test-eslint-required-modules.js
test-eval-strict-referenceerror.js
test-event-capture-rejections.js test: better error validations for event-capture 2020-04-24 16:36:31 +02:00
test-event-emitter-add-listeners.js test: refactor events tests for invalid listeners 2020-04-24 16:26:42 +02:00
test-event-emitter-check-listener-leaks.js
test-event-emitter-error-monitor.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-event-emitter-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-event-emitter-get-max-listeners.js
test-event-emitter-invalid-listener.js test: refactor events tests for invalid listeners 2020-04-24 16:26:42 +02:00
test-event-emitter-listener-count.js
test-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js
test-event-emitter-max-listeners-warning-for-null.js
test-event-emitter-max-listeners-warning-for-symbol.js
test-event-emitter-max-listeners-warning.js
test-event-emitter-max-listeners.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js test: refactor events tests for invalid listeners 2020-04-24 16:26:42 +02:00
test-event-emitter-prepend.js test: refactor events tests for invalid listeners 2020-04-24 16:26:42 +02:00
test-event-emitter-remove-all-listeners.js events: fix removeListener for Symbols 2020-03-07 10:47:12 -08:00
test-event-emitter-remove-listeners.js test: refactor events tests for invalid listeners 2020-04-24 16:26:42 +02:00
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js
test-event-emitter-subclass.js
test-event-emitter-symbols.js
test-event-on-async-iterator.js lib: add EventTarget-related browser globals 2020-10-11 14:35:17 +00:00
test-events-list.js
test-events-once.js lib: add EventTarget-related browser globals 2020-10-11 14:35:17 +00:00
test-events-uncaught-exception-stack.js
test-eventtarget-once-twice.js events: fix add-remove-add case in EventTarget 2020-06-25 19:28:45 -07:00
test-eventtarget-whatwg-passive.js lib: add EventTarget-related browser globals 2020-10-11 14:35:17 +00:00
test-eventtarget.js test: improve test coverage for eventtarget 2020-10-06 05:39:02 -05:00
test-exception-handler2.js
test-exception-handler.js
test-file-read-noexist.js
test-file-write-stream2.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-file-write-stream3.js fs: replace checkPosition with validateInteger 2020-05-22 09:50:49 +08:00
test-file-write-stream4.js fs: do not emit 'close' twice if emitClose enabled 2020-01-19 16:43:42 -08:00
test-file-write-stream.js fs: reimplement read and write streams using stream.construct 2020-05-27 10:24:33 +02:00
test-filehandle-close.js fs: add missing HandleScope to FileHandle.close 2020-01-11 09:51:18 -08:00
test-fixed-queue.js
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-freeze-intrinsics.js bootstrap: correct --frozen-intrinsics override fix 2020-09-06 16:48:14 -07:00
test-fs-access.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-fs-append-file-sync.js fs: validate the input data to be of expected types 2020-02-05 13:39:53 +01:00
test-fs-append-file.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-assert-encoding-error.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-fs-buffer.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-buffertype-writesync.js fs: validate the input data to be of expected types 2020-02-05 13:39:53 +01:00
test-fs-chmod-mask.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-chmod.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-chown-type-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-close-errors.js
test-fs-close.js
test-fs-copyfile-respect-permissions.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-fs-copyfile.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-empty-readStream.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-error-messages.js fs: improve mode and flags validation 2020-01-12 20:45:21 +01:00
test-fs-exists.js
test-fs-existssync-false.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-fchmod.js
test-fs-fchown.js fs: fix valid id range on chown, lchown, fchown 2020-03-09 12:37:29 +01:00
test-fs-filehandle-use-after-close.js fs: unset FileHandle fd after close 2020-01-18 22:24:54 +01:00
test-fs-filehandle.js doc,src,test: assign missing deprecation code 2020-02-09 11:38:29 -05:00
test-fs-fmap.js
test-fs-fsync.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-lchmod.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-lchown.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-link.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-long-path.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-make-callback.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-makeStatsCallback.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-mkdir-mode-mask.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-mkdir-recursive-eaccess.js fs: bail on permission error in recursive directory creation 2020-01-26 22:32:33 -08:00
test-fs-mkdir-rmdir.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-mkdir.js fs: fixup error message for invalid options.recursive 2020-03-28 14:36:27 +01:00
test-fs-mkdtemp-prefix-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-mkdtemp.js
test-fs-non-number-arguments-throw.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-null-bytes.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-open-flags.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-open-mode-mask.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-open-no-close.js fs: rimraf should not recurse on failure 2020-10-13 15:04:57 -07:00
test-fs-open-numeric-flags.js
test-fs-open.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-opendir.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-options-immutable.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-fs-promises-exists.js fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
test-fs-promises-file-handle-append-file.js
test-fs-promises-file-handle-chmod.js
test-fs-promises-file-handle-close.js test: fix flaky test-fs-promises-file-handle-close 2020-02-10 15:42:22 +01:00
test-fs-promises-file-handle-read.js
test-fs-promises-file-handle-readFile.js
test-fs-promises-file-handle-stat.js
test-fs-promises-file-handle-sync.js fs: improve mode and flags validation 2020-01-12 20:45:21 +01:00
test-fs-promises-file-handle-truncate.js
test-fs-promises-file-handle-write.js fs: validate the input data to be of expected types 2020-02-05 13:39:53 +01:00
test-fs-promises-file-handle-writeFile.js
test-fs-promises-readfile-empty.js
test-fs-promises-readfile-with-fd.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-fs-promises-readfile.js
test-fs-promises-writefile-typedarray.js fs: fix fs.promises.writeFile with typed arrays 2020-09-29 14:23:52 +00:00
test-fs-promises-writefile-with-fd.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-fs-promises-writefile.js
test-fs-promises.js fs: validate the input data to be of expected types 2020-02-05 13:39:53 +01:00
test-fs-promisified.js
test-fs-read-empty-buffer.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-fs-read-file-assert-encoding.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js
test-fs-read-optional-params.js test: fix a typo on test-fs-read-optional-params 2020-03-30 17:09:35 +02:00
test-fs-read-promises-optional-params.js fs: make fs.read params optional 2020-03-11 16:47:29 +01:00
test-fs-read-stream-autoClose.js fs: fix WriteStream autoClose order 2020-02-16 14:33:20 +01:00
test-fs-read-stream-concurrent-reads.js
test-fs-read-stream-double-close.js
test-fs-read-stream-encoding.js
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js
test-fs-read-stream-fd.js
test-fs-read-stream-inherit.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-read-stream-patch-open.js fs: reimplement read and write streams using stream.construct 2020-05-27 10:24:33 +02:00
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-read-stream.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-read-type.js fs: update validateOffsetLengthRead in utils.js 2020-04-23 11:14:29 +03:00
test-fs-read-zero-length.js
test-fs-read.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readdir-buffer.js fs: fix readdir failure when libuv returns UV_DIRENT_UNKNOWN 2020-06-25 11:58:50 -07:00
test-fs-readdir-stack-overflow.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-readdir-types.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readdir-ucs2.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readdir.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfile-empty.js
test-fs-readfile-error.js test: use spread object 2020-01-03 01:44:54 +01:00
test-fs-readfile-fd.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfile-flags.js lib: fix readFile flag option typo 2020-10-13 16:54:29 +02:00
test-fs-readfile-pipe-large.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfile-pipe.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfile-unlink.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfile-zero-byte-liar.js
test-fs-readfile.js
test-fs-readfilesync-enoent.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readfilesync-pipe-large.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-readlink-type-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-readSync-optional-params.js fs: make parameters optional for readSync 2020-04-02 18:34:31 +02:00
test-fs-readv-promises.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-fs-readv-promisify.js fs: support util.promisify for fs.readv 2020-05-30 10:17:31 -07:00
test-fs-readv-sync.js test: save test file in temporary directory 2020-04-07 20:34:16 +02:00
test-fs-readv.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-ready-event-stream.js
test-fs-realpath-buffer-encoding.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-realpath-native.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-realpath-on-substed-drive.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-realpath-pipe.js
test-fs-realpath.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-rename-type-check.js
test-fs-rm.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-rmdir-recursive-warns-not-found.js fs: deprecation warning on recursive rmdir 2020-10-14 18:56:40 -07:00
test-fs-rmdir-recursive-warns-on-file.js fs: deprecation warning on recursive rmdir 2020-10-14 18:56:40 -07:00
test-fs-rmdir-recursive.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-rmdir-type-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-sir-writes-alot.js
test-fs-stat-bigint.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-fs-stat.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-stream-construct-compat-error-read.js test: fix flaky test-fs-stream-construct 2020-07-06 17:32:24 -07:00
test-fs-stream-construct-compat-error-write.js test: fix flaky test-fs-stream-construct 2020-07-06 17:32:24 -07:00
test-fs-stream-construct-compat-graceful-fs.js test: fix flaky test-fs-stream-construct 2020-07-06 17:32:24 -07:00
test-fs-stream-construct-compat-old-node.js test: fix flaky test-fs-stream-construct 2020-07-06 17:32:24 -07:00
test-fs-stream-destroy-emit-error.js fs: change streams to always emit close by default 2020-01-20 21:47:29 -08:00
test-fs-stream-double-close.js
test-fs-stream-fs-options.js test: add tests for options.fs in fs streams 2020-05-04 13:29:16 -05:00
test-fs-symlink-buffer-path.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-symlink-dir-junction-relative.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-symlink-dir-junction.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-symlink-dir.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-symlink-longpath.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-symlink.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js
test-fs-timestamp-parsing-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-truncate-clear-file-zero.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-truncate-fd.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-truncate-sync.js
test-fs-truncate.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-unlink-type-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-util-validateoffsetlengthwrite.js lib,src: switch Buffer::kMaxLength to size_t 2020-01-21 13:55:40 -08:00
test-fs-utils-get-dirents.js fs: fix readdir failure when libuv returns UV_DIRENT_UNKNOWN 2020-06-25 11:58:50 -07:00
test-fs-utimes.js fs: implement lutimes 2020-06-23 09:14:28 +00:00
test-fs-watch-close-when-destroyed.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-fs-watch-encoding.js
test-fs-watch-enoent.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-fs-watch-file-enoent-after-deletion.js
test-fs-watch-recursive.js fs: watch signals for recursive incompatibility 2020-01-24 20:57:27 -08:00
test-fs-watch-ref-unref.js fs: add .ref() and .unref() methods to watcher classes 2020-05-09 07:59:08 +02:00
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-watchfile-bigint.js
test-fs-watchfile-ref-unref.js fs: add .ref() and .unref() methods to watcher classes 2020-05-09 07:59:08 +02:00
test-fs-watchfile.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-whatwg-url.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-write-buffer.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-write-file-buffer.js
test-fs-write-file-invalid-path.js
test-fs-write-file-sync.js fs: loosen validation to allow objects with an own toString function 2020-09-15 16:46:50 -07:00
test-fs-write-file-typedarrays.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-write-file.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-write-no-fd.js
test-fs-write-reuse-callback.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-write-sigxfsz.js
test-fs-write-stream-autoclose-option.js fs: fix WriteStream autoClose order 2020-02-16 14:33:20 +01:00
test-fs-write-stream-change-open.js
test-fs-write-stream-close-without-callback.js
test-fs-write-stream-double-close.js
test-fs-write-stream-encoding.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-fs.js
test-fs-write-stream-patch-open.js fs: reimplement read and write streams using stream.construct 2020-05-27 10:24:33 +02:00
test-fs-write-stream-throw-type-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-write-stream.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-fs-write-sync.js
test-fs-write.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-writefile-with-fd.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-fs-writev-promises.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-fs-writev-sync.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-fs-writev.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-gc-http-client-connaborted.js
test-gc-http-client-onerror.js
test-gc-http-client-timeout.js
test-gc-net-timeout.js test: fix flaky test-gc-net-timeout 2020-03-01 18:38:49 +01:00
test-gc-tls-external-memory.js
test-global-console-exists.js
test-global-encoder.js
test-global-setters.js
test-global.js
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed.js
test-heapdump-async-hooks-init-promise.js
test-http2-altsvc.js
test-http2-backpressure.js
test-http2-binding.js src,http2: introduce node_http_common 2020-03-06 07:19:12 -08:00
test-http2-buffersize.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-byteswritten-server.js http2: add bytesWritten test for Http2Stream 2020-05-09 08:00:25 +02:00
test-http2-capture-rejection.js http2: wait for session socket writable end on close/destroy 2019-12-25 11:07:04 +01:00
test-http2-client-data-end.js
test-http2-client-destroy.js stream: do not emit 'end' after 'error' 2020-01-05 22:10:19 -08:00
test-http2-client-http1-server.js deps: update llhttp to 2.1.2 2020-09-15 15:39:45 -04:00
test-http2-client-onconnect-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01: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 lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-http2-client-rststream-before-connect.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-client-set-priority.js
test-http2-client-setNextStreamID-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-client-settings-before-connect.js http2: add maxHeaderSize option to http2 2020-08-12 09:58:35 +02:00
test-http2-client-shutdown-before-connect.js
test-http2-client-socket-destroy.js
test-http2-client-stream-destroy-before-connect.js stream: do not emit 'end' after 'error' 2020-01-05 22:10:19 -08:00
test-http2-client-unescaped-path.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-client-upload-reject.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-client-upload.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-client-write-before-connect.js
test-http2-client-write-empty-string.js
test-http2-compat-aborted.js
test-http2-compat-client-upload-reject.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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 http2: allow Host in HTTP/2 requests 2020-08-17 13:49:59 +02:00
test-http2-compat-serverrequest-pause.js
test-http2-compat-serverrequest-pipe.js
test-http2-compat-serverrequest-settimeout.js http2: return this for Http2ServerRequest#setTimeout 2020-06-25 16:26:04 +02:00
test-http2-compat-serverrequest-trailers.js
test-http2-compat-serverrequest.js
test-http2-compat-serverresponse-close.js
test-http2-compat-serverresponse-createpushresponse.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-compat-serverresponse-destroy.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-compat-serverresponse-drain.js
test-http2-compat-serverresponse-end-after-statuses-without-body.js
test-http2-compat-serverresponse-end.js http2: always call callback on Http2ServerResponse#end 2020-06-19 18:22:44 +02:00
test-http2-compat-serverresponse-finished.js
test-http2-compat-serverresponse-flushheaders.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-compat-serverresponse-headers-after-destroy.js
test-http2-compat-serverresponse-headers-send-date.js http2: fix Http2Response.sendDate 2020-08-22 12:49:11 -07:00
test-http2-compat-serverresponse-headers.js http2: fix Http2Response.sendDate 2020-08-22 12:49:11 -07:00
test-http2-compat-serverresponse-settimeout.js
test-http2-compat-serverresponse-statuscode.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-compat-serverresponse-write.js http2: make HTTP2ServerResponse more streams compliant 2020-01-01 18:40:12 +01:00
test-http2-compat-serverresponse-writehead-array.js
test-http2-compat-serverresponse-writehead.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-compat-short-stream-client-server.js
test-http2-compat-socket-destroy-delayed.js
test-http2-compat-socket-set.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-compat-socket.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-http2-compat-write-head-destroyed.js
test-http2-connect-method-extended-cant-turn-off.js
test-http2-connect-method-extended.js
test-http2-connect-method.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-connect-options.js
test-http2-connect.js test: add ALPNProtocols option to clientOptions 2020-10-09 16:28:01 +02:00
test-http2-cookies.js
test-http2-create-client-connect.js http2: wait for session socket writable end on close/destroy 2019-12-25 11:07:04 +01:00
test-http2-create-client-secure-session.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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 src: fix console debug output on Windows 2020-02-02 14:12:23 +01:00
test-http2-dont-lose-data.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-dont-override.js
test-http2-endafterheaders.js
test-http2-error-order.js
test-http2-forget-closed-streams.js
test-http2-generic-streams-sendfile.js
test-http2-generic-streams.js
test-http2-getpackedsettings.js http2: add maxHeaderSize option to http2 2020-08-12 09:58:35 +02:00
test-http2-goaway-opaquedata.js http2: wait for session socket writable end on close/destroy 2019-12-25 11:07:04 +01:00
test-http2-head-request.js stream: do not emit 'end' after 'error' 2020-01-05 22:10:19 -08:00
test-http2-https-fallback-http-server-options.js
test-http2-https-fallback.js
test-http2-info-headers-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-info-headers.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-invalidargtypes-errors.js http2: refactor state code validation for the http2Stream class 2020-05-30 13:00:41 +08:00
test-http2-invalidheaderfield.js test: fix flaky test-http2-invalidheaderfield 2020-07-03 08:44:15 -07:00
test-http2-invalidheaderfields-client.js http2: add invalidheaders test 2020-06-17 10:26:03 +02:00
test-http2-large-write-close.js
test-http2-large-write-destroy.js
test-http2-large-write-multiple-requests.js
test-http2-large-writes-session-memory-leak.js
test-http2-malformed-altsvc.js
test-http2-many-writes-and-destroy.js
test-http2-max-concurrent-streams.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-max-invalid-frames.js net: autoDestroy Socket 2020-04-02 23:38:32 +02:00
test-http2-max-session-memory-leak.js
test-http2-max-settings.js http2: implement support for max settings entries 2020-06-02 20:35:51 +02:00
test-http2-methods.js
test-http2-misbehaving-flow-control-paused.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-misbehaving-flow-control.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-misbehaving-multiplex.js http2: use and support non-empty DATA frame with END_STREAM flag 2020-08-17 14:26:01 +02:00
test-http2-misc-util.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-misused-pseudoheaders.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-multi-content-length.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-multiheaders-raw.js
test-http2-multiheaders.js
test-http2-multiplex.js
test-http2-multistream-destroy-on-read-tls.js
test-http2-no-more-streams.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-no-wanttrailers-listener.js
test-http2-onping.js
test-http2-options-max-headers-block-length.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-options-max-reserved-streams.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-options-server-request.js
test-http2-options-server-response.js
test-http2-origin.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-http2-pack-end-stream-flag.js http2: use and support non-empty DATA frame with END_STREAM flag 2020-08-17 14:26:01 +02:00
test-http2-padding-aligned.js http2: use and support non-empty DATA frame with END_STREAM flag 2020-08-17 14:26:01 +02:00
test-http2-perf_hooks.js http2: use and support non-empty DATA frame with END_STREAM flag 2020-08-17 14:26:01 +02:00
test-http2-ping-settings-heapdump.js http2: wait for session socket writable end on close/destroy 2019-12-25 11:07:04 +01:00
test-http2-ping-unsolicited-ack.js
test-http2-ping.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: log errors in test-http2-propagate-session-destroy-code 2019-12-27 06:19:10 -08:00
test-http2-removed-header-stays-removed.js http2: do not modify explicity set date headers 2020-05-20 12:33:50 +02:00
test-http2-request-remove-connect-listener.js
test-http2-request-response-proto.js
test-http2-res-corked.js test: add test for Http2ServerResponse#[writableCorked,cork,uncork] 2020-06-25 09:30:24 -07:00
test-http2-res-writable-properties.js http2: add writable* properties to compat api 2020-05-30 04:04:09 +02:00
test-http2-reset-flood.js test: fix flaky test-http2-reset-flood 2020-07-14 15:15:00 +02:00
test-http2-respond-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-file-204.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-file-304.js
test-http2-respond-file-404.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-file-compat.js
test-http2-respond-file-error-dir.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-file-error-pipe-offset.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-respond-file-errors.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-http2-respond-file-fd-errors.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-http2-respond-file-fd-invalid.js test: refactor common.expectsError 2019-12-31 15:54:20 +01: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: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-respond-file.js
test-http2-respond-nghttperrors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-no-data.js
test-http2-respond-with-fd-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-respond-with-file-connection-abort.js
test-http2-response-splitting.js
test-http2-sensitive-headers.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
test-http2-sent-headers.js
test-http2-serve-file.js
test-http2-server-close-callback.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-server-errors.js
test-http2-server-http1-client.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-push-disabled.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-push-stream-errors-args.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-push-stream-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-push-stream-head.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-push-stream.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http2-server-rst-before-respond.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-rst-stream.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-session-destroy.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-http2-server-sessionerror.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-set-header.js
test-http2-server-settimeout-no-callback.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-shutdown-before-respond.js
test-http2-server-shutdown-options-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-shutdown-redundant.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-server-socket-destroy.js
test-http2-server-startup.js
test-http2-server-stream-session-destroy.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-http2-server-timeout.js doc,test: add server.timeout property to http2 public API 2020-03-11 19:33:48 +01:00
test-http2-session-gc-while-write-scheduled.js
test-http2-session-settings.js http2: add maxHeaderSize option to http2 2020-08-12 09:58:35 +02: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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-socket-proxy.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-http2-status-code-invalid.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-status-code.js
test-http2-stream-client.js
test-http2-stream-destroy-event-order.js test: fix flaky test-http2-stream-destroy-event-order 2020-02-06 04:06:56 -10:00
test-http2-stream-removelisteners-after-close.js
test-http2-timeouts.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-tls-disconnect.js
test-http2-too-large-headers.js http2: add maxHeaderSize option to http2 2020-08-12 09:58:35 +02:00
test-http2-too-many-headers.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-too-many-settings.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-too-many-streams.js
test-http2-trailers.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-unbound-socket-proxy.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-util-assert-valid-pseudoheader.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-util-asserts.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-util-headers-list.js http2: allow Host in HTTP/2 requests 2020-08-17 13:49:59 +02:00
test-http2-util-nghttp2error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http2-util-update-options-buffer.js http2: implement support for max settings entries 2020-06-02 20:35:51 +02:00
test-http2-window-size.js
test-http2-write-callbacks.js
test-http2-write-empty-string.js
test-http2-write-finishes-after-stream-destroy.js
test-http2-zero-length-header.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
test-http2-zero-length-write.js
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-abort-before-end.js
test-http-abort-client.js http: emit 'error' on aborted server request 2020-05-10 22:11:21 +02:00
test-http-abort-queued.js
test-http-abort-stream-end.js
test-http-aborted.js http: emit 'error' on aborted server request 2020-05-10 22:11:21 +02:00
test-http-addrequest-localaddress.js
test-http-after-connect.js
test-http-agent-close.js http: ensure client request emits close 2020-05-04 11:35:58 +02:00
test-http-agent-destroyed-socket.js http: detach socket from IncomingMessage on keep-alive 2020-03-10 23:44:49 +01:00
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 http: free listeners on free sockets 2020-01-03 01:36:15 +01:00
test-http-agent-maxsockets-respected.js
test-http-agent-maxsockets.js
test-http-agent-maxtotalsockets.js http: add maxTotalSockets to agent class 2020-06-21 18:20:05 +02:00
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent-remove.js
test-http-agent-scheduling.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-http-agent-timeout-option.js http: fix socket re-use races 2020-03-07 20:51:12 +01:00
test-http-agent-timeout.js http: set default timeout in agent keepSocketAlive 2020-04-30 22:42:23 +02:00
test-http-agent-uninitialized-with-handle.js
test-http-agent-uninitialized.js
test-http-agent.js
test-http-allow-content-length-304.js http: allow Content-Length header for 304 responses 2020-09-11 16:42:01 -07:00
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-http-chunked.js
test-http-client-abort2.js
test-http-client-abort-destroy.js http: align OutgoingMessage and ClientRequest destroy 2020-03-10 18:15:01 +01:00
test-http-client-abort-event.js
test-http-client-abort-keep-alive-destroy-res.js http: detach socket from IncomingMessage on keep-alive 2020-03-10 23:44:49 +01:00
test-http-client-abort-keep-alive-queued-tcp-socket.js http: align OutgoingMessage and ClientRequest destroy 2020-03-10 18:15:01 +01:00
test-http-client-abort-keep-alive-queued-unix-socket.js
test-http-client-abort-no-agent.js
test-http-client-abort-response-event.js
test-http-client-abort-unix-socket.js
test-http-client-abort.js
test-http-client-aborted-event.js http: emit 'error' on aborted server request 2020-05-10 22:11:21 +02:00
test-http-client-agent-abort-close-event.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-agent-end-close-event.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-agent.js
test-http-client-check-http-token.js http: fixup options.method error message 2020-03-27 16:01:24 +01:00
test-http-client-close-event.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-default-headers-exist.js test: revise test-http-client-default-headers-exist 2020-03-27 16:58:56 -07:00
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-error-rawbytes.js test: using TE to smuggle reqs is not possible 2020-02-06 15:22:51 +01:00
test-http-client-finished.js
test-http-client-get-url.js
test-http-client-headers-array.js
test-http-client-headers-host-array.js
test-http-client-immediate-error.js
test-http-client-invalid-path.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-client-keep-alive-release-before-finish.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-http-client-override-global-agent.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-parse-error.js
test-http-client-pipe-end.js
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js
test-http-client-readable.js
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-reject-unexpected-agent.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-client-req-error-dont-double-fire.js
test-http-client-res-destroyed.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-client-response-domain.js
test-http-client-response-timeout.js http: make response.setTimeout() work 2020-10-07 13:50:22 -05:00
test-http-client-set-timeout-after-end.js http: fix socket re-use races 2020-03-07 20:51:12 +01:00
test-http-client-set-timeout.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-spurious-aborted.js http: emit 'error' on aborted server request 2020-05-10 22:11:21 +02:00
test-http-client-timeout-agent.js
test-http-client-timeout-connect-listener.js
test-http-client-timeout-event.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-timeout-on-connect.js
test-http-client-timeout-option-listeners.js http: make response.setTimeout() work 2020-10-07 13:50:22 -05:00
test-http-client-timeout-option-with-agent.js http: fix socket re-use races 2020-03-07 20:51:12 +01:00
test-http-client-timeout-option.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-timeout-with-data.js
test-http-client-timeout.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-client-unescaped-path.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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 http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-connect.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-content-length.js
test-http-contentLength0.js
test-http-correct-hostname.js
test-http-createConnection.js
test-http-date-header.js
test-http-debug.js
test-http-default-encoding.js
test-http-default-port.js
test-http-deprecated-urls.js
test-http-destroyed-socket-write2.js test: convert assertion that always fails to assert.fail() 2020-08-17 22:09:30 -07:00
test-http-dns-error.js
test-http-double-content-length.js
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 http: don't write error to socket 2020-07-25 09:59:41 +02:00
test-http-header-obstext.js
test-http-header-overflow.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-header-owstext.js http: strip trailing OWS from header values 2020-02-06 15:22:50 +01:00
test-http-header-read.js
test-http-header-validators.js http: expose http.validate-header-name/value 2020-05-09 07:55:55 +02:00
test-http-hex-write.js
test-http-highwatermark.js
test-http-host-header-ipv6-fail.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-http-host-headers.js
test-http-hostname-typechecking.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-incoming-matchKnownFields.js
test-http-incoming-message-connection-setter.js test: increase coverage for _http_incoming.js 2019-12-27 20:11:27 -08:00
test-http-incoming-message-destroy.js http: return this from IncomingMessage#destroy() 2020-05-09 13:57:28 -04:00
test-http-incoming-message-options.js
test-http-incoming-pipelined-socket-destroy.js
test-http-information-headers.js
test-http-information-processing.js test: replace console.error() with debuglog calls 2020-04-03 02:42:24 -07:00
test-http-insecure-parser-per-stream.js http: make --insecure-http-parser configurable per-stream or per-server 2020-01-24 17:54:23 +01:00
test-http-insecure-parser.js test: check that --insecure-http-parser works 2020-01-09 15:31:32 -08:00
test-http-invalid-path-chars.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-invalid-te.js test: using TE to smuggle reqs is not possible 2020-02-06 15:22:51 +01:00
test-http-invalid-urls.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-invalidheaderfield2.js
test-http-invalidheaderfield.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive-timeout-custom.js http: only set keep-alive when not exists 2020-09-12 20:22:56 +08:00
test-http-keep-alive-timeout.js http: only set keep-alive when not exists 2020-09-12 20:22:56 +08:00
test-http-keep-alive.js
test-http-keepalive-client.js
test-http-keepalive-free.js http: don't destroy completed request 2020-05-11 18:02:32 +02:00
test-http-keepalive-override.js
test-http-keepalive-request.js
test-http-listening.js
test-http-localaddress-bind-error.js
test-http-localaddress.js
test-http-malformed-request.js
test-http-many-ended-pipelines.js
test-http-max-header-size-per-stream.js
test-http-max-header-size.js http: increase default header size from 8KB to 16KB 2020-03-29 22:38:57 +02:00
test-http-max-headers-count.js
test-http-max-http-headers.js http: increase default header size from 8KB to 16KB 2020-03-29 22:38:57 +02:00
test-http-methods.js deps: update llhttp to 2.1.2 2020-09-15 15:39:45 -04:00
test-http-multi-line-headers.js
test-http-mutable-headers.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-no-content-length.js
test-http-no-read-no-dump.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-http-outgoing-buffer.js
test-http-outgoing-destroy.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
test-http-outgoing-destroyed.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
test-http-outgoing-end-multiple.js
test-http-outgoing-end-types.js http2: add type checks for Http2ServerResponse.end 2020-05-30 03:45:37 +02:00
test-http-outgoing-finish-writable.js
test-http-outgoing-finish.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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-message-capture-rejection.js http: emit 'error' on aborted server request 2020-05-10 22:11:21 +02:00
test-http-outgoing-message-inheritance.js test: change Fixes: to Refs: 2020-08-01 17:08:01 -07:00
test-http-outgoing-message-write-callback.js
test-http-outgoing-properties.js http: expose host and protocol on ClientRequest 2020-06-22 16:52:29 +02:00
test-http-outgoing-proto.js http: cleanup end argument handling 2020-05-08 19:57:58 +02:00
test-http-outgoing-renderHeaders.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-outgoing-settimeout.js
test-http-outgoing-writableFinished.js
test-http-outgoing-write-types.js http: don't throw on Uint8Arrays for http.ServerResponse#write 2020-05-16 10:46:10 +02:00
test-http-parser-bad-ref.js
test-http-parser-finish-error.js
test-http-parser-free.js
test-http-parser-freed-before-upgrade.js
test-http-parser-lazy-loaded.js
test-http-parser-memory-retention.js http: fixes memory retention issue with FreeList and HTTPParser 2020-05-05 16:14:46 +02:00
test-http-parser-timeout-reset.js test: fix flaky http-parser-timeout-reset 2020-08-03 13:47:33 -04:00
test-http-parser.js
test-http-pause-no-dump.js
test-http-pause-resume-one-end.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-pause.js test: add test for listen callback runtime binding 2020-10-17 18:40:55 +05:30
test-http-perf_hooks.js
test-http-pipe-fs.js
test-http-pipeline-assertionerror-finish.js
test-http-pipeline-flood.js
test-http-pipeline-requests-connection-leak.js
test-http-pipeline-socket-parser-typeerror.js
test-http-proxy.js
test-http-raw-headers.js
test-http-readable-data-event.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-http-remove-header-stays-removed.js
test-http-req-res-close.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-request-agent.js test: improve logged errors 2020-02-09 13:36:39 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-request-large-payload.js
test-http-request-methods.js
test-http-res-write-after-end.js http: cleanup end argument handling 2020-05-08 19:57:58 +02:00
test-http-res-write-end-dont-take-array.js
test-http-response-add-header-after-sent.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-response-close.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-response-cork.js
test-http-response-multi-content-length.js test: revise test-http-response-multi-content-length 2020-03-29 22:46:39 -07:00
test-http-response-multiheaders.js
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-response-splitting.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-response-status-message.js
test-http-response-statuscode.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-server-delete-parser.js
test-http-server-destroy-socket-on-client-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-server-keep-alive-timeout.js
test-http-server-keepalive-end.js
test-http-server-keepalive-req-gc.js
test-http-server-multiheaders2.js test: prefer server over srv 2020-01-08 21:36:11 -08:00
test-http-server-multiheaders.js test: prefer server over srv 2020-01-08 21:36:11 -08:00
test-http-server-options-incoming-message.js
test-http-server-options-server-response.js
test-http-server-reject-chunked-with-content-length.js
test-http-server-reject-cr-no-lf.js
test-http-server-request-timeout-delayed-body.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-request-timeout-delayed-headers.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-request-timeout-interrupted-body.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-request-timeout-interrupted-headers.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-request-timeout-keepalive.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-request-timeout-upgrade.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
test-http-server-response-standalone.js test: change Fixes: to Refs: 2020-08-01 17:08:01 -07:00
test-http-server-stale-close.js http: set IncomingMessage.destroyed 2020-05-09 07:57:45 +02:00
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server-write-after-end.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
test-http-server-write-end-after-end.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
test-http-server.js
test-http-set-cookies.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js
test-http-slow-headers-keepalive-multiple-requests.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
test-http-slow-headers-keepalive.js
test-http-slow-headers.js
test-http-socket-encoding-error.js http: fixed socket.setEncoding fatal error 2020-05-23 21:29:49 +02:00
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: add regression tests for HTTP parser crash 2020-07-14 15:02:36 +02:00
test-http-timeout-client-warning.js
test-http-timeout-overflow.js
test-http-timeout.js test: use mustCall() in test-http-timeout 2020-09-05 13:18:31 +02:00
test-http-uncaught-from-request-callback.js src: inform callback scopes about exceptions in HTTP parser 2020-02-18 02:50:02 +01:00
test-http-unix-socket-keep-alive.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-http-unix-socket.js test: improve logged errors 2020-02-09 13:36:39 +01:00
test-http-upgrade-advertise.js
test-http-upgrade-agent.js test: prefer server over srv 2020-01-08 21:36:11 -08:00
test-http-upgrade-binary.js
test-http-upgrade-client2.js
test-http-upgrade-client.js test: prefer server over srv 2020-01-08 21:36:11 -08:00
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server2.js
test-http-upgrade-server.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js
test-http-url.parse-only-support-http-https-protocol.js test: refactor common.expectsError 2019-12-31 15:54:20 +01: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 http: allow passing array of key/val into writeHead 2020-10-10 10:11:41 +02:00
test-http-write-head.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-http-zero-length-write.js
test-http-zerolengthbuffer.js
test-http.js
test-https-agent-additional-options.js test: use spread object 2020-01-03 01:44:54 +01:00
test-https-agent-constructor.js
test-https-agent-create-connection.js https: prevent options object from being mutated 2020-01-03 20:09:27 -08:00
test-https-agent-disable-session-reuse.js
test-https-agent-getname.js
test-https-agent-keylog.js
test-https-agent-servername.js
test-https-agent-session-eviction.js
test-https-agent-session-injection.js tls: emit session after verifying certificate 2020-06-02 20:35:51 +02:00
test-https-agent-session-reuse.js
test-https-agent-sni.js
test-https-agent-sockets-leak.js
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-https-client-resume.js
test-https-close.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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: add debugging for callbacks in test-https-foafssl.js 2020-08-07 08:41:07 -07:00
test-https-host-headers.js test: refactor test-https-host-headers 2020-10-16 23:25:27 +00:00
test-https-hwm.js tls: add highWaterMark option for connect 2020-04-27 16:52:19 +03:00
test-https-localaddress-bind-error.js
test-https-localaddress.js
test-https-max-headers-count.js
test-https-options-boolean-check.js
test-https-pfx.js
test-https-request-arguments.js
test-https-resume-after-renew.js
test-https-server-options-incoming-message.js
test-https-server-options-server-response.js
test-https-server-request-timeout.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
test-https-set-timeout-server.js
test-https-simple.js test: simplify test-https-simple.js 2020-02-02 19:43:36 -08:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-https-truncate.js
test-https-unix-socket-self-signed.js
test-icu-data-dir.js test: use spread object 2020-01-03 01:44:54 +01:00
test-icu-minimum-version.js
test-icu-punycode.js test: separate the test fixtures between ICU and URL 2020-09-08 19:32:21 +09:00
test-icu-stringwidth.js util: fix width detection for DEL without ICU 2020-06-25 06:42:38 -07:00
test-icu-transcode.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-inspect-async-hook-setup-at-inspect.js
test-inspect-publish-uid.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-inspect-support-for-node_options.js
test-inspector-already-activated-cli.js test: move test-inspector-already-activated-cli to parallel 2020-08-18 07:23:18 -07:00
test-inspector-async-hook-after-done.js
test-inspector-bindings.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-connect-main-thread.js src: use env->RequestInterrupt() for inspector MainThreadInterface 2020-04-10 17:47:14 +02:00
test-inspector-console-top-frame.js
test-inspector-esm.js inspector: do not hardcode Debugger.CallFrameId in tests 2020-10-13 00:30:24 +00:00
test-inspector-heap-allocation-tracker.js
test-inspector-heapdump.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-inspector-inspect-brk-node.js src: use node:moduleName as builtin module filename 2020-10-07 17:35:14 +02:00
test-inspector-module.js test: move test-inspector-module to parallel 2020-03-02 12:51:31 -08:00
test-inspector-multisession-js.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-multisession-ws.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-port-zero-cluster.js
test-inspector-reported-host.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-tracing-domain.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-vm-global-accessors-getter-sideeffect.js
test-inspector-vm-global-accessors-sideeffects.js
test-inspector-wait-for-connection.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-waiting-for-disconnect.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
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: remove common.expectsInternalAssertion 2020-03-05 07:10:01 -08:00
test-internal-fs-syncwritestream.js
test-internal-fs.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-internal-module-map-asserts.js
test-internal-module-require.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-internal-module-wrap.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-internal-modules.js
test-internal-process-binding.js
test-internal-socket-list-receive.js
test-internal-socket-list-send.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-internal-util-assertCrypto.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-internal-util-classwrapper.js
test-internal-util-decorate-error-stack.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-internal-util-helpers.js
test-internal-util-normalizeencoding.js
test-internal-util-weakreference.js
test-internal-validators-validateoneof.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-internal-validators-validateport.js lib: move isLegalPort to validators, refactor 2020-03-05 11:52:53 -08:00
test-intl-v8BreakIterator.js
test-intl.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-js-stream-call-properties.js
test-kill-segfault-freebsd.js
test-listen-fd-cluster.js
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js
test-listen-fd-server.js
test-loaders-hidden-from-users.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-loaders-unknown-builtin-module.mjs esm: use "node:" namespace for builtins 2020-09-29 18:20:28 -07:00
test-macos-app-sandbox.js test: force resigning of app 2020-07-22 15:09:24 -04:00
test-math-random.js
test-memory-usage-emfile.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-memory-usage.js test: make test-memory-usage predictable 2020-03-15 10:40:15 +05:30
test-microtask-queue-integration.js
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-module-binding.js esm: share package.json cache between ESM and CJS loaders 2020-05-24 16:22:31 -07:00
test-module-builtin.js
test-module-children.js
test-module-circular-dependency-warning.js module: do not check circular dependencies for exported proxies 2020-05-15 01:55:28 +02:00
test-module-circular-symlinks.js
test-module-create-require-from-directory.js
test-module-create-require.js
test-module-globalpaths-nodepath.js
test-module-loading-deprecated.js
test-module-loading-error.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-module-loading-globalpaths.js test: use spread object 2020-01-03 01:44:54 +01:00
test-module-main-extension-lookup.js
test-module-main-fail.js
test-module-main-preserve-symlinks-fail.js
test-module-multi-extensions.js
test-module-nodemodulepaths.js
test-module-parent-deprecation.js module: update expected module.parent DEP number 2020-07-15 11:37:39 -04:00
test-module-parent-setter-deprecation.js module: add setter for module.parent 2020-10-17 00:49:56 +02:00
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: changed function to arrow function 2020-04-18 08:08:28 +05:30
test-net-allow-half-open.js test: ensure finish is emitted before destroy 2020-06-25 01:11:14 +02:00
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-better-error-messages-port-hostname.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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-after-destroy.js
test-net-connect-buffer2.js stream: use callback to properly propagate error 2020-04-03 19:00:28 +02:00
test-net-connect-buffer.js
test-net-connect-call-socket-connect.js
test-net-connect-destroy.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-connect-memleak.js
test-net-connect-no-arg.js net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js test: use spread object 2020-01-03 01:44:54 +01:00
test-net-connect-options-ipv6.js
test-net-connect-options-path.js
test-net-connect-options-port.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-net-connect-paused-connection.js
test-net-deprecated-setsimultaneousaccepts.js
test-net-dns-custom-lookup.js net: validate custom lookup() output 2020-08-19 19:23:38 +00:00
test-net-dns-error.js test: allow EAI_FAIL in test-net-dns-error.js 2020-03-09 13:09:57 +01:00
test-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js
test-net-eaddrinuse.js
test-net-end-close.js
test-net-end-destroyed.js test: add net regression test 2020-04-14 21:36:02 +02:00
test-net-end-without-connect.js
test-net-error-twice.js test: prefer server over srv 2020-01-08 21:36:11 -08:00
test-net-isip.js net: allow wider regex in interface name 2020-07-16 18:32:25 -04:00
test-net-isipv4.js
test-net-isipv6.js
test-net-keepalive.js
test-net-large-string.js
test-net-listen-after-destroying-stdin.js test: add debugging output to test-net-listen-after-destroy-stdin 2020-02-10 09:03:35 -10:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-listen-ipv6only.js
test-net-listening.js
test-net-local-address-port.js
test-net-localerror.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-normalize-args.js net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
test-net-onread-static-buffer.js
test-net-options-lookup.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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 test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-net-pipe-connect-errors.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-net-reconnect.js test: replace annonymous functions with arrow 2020-09-27 16:39:49 +09:00
test-net-remote-address-port.js
test-net-server-call-listen-multiple-times.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-server-capture-rejection.js
test-net-server-close.js net: remove long deprecated server.connections property 2020-06-01 08:38:00 -07:00
test-net-server-listen-handle.js
test-net-server-listen-options.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-net-server-listen-path.js test: prefer server over srv 2020-01-08 21:36:11 -08: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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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 net: make readable/writable start as true 2020-03-24 09:45:25 +01:00
test-net-socket-destroy-send.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
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 net: make readable/writable start as true 2020-03-24 09:45:25 +01:00
test-net-socket-timeout-unref.js
test-net-socket-timeout.js lib: fix return type of setTimeout in net.Socket 2020-04-11 12:22:12 +08:00
test-net-socket-write-after-close.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-socket-write-error.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-net-stream.js net: remove long deprecated server.connections property 2020-06-01 08:38:00 -07:00
test-net-sync-cork.js net: remove long deprecated server.connections property 2020-06-01 08:38:00 -07:00
test-net-timeout-no-handle.js
test-net-write-after-close.js net: autoDestroy Socket 2020-04-02 23:38:32 +02:00
test-net-write-after-end-nt.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-net-write-arguments.js stream: use callback to properly propagate error 2020-04-03 19:00:28 +02: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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-next-tick-domain.js
test-next-tick-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-next-tick-fixed-queue-regression.js
test-next-tick-intentional-starvation.js
test-next-tick-ordering2.js
test-next-tick-ordering.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-next-tick-when-exiting.js
test-next-tick.js
test-no-harmony-top-level-await.mjs module: unflag Top-Level Await 2020-08-03 14:27:28 -04:00
test-no-node-snapshot.js
test-nodeeventtarget.js events: improve argument handling, start passive 2020-06-23 17:08:13 -07:00
test-npm-install.js
test-npm-version.js test: fix tests for npm 7.0.0 2020-10-14 10:36:46 -04:00
test-openssl-ca-options.js
test-os-checked-function.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-os-eol.js
test-os-homedir-no-envvar.js
test-os-process-priority.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-os-userinfo-handles-getter-errors.js
test-os.js src: create a getter for kernel version 2020-03-09 12:44:16 +01:00
test-outgoing-message-destroy.js http: return this from OutgoingMessage#destroy() 2020-05-09 13:57:29 -04:00
test-outgoing-message-pipe.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-path-basename.js
test-path-dirname.js
test-path-extname.js
test-path-isabsolute.js
test-path-join.js
test-path-makelong.js
test-path-normalize.js
test-path-parse-format.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-path-posix-exists.js path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
test-path-relative.js
test-path-resolve.js
test-path-win32-exists.js path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
test-path-zero-length-strings.js
test-path.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-pending-deprecation.js test: use spread object 2020-01-03 01:44:54 +01:00
test-performance-eventlooputil.js perf_hooks: add idleTime and event loop util 2020-08-29 07:02:31 -07:00
test-performance-function.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-performance-gc.js perf_hooks: add property flags to GCPerformanceEntry 2020-02-04 17:41:44 +01:00
test-performance-measure.js perf_hooks: allow omitted parameters in 'performance.measure' 2020-04-10 18:08:30 +08:00
test-performanceobserver.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-pipe-address.js
test-pipe-file-to-http.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-pipe-head.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-pipe-outgoing-message-data-emitted-after-ended.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe-writev.js
test-policy-dependencies.js
test-policy-dependency-conditions.js policy: implement scopes field 2020-08-26 14:35:34 -05:00
test-policy-integrity-flag.js
test-policy-parse-integrity.js fs: add rm method 2020-10-08 13:23:44 -07:00
test-policy-scopes-dependencies.js policy: implement scopes field 2020-08-26 14:35:34 -05:00
test-policy-scopes-integrity.js policy: implement scopes field 2020-08-26 14:35:34 -05:00
test-policy-scopes.js policy: implement scopes field 2020-08-26 14:35:34 -05:00
test-preload-print-process-argv.js
test-preload-self-referential.js module: self referential modules in repl or -r 2020-07-23 07:50:01 -07:00
test-preload.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-priority-queue.js
test-process-abort.js
test-process-argv-0.js
test-process-assert.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-beforeexit-throw-exit.js src: add maybe versions of EmitExit and EmitBeforeExit 2020-10-11 02:20:53 +02:00
test-process-beforeexit.js
test-process-binding-internalbinding-whitelist.js
test-process-binding.js
test-process-chdir-errormessage.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-chdir.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-config.js
test-process-constants-noatime.js
test-process-cpuUsage.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-process-dlopen-undefined-exports.js
test-process-domain-segfault.js
test-process-emit-warning-from-native.js
test-process-emit.js
test-process-emitwarning.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-env-allowed-flags-are-documented.js src: add check against non-weak BaseObjects at process exit 2020-10-07 10:54:34 +02:00
test-process-env-allowed-flags.js
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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-process-euid-egid.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-process-exception-capture-errors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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 test: replace console.log() with debuglog() 2020-04-03 01:11:37 +02: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: add a missing common.mustCall 2020-04-03 01:16:22 +02:00
test-process-getgroups.js
test-process-hrtime-bigint.js
test-process-hrtime.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-initgroups.js
test-process-kill-null.js
test-process-kill-pid.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-process-next-tick.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-process-redirect-warnings.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-process-release.js
test-process-remove-all-signal-listeners.js
test-process-setgroups.js
test-process-title-cli.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-process-uid-gid.js
test-process-umask-mask.js
test-process-umask.js Revert "src: runtime deprecate process.umask()" 2020-09-30 21:46:25 -04:00
test-process-uncaught-exception-monitor.js process: allow monitoring uncaughtException 2020-01-10 18:35:01 -08:00
test-process-uptime.js
test-process-versions.js quic: initial QUIC implementation 2020-06-16 09:23:34 -07:00
test-process-warning.js process: delay throwing an error using throwDeprecation 2020-05-23 21:48:27 +02:00
test-process-wrap.js
test-promise-handled-rejection-no-warning.js
test-promise-reject-callback-exception.js
test-promise-swallowed-event.js
test-promise-unhandled-default.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promise-unhandled-error.js
test-promise-unhandled-flag.js
test-promise-unhandled-silent-no-hook.js
test-promise-unhandled-silent.js
test-promise-unhandled-throw-handler.js process: add unhandled-rejection throw and warn-with-error-code 2020-06-16 13:03:05 -07:00
test-promise-unhandled-throw.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promise-unhandled-warn-no-hook.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promise-unhandled-warn.js
test-promises-unhandled-proxy-rejections.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promises-unhandled-rejections.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promises-unhandled-symbol-rejections.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-promises-warning-on-unhandled-rejection.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
test-punycode.js
test-querystring-escape.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-querystring-maxKeys-non-finite.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-querystring-multichar-separator.js
test-querystring.js querystring: manage percent character at unescape 2020-09-03 20:43:39 -07:00
test-queue-microtask-uncaught-asynchooks.js
test-queue-microtask.js
test-quic-binding.js quic: fixup constant exports, export all protocol error codes 2020-06-30 17:50:54 -07:00
test-quic-blocklist.js quic: use net.BlockList for limiting access to a QuicSocket 2020-08-17 11:31:28 -07:00
test-quic-client-connect-multiple-parallel.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-client-connect-multiple-sequential.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-client-empty-preferred-address.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-client-server.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-quic-errors-quicsession-openstream.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-errors-quicsocket-connect.js quic: refactor ocsp to use async function rather than event/callback 2020-07-27 13:33:14 -07:00
test-quic-errors-quicsocket-create.js quic: use the SocketAddressLRU to track validation status 2020-08-10 07:52:09 -07:00
test-quic-errors-quicsocket-listen.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-http3-client-server.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-http3-push.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-http3-trailers.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-idle-timeout.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-ipv6only.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-keylog.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-maxconnectionsperhost.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-process-cleanup.js quic: cleanup some outstanding todo items 2020-08-10 07:52:01 -07:00
test-quic-qlog.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-quicendpoint-address.js quic: implement QuicEndpoint Promise API 2020-07-15 17:16:48 -07:00
test-quic-quicsession-resume.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-quicsession-send-fd.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-quicsession-send-file-close-before-open.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-quicsession-send-file-open-error-handled.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-quicsession-send-file-open-error.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-quicsession-server-destroy-early.js quic: implement QuicSocket Promise API, part 2 2020-07-15 17:16:52 -07:00
test-quic-quicsocket-close.js quic: implement QuicSocket Promise API, part 2 2020-07-15 17:16:52 -07:00
test-quic-quicsocket-packetloss-stream-rx.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-quic-quicsocket-packetloss-stream-tx.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-quic-quicsocket-serverbusy.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-quicsocket.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-quicstream-close-early.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-quic-quicstream-destroy.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-quicstream-identifiers.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-server-busy-event-error-async.js quic: refactor/improve error handling for busy event 2020-07-09 07:14:07 -07:00
test-quic-server-busy-event-error.js quic: refactor/improve error handling for busy event 2020-07-09 07:14:07 -07:00
test-quic-server-listening-event-error-async.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-server-listening-event-error.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-server-ready-event-error-async.js quic: refactor/improve QuicSocket ready event handling 2020-07-09 07:14:12 -07:00
test-quic-server-ready-event-error.js quic: refactor/improve QuicSocket ready event handling 2020-07-09 07:14:12 -07:00
test-quic-server-session-event-error-async.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-server-session-event-error.js quic: implement QuicSocket Promise API, part 1 2020-07-15 17:16:50 -07:00
test-quic-simple-client-migrate.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-quic-simple-server-bidi.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-simple-server-uni.js quic: extensive refactoring of QuicStream lifecycle 2020-07-23 06:52:53 -07:00
test-quic-socket-close-event-error-async.js quic: add tests confirming error handling for QuicSocket close event 2020-07-09 07:14:09 -07:00
test-quic-socket-close-event-error.js quic: add tests confirming error handling for QuicSocket close event 2020-07-09 07:14:09 -07:00
test-quic-statelessreset.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-quic-with-fake-udp.js quic: convert openStream to Promise 2020-07-23 06:52:40 -07:00
test-readable-from-iterator-closing.js stream: add null check in Readable.from 2020-04-29 09:41:31 +02:00
test-readable-from.js stream: make from read one at a time 2020-05-06 22:39:33 +02:00
test-readable-large-hwm.js
test-readable-single-end.js
test-readline-async-iterators-backpressure.js
test-readline-async-iterators-destroy.js stream: simpler and faster Readable async iterator 2020-07-17 09:06:27 +02:00
test-readline-async-iterators.js
test-readline-csi.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-readline-emit-keypress-events.js
test-readline-interface-escapecodetimeout.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-readline-interface.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-readline-keys.js readline: fix key name for function keys with modifiers 2020-09-21 07:42:15 -07:00
test-readline-position.js util: support Combining Diacritical Marks for Symbols 2020-06-25 06:42:34 -07:00
test-readline-reopen.js
test-readline-set-raw-mode.js
test-readline-tab-complete.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02:00
test-readline-undefined-columns.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02:00
test-readline.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02:00
test-ref-unref-return.js
test-regression-object-prototype.js
test-release-npm.js
test-repl-autolibs.js
test-repl-cli-eval.js
test-repl-colors.js Revert "repl: always check for NODE_REPL_MODE environment variable" 2020-06-25 19:18:55 -07:00
test-repl-context.js
test-repl-definecommand.js
test-repl-domain.js
test-repl-dynamic-import.js repl: give repl entries unique names 2020-08-03 17:38:55 -05:00
test-repl-editor.js repl: standardize Control key indications 2020-09-28 06:55:07 -07:00
test-repl-empty.js
test-repl-end-emits-exit.js
test-repl-envvars.js Revert "repl: always check for NODE_REPL_MODE environment variable" 2020-06-25 19:18:55 -07:00
test-repl-eval.js
test-repl-function-definition-edge-case.js
test-repl-harmony.js
test-repl-history-navigation.js test: replace deprecated function call from test-repl-history-navigation 2020-07-06 07:01:33 -07:00
test-repl-history-perm.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-repl-import-referrer.js
test-repl-inspect-defaults.js
test-repl-inspector.js
test-repl-let-process.js
test-repl-load-multiline.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02:00
test-repl-mode.js repl: replace hard coded core module list with actual list 2020-05-15 01:48:17 +02:00
test-repl-multiline.js repl: do not preview while pasting code 2020-01-13 08:59:45 +01:00
test-repl-null-thrown.js
test-repl-null.js
test-repl-options.js repl: fix verb conjugation in deprecation message 2020-07-06 07:00:44 -07:00
test-repl-persistent-history.js Revert "repl: always check for NODE_REPL_MODE environment variable" 2020-06-25 19:18:55 -07:00
test-repl-preprocess-top-level-await.js
test-repl-pretty-custom-stack.js repl: give repl entries unique names 2020-08-03 17:38:55 -05:00
test-repl-pretty-stack.js repl: give repl entries unique names 2020-08-03 17:38:55 -05:00
test-repl-preview.js test: run REPL preview test regardless of terminal type 2020-08-20 09:17:24 -07:00
test-repl-programmatic-history.js test: skip some console tests on dumb terminal 2020-05-08 01:26:01 +02: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 module: self referential modules in repl or -r 2020-07-23 07:50:01 -07:00
test-repl-require.js
test-repl-reset-event.js
test-repl-reverse-search.js Revert "repl: always check for NODE_REPL_MODE environment variable" 2020-06-25 19:18:55 -07:00
test-repl-save-load.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.js
test-repl-strict-mode-previews.js repl: show reference errors during preview 2020-05-15 01:48:13 +02:00
test-repl-syntax-error-handling.js
test-repl-syntax-error-stack.js
test-repl-tab-complete-crash.js
test-repl-tab-complete-nested-repls.js
test-repl-tab-complete-no-warn.js
test-repl-tab-complete.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js
test-repl-top-level-await.js util: mark classes while inspecting them 2020-05-20 12:32:22 +02:00
test-repl-uncaught-exception-async.js
test-repl-uncaught-exception-standalone.js
test-repl-uncaught-exception.js
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-repl-use-global.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-repl.js console: add Symbol.toStringTag property 2020-10-01 23:52:08 +08:00
test-require-cache.js
test-require-dot.js
test-require-empty-main.js test: use index.js if package.json "main" is empty 2020-03-09 13:23:16 +01:00
test-require-exceptions.js
test-require-extension-over-directory.js
test-require-extensions-main.js
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-main-no-exports.js test: remove bluebird remnants from test fixture 2020-01-22 22:10:05 -08:00
test-require-invalid-package.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-require-json.js
test-require-long-path.js
test-require-mjs.js
test-require-nul.js
test-require-process.js
test-require-resolve.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-require-symlink.js worker: properly handle env and NODE_OPTIONS in workers 2020-02-13 16:05:27 +01:00
test-require-unicode.js
test-resource-usage.js
test-safe-get-env.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-security-revert-unknown.js
test-set-http-max-http-headers.js
test-setproctitle.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
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-write-after-fin-error.js
test-socket-write-after-fin.js
test-source-map-api.js module: port source map sort logic from chromium 2020-02-27 17:33:56 -08:00
test-source-map-enable.js module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
test-spawn-cmd-named-pipe.js
test-startup-large-pages.js test: show child stderr output in largepages test 2020-02-02 13:41:37 +01:00
test-stdin-child-proc.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: use spread object 2020-01-03 01:44:54 +01:00
test-stdio-closed.js
test-stdio-pipe-access.js
test-stdio-pipe-redirect.js
test-stdio-pipe-stderr.js
test-stdio-readable-writable.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-pipeline-destroy.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: add common.mustSucceed 2020-10-17 00:48:26 +02: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 stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js
test-stream2-objects.js
test-stream2-pipe-error-handling.js stream: enable autoDestroy by default 2020-01-03 01:49:10 +01:00
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 tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
test-stream2-readable-from-list.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-stream2-readable-legacy-drain.js
test-stream2-readable-non-empty-end.js
test-stream2-readable-wrap-destroy.js stream: cleanup and fix Readable.wrap 2020-07-11 22:41:18 +02:00
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap-error.js test: do not use the same EventEmitter instance 2020-10-12 19:07:15 +02:00
test-stream2-readable-wrap.js stream: cleanup and fix Readable.wrap 2020-07-11 22:41:18 +02:00
test-stream2-set-encoding.js
test-stream2-transform.js stream: simplify Transform stream implementation 2020-04-15 21:25:42 +02:00
test-stream2-unpipe-drain.js
test-stream2-unpipe-leak.js
test-stream2-writable.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js
test-stream3-pause-then-read.js test: changed function to arrow function 2020-03-09 13:22:14 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-big-packet.js stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream-big-push.js
test-stream-buffer-list.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-stream-catch-rejections.js stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream-construct-async-error.js stream: support async for stream impl functions 2020-08-03 17:54:08 -07:00
test-stream-construct.js stream: fix Duplex._construct race 2020-07-21 11:00:39 -07:00
test-stream-decoder-objectmode.js
test-stream-destroy-event-order.js
test-stream-duplex-destroy.js stream: don't emit end after close 2020-04-28 16:00:44 +02:00
test-stream-duplex-end.js stream: align stream.Duplex with net.Socket 2020-03-25 15:20:22 +01:00
test-stream-duplex-props.js stream: forward writableObjectMode 2020-05-19 00:02:32 +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 test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-stream-inheritance.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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 stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream-pipe-await-drain.js stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js stream: fix legacy pipe error handling 2020-09-23 04:33:05 -07:00
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-same-destination-twice.js
test-stream-pipe-unpipe-streams.js stream: emit 'pause' on unpipe 2020-03-26 14:48:18 -04:00
test-stream-pipe-without-listenerCount.js
test-stream-pipeline-async-iterator.js
test-stream-pipeline-http2.js
test-stream-pipeline-process.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-stream-pipeline-queued-end-in-destroy.js
test-stream-pipeline-uncaught.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-stream-pipeline.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-stream-preprocess.js
test-stream-promises.js stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
test-stream-push-order.js
test-stream-push-strings.js
test-stream-readable-add-chunk-during-data.js stream: allow using .push()/.unshift() during once('data') 2020-08-30 08:42:33 -07:00
test-stream-readable-async-iterators.js stream: async iterator stop read if destroyed 2020-10-15 15:46:40 -04:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-data.js stream: reset flowing state if no 'readable' or 'data' listeners 2019-12-25 12:12:59 +01:00
test-stream-readable-destroy.js stream: save error in state 2020-07-01 18:22:56 +02:00
test-stream-readable-emit-readable-short-stream.js
test-stream-readable-emittedReadable.js
test-stream-readable-end-destroyed.js stream: don't emit end after close 2020-04-28 16:00:44 +02:00
test-stream-readable-ended.js
test-stream-readable-error-end.js stream: do not emit 'end' after 'error' 2020-01-05 22:10:19 -08:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-readable-needReadable.js
test-stream-readable-next-no-null.js stream: add null check in Readable.from 2020-04-29 09:41:31 +02:00
test-stream-readable-no-unneeded-readable.js
test-stream-readable-object-multi-push-async.js
test-stream-readable-pause-and-resume.js stream: reset flowing state if no 'readable' or 'data' listeners 2019-12-25 12:12:59 +01:00
test-stream-readable-readable-then-resume.js
test-stream-readable-readable.js stream: make readable & writable computed 2020-02-08 23:23:12 +01:00
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 stream: sync stream unpipe resume 2020-01-07 16:00:00 +01:00
test-stream-readable-unshift.js
test-stream-readable-with-unimplemented-_read.js http,stream: make virtual methods throw an error 2020-03-07 07:27:02 +01:00
test-stream-readableListening-state.js
test-stream-transform-callback-twice.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-transform-constructor-set-methods.js http,stream: make virtual methods throw an error 2020-03-07 07:27:02 +01:00
test-stream-transform-destroy.js
test-stream-transform-final-sync.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-stream-transform-final.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-highwatermark.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
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 stream: do not emit 'end' after 'error' 2020-01-05 22:10:19 -08:00
test-stream-wrap-drain.js
test-stream-wrap-encoding.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-wrap.js
test-stream-writable-callback-twice.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-writable-change-default-encoding.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stream-writable-clear-buffer.js
test-stream-writable-constructor-set-methods.js http,stream: make virtual methods throw an error 2020-03-07 07:27:02 +01:00
test-stream-writable-decoded-encoding.js
test-stream-writable-destroy.js stream: save error in state 2020-07-01 18:22:56 +02:00
test-stream-writable-end-cb-error.js stream: fix writable.end callback behavior 2020-07-01 18:18:04 +02:00
test-stream-writable-end-cb-uncaught.js stream: fix writable.end callback behavior 2020-07-01 18:18:04 +02:00
test-stream-writable-end-multiple.js stream: emit 'error' asynchronously 2020-01-04 16:20:45 -08:00
test-stream-writable-ended-state.js stream: avoid writing to writable 2020-02-17 23:31:08 +01:00
test-stream-writable-finish-destroyed.js stream: don't emit finish after close 2020-04-27 16:43:58 +02:00
test-stream-writable-finished-state.js
test-stream-writable-finished.js stream: fix _final and 'prefinish' timing 2020-04-22 09:40:03 +02:00
test-stream-writable-invalid-chunk.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-stream-writable-needdrain-state.js stream: avoid drain for sync streams 2020-04-25 18:45:50 +02:00
test-stream-writable-null.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-stream-writable-properties.js
test-stream-writable-samecb-singletick.js
test-stream-writable-writable.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-stream-writable-write-cb-error.js
test-stream-writable-write-cb-twice.js stream: enable autoDestroy by default 2020-01-03 01:49:10 +01:00
test-stream-writable-write-error.js stream: write should throw on unknown encoding 2020-04-28 15:59:46 +02:00
test-stream-writable-write-writev-finish.js stream: don't emit 'finish' after 'error' 2020-03-17 14:49:49 +01:00
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-destroy.js stream: fix writable.end callback behavior 2020-07-01 18:18:04 +02:00
test-stream-write-drain.js
test-stream-write-final.js
test-stream-writev.js
test-streams-highwatermark.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-string-decoder-end.js
test-string-decoder-fuzz.js
test-string-decoder.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-stringbytes-external.js
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js
test-tcp-wrap.js
test-tick-processor-arguments.js
test-tick-processor-version-check.js
test-timer-immediate.js
test-timers-active.js
test-timers-api-refs.js
test-timers-args.js
test-timers-clear-null-does-not-throw-error.js
test-timers-clear-timeout-interval-equivalent.js
test-timers-clearImmediate-als.js test: als variant of test-timers-clearImmediate 2020-03-30 10:20:21 +02:00
test-timers-clearImmediate.js
test-timers-destroyed.js
test-timers-enroll-invalid-msecs.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-timers-enroll-second-time.js
test-timers-immediate-queue-throw.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-timers-immediate-queue.js
test-timers-immediate-unref-nested-once.js
test-timers-immediate-unref-simple.js
test-timers-immediate-unref.js test: use mustCall in place of countdown in timers test 2020-03-23 22:54:13 -07:00
test-timers-immediate.js
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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-now.js
test-timers-ordering.js
test-timers-promisified.js timers: introduce timers/promises 2020-06-22 14:29:49 -07:00
test-timers-refresh-in-callback.js
test-timers-refresh.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-timers-reset-process-domain-on-throw.js
test-timers-same-timeout-wrong-list-deleted.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-setimmediate-infinite-loop.js
test-timers-socket-timeout-removes-other-socket-unref-timer.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-this.js
test-timers-throw-when-cb-not-function.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-timers-timeout-to-interval.js
test-timers-timeout-with-non-integer.js
test-timers-to-primitive.js timers: allow timers to be used as primitives 2020-06-24 16:15:41 -07:00
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.js
test-timers-unref-active.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-unref-remove-other-unref-timers-only-one-fires.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-unref-remove-other-unref-timers.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-unref-throw-then-ref.js
test-timers-unref.js
test-timers-unrefd-interval-still-fires.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-timers-unrefed-in-beforeexit.js
test-timers-unrefed-in-callback.js
test-timers-user-call.js
test-timers-zero-timeout.js
test-timers.js
test-tls-0-dns-altname.js
test-tls-addca.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-alert-handling.js
test-tls-alert.js
test-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-buffersize.js net: fix bufferSize 2020-06-30 22:36:50 +02:00
test-tls-ca-concat.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-canonical-ip.js
test-tls-cert-chains-concat.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-cert-chains-in-ca.js
test-tls-cert-ext-encoding.js crypto: fix assertion caused by unsupported ext 2020-02-06 15:22:50 +01:00
test-tls-cert-regression.js
test-tls-check-server-identity.js
test-tls-cipher-list.js tls: provide default cipher list from command line 2020-04-13 18:48:23 +02: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-tls-cli-min-version-1.0.js
test-tls-cli-min-version-1.1.js
test-tls-cli-min-version-1.2.js
test-tls-cli-min-version-1.3.js
test-tls-client-abort2.js
test-tls-client-abort.js
test-tls-client-auth.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-client-mindhsize.js
test-tls-client-reject-12.js
test-tls-client-reject.js
test-tls-client-renegotiation-13.js
test-tls-client-renegotiation-limit.js
test-tls-client-resume-12.js
test-tls-client-resume.js
test-tls-client-verify.js
test-tls-clientcertengine-invalid-arg-type.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-clientcertengine-unsupported.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-close-error.js
test-tls-close-event-after-write.js test: change test to not be sensitive to buffer send size 2020-02-28 22:02:12 -08:00
test-tls-close-notify.js
test-tls-cnnic-whitelist.js
test-tls-connect-address-family.js
test-tls-connect-allow-half-open-option.js net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
test-tls-connect-given-socket.js
test-tls-connect-hints-option.js net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
test-tls-connect-hwm-option.js tls: add highWaterMark option for connect 2020-04-27 16:52:19 +03:00
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 net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
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: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-ecdh-auto.js
test-tls-ecdh-multiple.js
test-tls-ecdh.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-tls-econnreset.js
test-tls-empty-sni-context.js
test-tls-enable-keylog-cli.js tls: fix --tls-keylog option 2020-05-14 16:52:52 +02:00
test-tls-enable-trace-cli.js
test-tls-enable-trace.js
test-tls-env-bad-extra-ca.js test: use spread object 2020-01-03 01:44:54 +01:00
test-tls-env-extra-ca-file-load.js test: fix test-tls-env-extra-ca-file-load 2020-03-12 16:53:29 +01:00
test-tls-env-extra-ca-no-crypto.js test: use spread object 2020-01-03 01:44:54 +01:00
test-tls-env-extra-ca.js test: use spread object 2020-01-03 01:44:54 +01:00
test-tls-error-servername.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-exportkeyingmaterial.js tls: expose SSL_export_keying_material 2020-02-23 01:21:04 -04:00
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-getcipher.js
test-tls-getprotocol.js net: autoDestroy Socket 2020-04-02 23:38:32 +02: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
test-tls-keyengine-invalid-arg-type.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-keyengine-unsupported.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-keylog-tlsv13.js
test-tls-legacy-deprecated.js
test-tls-max-send-fragment.js
test-tls-min-max-version.js test: improve logged errors 2020-02-09 13:36:39 +01:00
test-tls-multi-key.js
test-tls-multi-pfx.js
test-tls-multiple-cas-as-string.js
test-tls-net-connect-prefer-path.js
test-tls-net-socket-keepalive-12.js
test-tls-net-socket-keepalive.js
test-tls-no-cert-required.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-no-rsa-key.js
test-tls-no-sslv3.js
test-tls-no-sslv23.js
test-tls-ocsp-callback.js
test-tls-on-empty-socket.js
test-tls-options-boolean-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-tls-over-http-tunnel.js
test-tls-parse-cert-string.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-tls-passphrase.js
test-tls-pause.js
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js
test-tls-pfx-authorizationerror.js
test-tls-psk-circuit.js tls: add PSK support 2019-12-25 12:24:42 +01:00
test-tls-psk-errors.js tls: add PSK support 2019-12-25 12:24:42 +01:00
test-tls-psk-server.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-tls-request-timeout.js
test-tls-retain-handle-no-abort.js
test-tls-reuse-host-from-socket.js test: make test-tls-reuse-host-from-socket pass without internet 2020-08-29 22:40:57 -07:00
test-tls-root-certificates.js Revert "src: fix missing extra ca in tls.rootCertificates" 2020-05-23 20:53:39 +02:00
test-tls-secure-session.js tls: emit session after verifying certificate 2020-06-02 20:35:51 +02:00
test-tls-securepair-fiftharg.js
test-tls-securepair-leak.js
test-tls-securepair-server.js test: improve logged errors 2020-02-09 13:36:39 +01:00
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: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-tls-session-cache.js test: end tls connection with some data 2020-03-23 07:37:40 -07:00
test-tls-set-ciphers-error.js
test-tls-set-ciphers.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-tls-set-encoding.js
test-tls-set-secure-context.js http: don't emit 'finish' after 'error' 2020-03-18 13:09:26 +01: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 http,stream: make virtual methods throw an error 2020-03-07 07:27:02 +01:00
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-tls-starttls-server.js
test-tls-streamwrap-buffersize.js net: fix bufferSize 2020-06-30 22:36:50 +02:00
test-tls-ticket-12.js
test-tls-ticket-cluster.js
test-tls-ticket.js
test-tls-timeout-server-2.js
test-tls-timeout-server.js
test-tls-tlswrap-segfault.js
test-tls-translate-peer-certificate.js
test-tls-transport-destroy-after-own-gc.js tools: update ESLint to 7.2.0 2020-06-13 16:44:03 -04:00
test-tls-wrap-econnreset-localaddress.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-tls-wrap-econnreset-pipe.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-tls-wrap-econnreset-socket.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-tls-wrap-econnreset.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-tls-wrap-event-emmiter.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-tls-write-error.js
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js
test-trace-atomics-wait.js test: add more valid results to test-trace-atomics-wait 2020-09-07 18:22:08 +02:00
test-trace-events-all.js
test-trace-events-api-worker-disabled.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-trace-events-api.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-trace-events-async-hooks-dynamic.js
test-trace-events-async-hooks-worker.js
test-trace-events-async-hooks.js
test-trace-events-binding.js
test-trace-events-bootstrap.js
test-trace-events-category-used.js
test-trace-events-console.js
test-trace-events-dynamic-enable-workers-disabled.js
test-trace-events-dynamic-enable.js
test-trace-events-environment.js
test-trace-events-file-pattern.js
test-trace-events-fs-sync.js
test-trace-events-metadata.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-trace-events-none.js
test-trace-events-perf.js
test-trace-events-process-exit.js
test-trace-events-promises.js
test-trace-events-v8.js
test-trace-events-vm.js
test-trace-events-worker-metadata.js
test-trace-exit.js test: fix invalid regular expressions in case test-trace-exit 2020-06-09 14:54:31 +08:00
test-tracing-no-crash.js
test-tty-backwards-api.js
test-tty-stdin-end.js
test-tty-stdin-pipe.js
test-ttywrap-invalid-fd.js test: uv_tty_init now returns EINVAL on IBM i 2020-06-01 06:35:46 -04:00
test-ttywrap-stack.js
test-unhandled-exception-rethrow-error.js
test-unicode-node-options.js process: correctly parse Unicode in NODE_OPTIONS 2020-08-20 12:36:32 +02:00
test-url-domain-ascii-unicode.js
test-url-fileurltopath.js lib: add UNC support to url.pathToFileURL() 2020-08-13 19:43:02 -07:00
test-url-format-invalid-input.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-url-format-whatwg.js
test-url-format.js
test-url-parse-format.js
test-url-parse-invalid-input.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-url-parse-query.js
test-url-pathtofileurl.js lib: add UNC support to url.pathToFileURL() 2020-08-13 19:43:02 -07:00
test-url-relative.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-utf8-scripts.js
test-util-callbackify.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-util-deprecate-invalid-code.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-util-deprecate.js
test-util-emit-experimental-warning.js
test-util-format.js util: fix inspection of class instance prototypes 2020-05-25 19:20:48 +02:00
test-util-inherits.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-util-inspect-long-running.js
test-util-inspect-namespace.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-util-inspect-proxy.js
test-util-inspect.js src: use node:moduleName as builtin module filename 2020-10-07 17:35:14 +02:00
test-util-internal.js test: replace flag expose_internals to expose-internals 2020-04-02 18:28:23 +02:00
test-util-isDeepStrictEqual.js
test-util-log.js
test-util-primordial-monkeypatching.js
test-util-promisify.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-util-sigint-watchdog.js
test-util-sleep.js
test-util-types-exists.js util: add util/types alias module 2020-10-21 01:26:34 +02:00
test-util-types.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-util.js
test-uv-binding-constant.js
test-uv-errno.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-uv-unmapped-exception.js
test-v8-coverage.js
test-v8-deserialize-buffer.js
test-v8-flag-type-check.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-v8-flags.js
test-v8-getheapsnapshot-twice.js test: add regression test for v8.getHeapSnapshot() crash 2020-10-14 20:11:51 +02:00
test-v8-global-setter.js
test-v8-serdes.js test: remove checks for deserializing wasm 2020-03-18 16:37:20 -07:00
test-v8-stats.js
test-v8-untrusted-code-mitigations.js
test-v8-version-tag.js
test-validators.js test: add tests for validateNumber/validateString 2020-08-09 14:51:08 -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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-cached-data.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-codegen.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-context-async-script.js
test-vm-context-property-forwarding.js vm: allow proxy callbacks to throw 2020-06-11 09:41:36 -05:00
test-vm-context.js test: improve logged errors 2020-02-09 13:36:39 +01:00
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-low-stack-space.js
test-vm-measure-memory-lazy.js vm: fix vm.measureMemory() and introduce execution option 2020-04-30 17:42:12 +08:00
test-vm-measure-memory-multi-context.js vm: fix vm.measureMemory() and introduce execution option 2020-04-30 17:42:12 +08:00
test-vm-measure-memory.js vm: fix vm.measureMemory() and introduce execution option 2020-04-30 17:42:12 +08:00
test-vm-module-basic.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-vm-module-cached-data.js vm: add code cache support for SourceTextModule 2020-01-12 14:43:56 -08:00
test-vm-module-dynamic-import.js src: add support for TLA 2020-05-14 12:39:23 -05:00
test-vm-module-dynamic-namespace.js src: add support for TLA 2020-05-14 12:39:23 -05:00
test-vm-module-errors.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-vm-module-import-meta.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-vm-module-link.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-vm-module-reevaluate.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-vm-module-synthetic.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-options-validation.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
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: add vm crash regression test 2020-08-10 17:33:23 +02:00
test-vm-sigint-existing-handler.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-sigint.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-vm-static-this.js
test-vm-strict-assign.js
test-vm-strict-mode.js
test-vm-symbols.js
test-vm-syntax-error-message.js
test-vm-syntax-error-stderr.js
test-vm-timeout-escape-promise-2.js vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
test-vm-timeout-escape-promise-module-2.js vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
test-vm-timeout-escape-promise-module.js vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
test-vm-timeout-escape-promise.js vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
test-vm-timeout.js
test-warn-sigprof.js
test-warn-stream-wrap.js
test-wasm-simple.js
test-weakref.js
test-webcrypto-cryptokey-workers.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivebits-ecdh.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivebits-hkdf.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivebits-node-dh.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivebits-pbkdf2.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivebits.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivekey-ecdh.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-derivekey.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-digest.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-encrypt-decrypt-aes.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-encrypt-decrypt-rsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-encrypt-decrypt.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-export-import-dsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-export-import-ec.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-export-import-rsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-export-import.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-keygen.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-random.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-sign-verify-ecdsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-sign-verify-hmac.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-sign-verify-node-dsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-sign-verify-rsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-sign-verify.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-webcrypto-wrap-unwrap.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test-whatwg-encoding-custom-api-basics.js
test-whatwg-encoding-custom-fatal-streaming.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-internals.js
test-whatwg-encoding-custom-interop.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-textdecoder-api-invalid-label.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-textdecoder-fatal.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-textdecoder-ignorebom.js
test-whatwg-encoding-custom-textdecoder-invalid-arg.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-textdecoder-streaming.js
test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-encoding-custom-textdecoder.js util: fix inspection of class instance prototypes 2020-05-25 19:20:48 +02:00
test-whatwg-url-constructor.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-whatwg-url-custom-deepequal.js
test-whatwg-url-custom-domainto.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-global.js
test-whatwg-url-custom-href-side-effect.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-inspect.js
test-whatwg-url-custom-parsing.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-properties.js url: remove gopher from special schemes 2020-06-06 11:11:02 +02:00
test-whatwg-url-custom-searchparams-append.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-constructor.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-delete.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-entries.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-foreach.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-get.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-getall.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-has.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-inspect.js
test-whatwg-url-custom-searchparams-keys.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-set.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams-sort.js
test-whatwg-url-custom-searchparams-stringifier.js doc: doc and test URLSearchParams discrepancy 2020-05-06 10:40:10 -07:00
test-whatwg-url-custom-searchparams-values.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-searchparams.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-whatwg-url-custom-setters.js
test-whatwg-url-custom-tostringtag.js
test-whatwg-url-origin.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-whatwg-url-setters.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-whatwg-url-toascii.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-windows-abort-exitcode.js
test-windows-failed-heap-allocation.js
test-worker-abort-on-uncaught-exception-terminate.js
test-worker-abort-on-uncaught-exception.js worker: fix --abort-on-uncaught-exception handling 2020-08-11 14:58:50 -07:00
test-worker-arraybuffer-zerofill.js
test-worker-beforeexit-throw-exit.js src: add maybe versions of EmitExit and EmitBeforeExit 2020-10-11 02:20:53 +02:00
test-worker-cjs-workerdata.js worker: add support for .cjs extension 2020-02-13 21:32:01 +01:00
test-worker-cleanexit-with-js.js
test-worker-cleanexit-with-moduleload.js
test-worker-cleanup-handles.js
test-worker-console-listeners.js
test-worker-crypto-sign-transfer-result.js test: add regression test for C++-created Buffer transfer 2020-07-07 23:41:50 +02:00
test-worker-data-url.js workers: add support for data: URLs 2020-08-19 12:33:43 -07:00
test-worker-debug.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-worker-dns-terminate-during-query.js
test-worker-dns-terminate.js
test-worker-error-stack-getter-throws.js
test-worker-esm-exit.js test: use common.mustCall in test-worker-esm-exit 2020-04-02 18:26:59 +02:00
test-worker-esm-missing-main.js
test-worker-esmodule.js
test-worker-execargv-invalid.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-worker-execargv.js
test-worker-exit-code.js
test-worker-exit-event-error.js worker: move JoinThread() back into exit callback 2020-01-23 02:59:39 +01:00
test-worker-exit-from-uncaught-exception.js
test-worker-fs-stat-watcher.js test: remove --experimental-worker flag comment 2020-01-31 18:48:52 -08:00
test-worker-heapdump-failure.js worker: add ability to take heap snapshot from parent thread 2020-02-03 07:04:13 -08:00
test-worker-http2-generic-streams-terminate.js
test-worker-init-failure.js test: allow ENOENT in test-worker-init-failure 2020-08-16 07:38:14 -07:00
test-worker-invalid-workerdata.js
test-worker-memory.js test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
test-worker-message-channel-sharedarraybuffer.js
test-worker-message-channel.js
test-worker-message-event.js lib: add EventTarget-related browser globals 2020-10-11 14:35:17 +00: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
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 worker: make MessagePort inherit from EventTarget 2020-07-22 22:59:11 +02:00
test-worker-message-port-jstransferable-nested-untransferable.js worker: do not crash when JSTransferable lists untransferable value 2020-08-17 11:42:50 -07:00
test-worker-message-port-message-before-close.js
test-worker-message-port-message-port-transferring.js
test-worker-message-port-move.js
test-worker-message-port-multiple-sharedarraybuffers.js
test-worker-message-port-receive-message.js worker: mention argument name in type check message 2020-04-15 16:36:27 +02: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 worker: emit 'messagerror' events for failed deserialization 2020-06-14 14:53:40 +02:00
test-worker-message-port-transfer-fake-js-transferable.js worker: emit 'messagerror' events for failed deserialization 2020-06-14 14:53:40 +02:00
test-worker-message-port-transfer-filehandle.js fs: guard against undefined behavior 2020-08-14 10:22:43 +02:00
test-worker-message-port-transfer-native.js
test-worker-message-port-transfer-self.js
test-worker-message-port-transfer-target.js
test-worker-message-port-transfer-terminate.js
test-worker-message-port-wasm-module.js
test-worker-message-port-wasm-threads.js
test-worker-message-port.js worker: make MessagePort inherit from EventTarget 2020-07-22 22:59:11 +02:00
test-worker-message-transfer-port-mark-as-untransferable.js worker: add public method for marking objects as untransferable 2020-06-25 08:33:29 -07:00
test-worker-message-type-unknown.js
test-worker-mjs-workerdata.js
test-worker-nested-on-process-exit.js worker: do not emit 'exit' events during process.exit() 2020-04-02 02:46:14 +02:00
test-worker-nested-uncaught.js worker: fix nested uncaught exception handling 2020-07-14 15:08:21 +02:00
test-worker-nexttick-terminate.js
test-worker-no-stdin-stdout-interaction.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-worker-non-fatal-uncaught-exception.js
test-worker-on-process-exit.js worker: do not emit 'exit' events during process.exit() 2020-04-02 02:46:14 +02:00
test-worker-onmessage-not-a-function.js
test-worker-onmessage.js
test-worker-parent-port-ref.js
test-worker-process-argv.js
test-worker-process-cwd.js
test-worker-process-env-shared.js
test-worker-process-env.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-worker-ref-onexit.js
test-worker-ref.js
test-worker-relative-path-double-dot.js
test-worker-relative-path.js test: use template strings in parallel tests 2020-04-02 18:25:30 +02:00
test-worker-resource-limits.js worker: add stack size resource limit option 2020-04-29 05:13:42 +02:00
test-worker-safe-getters.js
test-worker-sharedarraybuffer-from-worker-thread.js
test-worker-stack-overflow-stack-size.js worker: add stack size resource limit option 2020-04-29 05:13:42 +02:00
test-worker-stack-overflow.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-worker-stdio-from-preload-module.js worker: perform initial port.unref() before preload modules 2020-05-21 17:50:04 -07:00
test-worker-stdio.js
test-worker-syntax-error-file.js test: fix check error name on error instance 2020-04-06 17:02:43 -07:00
test-worker-syntax-error.js test: fix check error name on error instance 2020-04-06 17:02:43 -07:00
test-worker-terminate-http2-respond-with-file.js
test-worker-terminate-microtask-loop.js
test-worker-terminate-nested.js src,test: add regression test for nested Worker termination 2020-04-03 04:32:54 +02:00
test-worker-terminate-null-handler.js test: remove unnecessary console.log() calls 2020-04-03 01:15:31 +02:00
test-worker-terminate-source-map.js test: fixup worker + source map test 2020-07-22 22:53:54 +02:00
test-worker-terminate-timers.js
test-worker-terminate-unrefed.js
test-worker-track-unmanaged-fds.js worker: set trackUnmanagedFds to true by default 2020-07-22 07:30:32 -07:00
test-worker-type-check.js worker: allow URL in Worker constructor 2020-03-13 10:50:30 +01:00
test-worker-uncaught-exception-async.js
test-worker-uncaught-exception.js
test-worker-unref-from-message-during-exit.js worker: fix crash when .unref() is called during exit 2020-05-16 11:13:30 +02:00
test-worker-unsupported-eval-on-url.mjs lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-worker-unsupported-path.js workers: add support for data: URLs 2020-08-19 12:33:43 -07:00
test-worker-unsupported-things.js
test-worker-vm-context-terminate.js
test-worker-workerdata-messageport.js worker: rename error code to be more accurate 2020-06-24 17:56:55 -07:00
test-worker-workerdata-sharedarraybuffer.js
test-worker.js test: refactor test-worker 2020-04-06 01:53:54 +02:00
test-worker.mjs test: refactor test-worker 2020-04-06 01:53:54 +02:00
test-wrap-js-stream-destroy.js
test-wrap-js-stream-duplex.js
test-wrap-js-stream-exceptions.js stream: use callback to properly propagate error 2020-04-03 19:00:28 +02:00
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 zlib: add maxOutputLength option 2020-06-09 17:26:10 +02:00
test-zlib-brotli.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-zlib-bytes-read.js
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-close-in-ondata.js
test-zlib-const.js
test-zlib-convenience-methods.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-zlib-create-raw.js
test-zlib-deflate-constructors.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-zlib-deflate-raw-inherits.js
test-zlib-destroy-pipe.js
test-zlib-destroy.js zlib: align with streams 2020-03-19 10:56:45 +01:00
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-empty-buffer.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-zlib-failed-init.js zlib: reject windowBits=8 when mode=GZIP 2020-05-09 07:54:40 +02:00
test-zlib-flush-drain-longblock.js
test-zlib-flush-drain.js stream: simplify Transform stream implementation 2020-04-15 21:25:42 +02:00
test-zlib-flush-flags.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-zlib-flush-write-sync-interleaved.js
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-zlib-from-gzip-with-trailing-garbage.js test: add common.mustSucceed 2020-10-17 00:48:26 +02:00
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input-memory.js
test-zlib-invalid-input.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-zlib-kmaxlength-rangeerror.js zlib: add maxOutputLength option 2020-06-09 17:26:10 +02:00
test-zlib-maxOutputLength.js zlib: add maxOutputLength option 2020-06-09 17:26:10 +02:00
test-zlib-not-string-or-buffer.js test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test-zlib-object-write.js stream: throw invalid argument errors 2020-02-25 12:07:30 +01:00
test-zlib-params.js
test-zlib-premature-end.js
test-zlib-random-byte-pipes.js
test-zlib-reset-before-write.js zlib: switch to lazy init for zlib streams 2020-07-22 16:20:33 +03:00
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-unused-weak.js test: fix test-zlib-unused-weak on V8 8.2 2020-05-12 16:14:14 +02:00
test-zlib-unzip-one-byte-chunks.js
test-zlib-write-after-close.js stream: fix multiple destroy calls 2020-02-29 09:34:43 +01:00
test-zlib-write-after-end.js zlib: allow writes after readable 'end' to finish 2019-12-27 02:13:44 +01:00
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib-zero-windowBits.js zlib: reject windowBits=8 when mode=GZIP 2020-05-09 07:54:40 +02:00
test-zlib.js zlib: reject windowBits=8 when mode=GZIP 2020-05-09 07:54:40 +02:00
testcfg.py