node/test/parallel
Anna Henningsen e45b6a3b98
http2: do not start reading after write if new write is on wire
Don’t start reading more input data if we’re still busy writing output.
This was overlooked in 8a4a1931b8.

Fixes: https://github.com/nodejs/node/issues/29353
Fixes: https://github.com/nodejs/node/issues/29393

PR-URL: https://github.com/nodejs/node/pull/29399
Backport-PR-URL: https://github.com/nodejs/node/pull/29618
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2019-09-25 13:28:32 +01:00
..
parallel.status test: mark test-cli-node-options flaky on arm 2019-02-28 23:40:11 +11:00
test-accessor-properties.js test: add hasCrypto when using binding('crypto') 2018-05-02 14:30:35 -04:00
test-arm-math-exp-regress-1376.js
test-assert-async.js assert: revert breaking change 2018-12-11 15:18:30 +00:00
test-assert-checktag.js
test-assert-deep.js test: add block scoping to test-assert-deep 2017-10-31 00:15:11 +00:00
test-assert-fail.js
test-assert-typedarray-deepequal.js
test-assert.js assert: revert breaking change 2018-12-11 15:18:30 +00:00
test-async-hooks-asyncresource-constructor.js
test-async-hooks-close-during-destroy.js
test-async-hooks-constructor.js src: fix error message in async_hooks constructor 2018-09-06 09:40:49 -07:00
test-async-hooks-destroy-on-gc.js async_hooks: add destroy event for gced AsyncResources 2018-01-19 13:13:49 -05:00
test-async-hooks-disable-during-promise.js test: use crashOnUnhandledRejection 2017-12-20 01:59:08 +00:00
test-async-hooks-disable-gc-tracking.js async_hooks: add destroy event for gced AsyncResources 2018-01-19 13:13:49 -05:00
test-async-hooks-enable-disable.js
test-async-hooks-enable-during-promise.js test: add common.crashOnUnhandledRejection() 2017-12-20 01:59:19 +00:00
test-async-hooks-enable-recursive.js
test-async-hooks-http-agent-destroy.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-async-hooks-http-agent.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-async-hooks-http-parser-destroy.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-async-hooks-prevent-double-destroy.js async_hooks: add destroy event for gced AsyncResources 2018-01-19 13:13:49 -05:00
test-async-hooks-promise-enable-disable.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-async-hooks-promise-triggerid.js
test-async-hooks-promise.js async_hooks: rename PromiseWrap.parentId 2018-08-16 01:59:10 -04:00
test-async-hooks-recursive-stack-runInAsyncScope.js async_hooks: deprecate unsafe emit{Before,After} 2018-08-16 11:38:50 +10:00
test-async-hooks-recursive-stack.js async_hooks: use typed array stack as fast path 2018-01-19 13:14:26 -05:00
test-async-hooks-run-in-async-id-scope.js async_hooks: deprecate undocumented API 2018-01-19 13:14:00 -05:00
test-async-hooks-top-level-clearimmediate.js
test-async-wrap-constructor.js test: more AsyncWrap constructor validation tests 2017-10-23 17:18:12 -04:00
test-async-wrap-destroyid.js
test-async-wrap-GH13045.js
test-async-wrap-pop-id-during-load.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-async-wrap-promise-after-enabled.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:07 +00:00
test-async-wrap-trigger-id.js
test-async-wrap-uncaughtexception.js test,net: remove scatological terminology 2017-11-14 17:01:50 +00:00
test-bad-unicode.js
test-beforeexit-event-exit.js
test-benchmark-arrays.js
test-benchmark-assert.js
test-benchmark-cluster.js
test-benchmark-crypto.js
test-benchmark-dgram.js test: add more settings to test-benchmark-dgram 2017-12-20 01:59:44 +00:00
test-benchmark-dns.js
test-benchmark-domain.js
test-benchmark-es.js test: fix flaky test-benchmark-es 2017-12-20 02:00:52 +00:00
test-benchmark-events.js test: fix flaky test-benchmark-events 2017-12-20 01:59:43 +00:00
test-benchmark-fs.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-benchmark-misc.js test: fix flaky test-benchmark-misc 2018-01-24 02:33:13 +00:00
test-benchmark-module.js test: create benchmark test for misc and module 2017-10-11 02:06:11 -04:00
test-benchmark-os.js
test-benchmark-process.js test: allow short benchmarks for tests 2017-10-17 21:13:32 -07:00
test-benchmark-querystring.js test: fix flaky test-benchmark-querystring 2017-12-20 02:00:47 +00:00
test-benchmark-string_decoder.js test: reduce run time for string_decoder benchmark 2017-10-17 21:12:06 -07:00
test-benchmark-timers.js test: fix missing param in benchmark-timers 2018-08-16 11:38:53 +10:00
test-binding-constants.js
test-buffer-alloc-is-filled.js src: avoid hanging on Buffer#fill 0-length input 2018-06-11 17:52:46 -05:00
test-buffer-alloc.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-bad-overload.js
test-buffer-badhex.js
test-buffer-bindingobj-no-zerofill.js
test-buffer-bytelength.js
test-buffer-compare-offset.js
test-buffer-compare.js
test-buffer-concat.js
test-buffer-constants.js
test-buffer-copy.js test: add property for RangeError in test-buffer-copy 2018-11-28 11:26:49 +11:00
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js src: avoid hanging on Buffer#fill 0-length input 2018-06-11 17:52:46 -05:00
test-buffer-from.js test: remove trivial buffer imports 2018-02-27 00:49:33 -05:00
test-buffer-includes.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-buffer-indexof.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-buffer-inheritance.js
test-buffer-inspect.js
test-buffer-isencoding.js
test-buffer-iterator.js
test-buffer-new.js
test-buffer-no-negative-allocation.js
test-buffer-nopendingdep-map.js
test-buffer-over-max-length.js test: remove trivial buffer imports 2018-02-27 00:49:33 -05:00
test-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-prototype-inspect.js
test-buffer-read.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-buffer-regression-649.js
test-buffer-safe-unsafe.js
test-buffer-sharedarraybuffer.js test: remove --harmony-sharedarraybuffer usage 2018-08-16 11:38:51 +10:00
test-buffer-slice.js test: simplify test-buffer-slice.js 2018-01-24 01:00:30 -08:00
test-buffer-slow.js
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-range.js
test-buffer-tostring.js
test-buffer-write-noassert.js
test-buffer-write.js buffer: avoid overrun on UCS-2 string write 2018-08-15 17:49:13 +10:00
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js
test-child-process-bad-stdio.js
test-child-process-buffering.js
test-child-process-can-write-to-stdout.js test: rename regression tests 2018-01-24 01:21:22 -08:00
test-child-process-constructor.js
test-child-process-custom-fds.js
test-child-process-cwd.js
test-child-process-default-options.js test: add missing spaces in concatenations 2017-10-17 23:35:37 -07:00
test-child-process-detached.js
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-child-process-exec-cwd.js
test-child-process-exec-encoding.js
test-child-process-exec-env.js
test-child-process-exec-error.js
test-child-process-exec-kill-throws.js
test-child-process-exec-maxBuffer.js
test-child-process-exec-stdout-stderr-data-string.js test: use common module API in test-child-process-exec-stdout-stderr-data-string 2018-01-24 02:45:26 +00:00
test-child-process-exec-timeout.js test,win: cleanup exec-timeout processes 2019-09-19 21:12:20 +01:00
test-child-process-execfile.js util: implement util.getSystemErrorName() 2018-08-16 11:38:47 +10:00
test-child-process-exit-code.js
test-child-process-flush-stdio.js
test-child-process-fork-and-spawn.js
test-child-process-fork-close.js
test-child-process-fork-dgram.js
test-child-process-fork-exec-argv.js test: utilize common.mustCall() on child exit 2017-12-20 01:58:51 +00:00
test-child-process-fork-exec-path.js test: add lib path env when node_shared=true 2018-08-16 01:59:07 -04:00
test-child-process-fork-net.js
test-child-process-fork-net2.js test: improve to use template string 2018-01-24 02:51:35 +00:00
test-child-process-fork-no-shell.js test: pass process.env to child processes 2017-11-17 10:33:42 -05:00
test-child-process-fork-options.js child_process: handle undefined/null for fork() args 2018-11-28 11:26:49 +11:00
test-child-process-fork-ref.js
test-child-process-fork-ref2.js
test-child-process-fork-regr-gh-2847.js
test-child-process-fork-stdio-string-variant.js
test-child-process-fork-stdio.js
test-child-process-fork.js
test-child-process-fork3.js
test-child-process-internal.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-child-process-ipc-next-tick.js
test-child-process-ipc.js
test-child-process-kill.js
test-child-process-promisified.js
test-child-process-recv-handle.js
test-child-process-send-after-close.js
test-child-process-send-cb.js test: replace function with arrow function 2017-12-20 01:59:22 +00:00
test-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-child-process-send-type-error.js
test-child-process-send-utf8.js
test-child-process-set-blocking.js
test-child-process-silent.js test: remove literal messages 2017-10-23 17:17:32 -04:00
test-child-process-spawn-argv0.js
test-child-process-spawn-error.js
test-child-process-spawn-shell.js
test-child-process-spawn-typeerror.js
test-child-process-spawnsync-env.js
test-child-process-spawnsync-input.js
test-child-process-spawnsync-kill-signal.js
test-child-process-spawnsync-maxbuf.js test: refactor comments in test-child-process-spawnsync-maxbuf 2017-11-17 11:24:28 -05:00
test-child-process-spawnsync-shell.js child_process: add windowsHide option 2017-10-24 00:07:31 -04:00
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync-validation-errors.js child_process: add windowsHide option 2017-10-24 00:07:31 -04:00
test-child-process-spawnsync.js test: use default assertion message 2017-11-16 18:19:28 -05:00
test-child-process-stdin-ipc.js
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js test: clean up inappropriate language 2017-12-20 01:59:05 +00:00
test-child-process-stdio-inherit.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js lib: setup IPC channel before console 2017-10-31 00:15:10 +00:00
test-child-process-uid-gid.js
test-child-process-validate-stdio.js
test-child-process-windows-hide.js child_process: add windowsHide option 2017-10-24 00:07:31 -04:00
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js test: escape script filename on Windows 2017-10-17 23:31:38 -07:00
test-cli-node-options-disallowed.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cli-node-options.js src: allow --perf-(basic-)?prof in NODE_OPTIONS 2018-08-16 01:59:09 -04:00
test-cli-syntax.js
test-cluster-basic.js test: add missing spaces in concatenations 2017-10-17 23:35:37 -07:00
test-cluster-bind-privileged-port.js test: skip failing tests for osx mojave 2018-10-30 11:16:21 -04:00
test-cluster-bind-twice.js
test-cluster-cwd.js cluster: add cwd to cluster.settings 2018-08-16 11:38:52 +10:00
test-cluster-dgram-1.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-cluster-dgram-2.js
test-cluster-dgram-reuse.js
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-exitedAfterDisconnect-race.js test: refactor exitedAfterDisconnect test 2017-12-20 01:58:40 +00:00
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js
test-cluster-disconnect-unshared-tcp.js tools: enable additional eslint rules 2017-10-23 17:21:11 -04:00
test-cluster-disconnect-unshared-udp.js tools: enable additional eslint rules 2017-10-23 17:21:11 -04:00
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cluster-eaddrinuse.js
test-cluster-fork-env.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-cluster-fork-stdio.js
test-cluster-fork-windowsHide.js cluster: support windowsHide option for workers 2018-08-16 11:38:52 +10:00
test-cluster-http-pipe.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cluster-invalid-message.js
test-cluster-ipc-throw.js
test-cluster-kill-disconnect.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-cluster-listening-port.js
test-cluster-master-error.js
test-cluster-master-kill.js test: improve template value for test message 2017-11-17 11:12:08 -05:00
test-cluster-message.js test: wrap callback in common.mustCall 2017-12-20 01:59:03 +00:00
test-cluster-net-listen-relative-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cluster-net-listen.js
test-cluster-net-send.js test: improve to use template string 2018-02-27 00:44:00 -05:00
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: fix flaky test-cluster-send-handle-twice 2018-12-04 15:44:11 +00:00
test-cluster-send-socket-to-worker-http-server.js
test-cluster-server-restart-none.js test: update output to include exit code & signal 2017-10-17 23:35:23 -07:00
test-cluster-server-restart-rr.js
test-cluster-setup-master-argv.js
test-cluster-setup-master-cumulative.js test: remove message argument in cluster setup test 2017-11-17 10:11:11 -05:00
test-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js
test-cluster-setup-master.js test: refactor test-cluster-setup-master 2017-10-17 23:33:46 -07:00
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js test: skip failing tests for osx mojave 2018-10-30 11:16:21 -04:00
test-cluster-shared-leak.js
test-cluster-uncaught-exception.js
test-cluster-worker-constructor.js
test-cluster-worker-death.js
test-cluster-worker-deprecated.js
test-cluster-worker-destroy.js tools: enable additional eslint rules 2017-10-23 17:21:11 -04:00
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js test: imporove assert messages 2017-10-31 00:15:04 +00:00
test-cluster-worker-events.js
test-cluster-worker-exit.js
test-cluster-worker-forced-exit.js
test-cluster-worker-init.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js test: expand error message 2017-10-23 17:17:32 -04:00
test-cluster-worker-kill.js
test-cluster-worker-no-exit.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-cluster-worker-wait-server-close.js
test-common-countdown.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-common-must-not-call.js test: make common.mustNotCall show file:linenumber 2017-12-20 01:59:40 +00:00
test-common.js test: replace fixtureDir with fixtures.path 2017-10-11 02:06:14 -04:00
test-console-async-write-error.js
test-console-clear.js
test-console-count.js
test-console-group.js
test-console-instance.js
test-console-log-stdio-broken-dest.js console: avoid adding infinite error listeners 2017-11-08 15:41:55 +00:00
test-console-not-call-toString.js
test-console-sync-write-error.js
test-console.js console: add support for console.debug 2018-01-15 17:52:14 -05:00
test-constants.js
test-crypto-authenticated.js test: update link according to NIST bibliography 2018-12-04 11:53:05 +00:00
test-crypto-binary-default.js test: remove assert message and add block scope 2018-08-17 15:23:06 -04:00
test-crypto-certificate.js
test-crypto-cipher-decipher.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-crypto-cipheriv-decipheriv.js crypto: allow passing null as IV unless required 2018-08-16 01:59:09 -04:00
test-crypto-classes.js test: fix flaky test-crypto-classes.js 2017-10-23 09:24:34 -05:00
test-crypto-deprecated.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-crypto-dh-leak.js
test-crypto-dh-odd-key.js
test-crypto-dh-padding.js
test-crypto-dh.js crypto: test DH keys work without a public half 2018-02-18 15:17:05 +00:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-engine.js
test-crypto-fips.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-crypto-from-binary.js test: update test-crypto-from-binary 2017-10-17 23:29:00 -07:00
test-crypto-hash-stream-pipe.js
test-crypto-hash.js test: Remove unnecessary asserion messages in test-crypto-hash.js 2018-09-06 09:40:53 -07:00
test-crypto-hmac.js test: add more information to assert.strictEqual 2018-09-06 09:40:51 -07:00
test-crypto-lazy-transform-writable.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-pbkdf2.js
test-crypto-random.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-crypto-rsa-dsa.js
test-crypto-sign-verify.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-crypto-stream.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-crypto-verify-failure.js
test-crypto.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-cwd-enoent-preload.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cwd-enoent-repl.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-cwd-enoent.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-debug-args.js
test-debug-usage.js
test-debugger-pid.js
test-delayed-require.js
test-dgram-address.js
test-dgram-bind-default-address.js
test-dgram-bind.js
test-dgram-bytes-length.js
test-dgram-close-during-bind.js
test-dgram-close-in-listening.js
test-dgram-close-is-not-callback.js
test-dgram-close.js
test-dgram-cluster-bind-error.js
test-dgram-cluster-close-during-bind.js
test-dgram-create-socket-handle.js
test-dgram-createSocket-type.js test: fix and improve error message 2018-08-16 11:38:53 +10:00
test-dgram-custom-lookup.js
test-dgram-error-message-address.js
test-dgram-exclusive-implicit-bind.js
test-dgram-implicit-bind.js
test-dgram-listen-after-bind.js
test-dgram-membership.js test: allow tests to pass without internet 2017-10-31 00:14:56 +00:00
test-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface.js test: add missing assertion 2017-10-25 14:37:54 -04:00
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-recv-error.js
test-dgram-ref.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-dgram-regress-4496.js
test-dgram-send-address-types.js
test-dgram-send-bad-arguments.js
test-dgram-send-callback-buffer-empty-address.js
test-dgram-send-callback-buffer-length-empty-address.js
test-dgram-send-callback-buffer-length.js
test-dgram-send-callback-buffer.js
test-dgram-send-callback-multi-buffer-empty-address.js
test-dgram-send-callback-multi-buffer.js
test-dgram-send-callback-recursive.js test: improve assertion message in dgram test 2017-10-17 23:27:18 -07:00
test-dgram-send-default-host.js
test-dgram-send-empty-array.js test: common.fixturesDir -> common.fixtures 2017-10-17 23:25:55 -07:00
test-dgram-send-empty-buffer.js
test-dgram-send-empty-packet.js
test-dgram-send-error.js
test-dgram-send-multi-buffer-copy.js
test-dgram-send-multi-string-array.js
test-dgram-sendto.js
test-dgram-setBroadcast.js
test-dgram-setTTL.js
test-dgram-socket-buffer-size.js
test-dgram-udp4.js
test-dgram-udp6-send-default-host.js
test-dgram-unref.js
test-dns-cancel-reverse-lookup.js
test-dns-channel-cancel.js
test-dns-lookup.js errors: make message non-enumerable 2018-08-16 11:38:48 +10:00
test-dns-multi-channel.js
test-dns-regress-7070.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-dns-resolveany-bad-ancount.js test: remove string literal from assertion 2018-09-25 16:46:04 -04:00
test-dns-resolveany.js
test-dns-setserver-when-querying.js dns: fix crash while setting server during query 2018-02-19 03:18:12 +00:00
test-dns.js
test-domain-abort-on-uncaught.js
test-domain-abort-when-disposed.js
test-domain-bind-timeout.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-crypto.js
test-domain-ee-implicit.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-ee.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-enter-exit.js
test-domain-error-types.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-exit-dispose-again.js
test-domain-exit-dispose.js
test-domain-from-timer.js
test-domain-fs-enoent-stream.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-http-server.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-domain-implicit-binding.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-implicit-fs.js
test-domain-intercept.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-multi.js
test-domain-multiple-errors.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
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: change callback function to arrow function 2018-01-24 02:45:20 +00:00
test-domain-no-error-handler-abort-on-uncaught-0.js
test-domain-promise.js src: do not add .domain to promises in VM contexts 2017-10-23 09:14:26 -05:00
test-domain-run.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-safe-exit.js test: improve assertion messages 2017-11-17 10:39:49 -05:00
test-domain-stack-empty-in-process-uncaughtexception.js test: add useful info to error msg and refactor 2018-08-16 01:59:06 -04:00
test-domain-stack.js
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-domain-timer.js test: split up and refactor test-domain 2017-10-17 23:35:11 -07:00
test-domain-timers-uncaught-exception.js
test-domain-timers.js
test-domain-top-level-error-handler-clears-stack.js test: replace function with arrow function 2017-12-20 01:59:33 +00:00
test-domain-top-level-error-handler-throw.js
test-domain-uncaught-exception.js
test-domain-with-abort-on-uncaught-exception.js
test-dsa-fips-invalid-key.js
test-emit-after-uncaught-exception-runInAsyncScope.js async_hooks: deprecate unsafe emit{Before,After} 2018-08-16 11:38:50 +10:00
test-emit-after-uncaught-exception.js
test-env-var-no-warnings.js
test-error-reporting.js test: make test-error-reporting engine agnostic 2018-08-16 11:38:51 +10:00
test-eslint-alphabetize-errors.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-buffer-constructor.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-crypto-check.js tools: auto fix custom crypto-check eslint rule 2018-08-16 11:38:53 +10:00
test-eslint-inspector-check.js tools: custom eslint autofix for inspector-check.js 2018-08-16 11:38:53 +10:00
test-eslint-lowercase-name-for-primitive.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-no-let-in-for-declaration.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-no-unescaped-regexp-dot.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-number-isnan.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-prefer-assert-iferror.js tools: add fixer for prefer-assert-iferror.js 2018-04-13 03:56:37 +01:00
test-eslint-prefer-assert-methods.js tools: auto fix custom eslint rule 2018-03-29 23:28:17 -04:00
test-eslint-prefer-common-mustnotcall.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-require-buffer.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eslint-required-modules.js test: add common.skipIfEslintMissing 2018-02-26 12:19:57 -05:00
test-eval-require.js test: use common.fixtures module 2017-10-17 23:33:21 -07:00
test-eval-strict-referenceerror.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-eval.js
test-event-emitter-add-listeners.js
test-event-emitter-check-listener-leaks.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-event-emitter-errors.js
test-event-emitter-get-max-listeners.js
test-event-emitter-listener-count.js
test-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-event-emitter-max-listeners-warning-for-null.js
test-event-emitter-max-listeners-warning-for-symbol.js
test-event-emitter-max-listeners-warning.js
test-event-emitter-max-listeners.js
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js
test-event-emitter-prepend.js
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04: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-events-list.js
test-exception-handler.js
test-exception-handler2.js
test-file-read-noexist.js test: switch to fixtures module 2017-10-17 21:17:27 -07:00
test-file-write-stream.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-file-write-stream2.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-file-write-stream3.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-fs-access.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-append-file-sync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-append-file.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-assert-encoding-error.js
test-fs-buffer.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-buffertype-writesync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-chmod.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-copyfile.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-empty-readStream.js
test-fs-error-messages.js test: use fixtures module 2017-10-23 17:17:32 -04:00
test-fs-exists.js test: increase fs.exists coverage 2017-10-31 00:15:05 +00:00
test-fs-existssync-false.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-fs-fsync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-link.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-long-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-make-callback.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-makeStatsCallback.js
test-fs-mkdir-rmdir.js test: remove third param from assert.strictEqual 2018-12-04 11:21:22 +00:00
test-fs-mkdir.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-mkdtemp-prefix-check.js
test-fs-mkdtemp.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-non-number-arguments-throw.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-null-bytes.js
test-fs-open-flags.js fs: support as and as+ flags in stringToFlags() 2018-08-16 01:59:10 -04:00
test-fs-open-numeric-flags.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-open.js
test-fs-options-immutable.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-promisified.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-read-file-assert-encoding.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.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: improve to use template string 2018-02-27 00:44:00 -05:00
test-fs-read-stream-fd.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-read-stream-inherit.js test: replace fixturesDir with fixtures methods 2017-10-17 23:33:06 -07:00
test-fs-read-stream-resume.js test: normalize fixtures use 2017-10-17 23:25:50 -07:00
test-fs-read-stream-throw-type-error.js
test-fs-read-stream.js test: use createReadStream instead of ReadStream 2018-12-04 15:35:45 +00:00
test-fs-read-type.js
test-fs-read-zero-length.js test: use common.fixtures module for file path 2017-10-11 02:06:13 -04:00
test-fs-read.js test: replace fixtureDir with fixtures methods 2017-10-17 23:33:33 -07:00
test-fs-readdir-stack-overflow.js fs: fix stack overflow in fs.readdirSync 2018-04-13 04:08:38 +01:00
test-fs-readdir-ucs2.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-readdir.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-readfile-empty.js test: add test description to fs.readFile tests 2018-01-22 03:34:34 -05:00
test-fs-readfile-error.js test: read() on dir on AIX does not return EISDIR 2018-11-11 15:07:46 +01:00
test-fs-readfile-fd.js test: add test description to fs.readFile tests 2018-01-22 03:34:34 -05:00
test-fs-readfile-pipe-large.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-readfile-zero-byte-liar.js test: add test description to fs.readFile tests 2018-01-22 03:34:34 -05:00
test-fs-readfilesync-enoent.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-fs-readfilesync-pipe-large.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-ready-event-stream.js fs,net: emit 'ready' for fs streams and sockets 2018-08-16 01:59:11 -04:00
test-fs-realpath-buffer-encoding.js test: replace common.fixturesDir with fixtures module 2017-11-16 18:13:36 -05:00
test-fs-realpath-on-substed-drive.js test: used fixturesDir from fixtures modules 2017-11-17 11:21:33 -05:00
test-fs-realpath-pipe.js
test-fs-realpath.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-sir-writes-alot.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-stat.js
test-fs-stream-double-close.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-symlink-dir-junction-relative.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-symlink-dir-junction.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-symlink.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-timestamp-parsing-error.js
test-fs-truncate-clear-file-zero.js test: rename regression tests more expressively 2018-12-04 15:40:17 +00:00
test-fs-truncate-fd.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-truncate-sync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-truncate.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-utimes.js test: avoid running fsync on directory on AIX 2019-03-21 11:59:41 +00:00
test-fs-watch-encoding.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-watch-enoent.js
test-fs-watch-recursive.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js src: make FSEventWrap/StatWatcher::Start more robust 2018-08-16 11:38:48 +10:00
test-fs-watchfile.js src: make FSEventWrap/StatWatcher::Start more robust 2018-08-16 11:38:48 +10:00
test-fs-whatwg-url.js test: replace common.fixturesDir with fixtures 2017-10-17 21:14:44 -07:00
test-fs-write-buffer.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-file-buffer.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-file-invalid-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-file-sync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-file-uint8array.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-file.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-no-fd.js
test-fs-write-stream-autoclose-option.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-change-open.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-double-close.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-encoding.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-end.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-err.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream-throw-type-error.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-stream.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-string-coerce.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write-sync.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-fs-write.js src: fix fs.write() externalized string handling 2018-10-16 16:27:59 +01:00
test-global-console-exists.js
test-global.js test: improve assert messages in test-global 2017-11-17 10:07:00 -05:00
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed.js async_wrap: add provider types for net server 2018-01-19 13:14:10 -05:00
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-abort-before-end.js test: refactor test-http-abort-before-end 2018-04-13 03:52:24 +01:00
test-http-abort-client.js
test-http-abort-queued.js
test-http-abort-stream-end.js
test-http-aborted.js http: added aborted property to request 2018-10-17 00:07:24 +01:00
test-http-after-connect.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-agent-destroyed-socket.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-agent-error-on-idle.js test: remove message from assert.strictEqual() 2018-12-03 21:03:01 +00:00
test-http-agent-false.js
test-http-agent-getname.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-agent-keepalive.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-http-agent-maxsockets-regress-4050.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-agent-maxsockets.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent-remove.js http: do not rely on the 'agentRemove' event 2018-08-16 11:38:52 +10:00
test-http-agent-uninitialized-with-handle.js
test-http-agent-uninitialized.js
test-http-agent.js test: use Countdown in http-agent test 2017-12-20 22:35:15 +00:00
test-http-allow-req-after-204-res.js test: refactored test-http-allow-req-after-204-res to countdown 2017-12-20 01:59:37 +00:00
test-http-automatic-headers.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
test-http-byteswritten.js
test-http-catch-uncaughtexception.js
test-http-chunk-problem.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-chunked-304.js
test-http-chunked.js
test-http-client-abort-event.js
test-http-client-abort-keep-alive-queued-tcp-socket.js http: do not blindly destroy UNIX domain sockets 2017-10-23 17:35:53 -04:00
test-http-client-abort-keep-alive-queued-unix-socket.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-client-abort-no-agent.js
test-http-client-abort-unix-socket.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-client-abort.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-client-abort2.js
test-http-client-aborted-event.js
test-http-client-agent.js test: Update test-http-client-agent to use countdown timer 2017-12-20 01:59:26 +00:00
test-http-client-check-http-token.js
test-http-client-default-headers-exist.js
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-get-url.js
test-http-client-immediate-error.js async_hooks: deprecate undocumented API 2018-01-19 13:14:00 -05:00
test-http-client-invalid-path.js http: disallow two-byte characters in URL path 2018-11-27 15:07:09 +11:00
test-http-client-keep-alive-release-before-finish.js
test-http-client-parse-error.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-client-pipe-end.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-http-client-readable.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-reject-unexpected-agent.js
test-http-client-response-domain.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-client-spurious-aborted.js test: refactor test after review 2018-09-06 09:40:49 -07:00
test-http-client-timeout-agent.js test: improve assert message 2018-12-04 17:48:24 +00:00
test-http-client-timeout-event.js
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js http: remove default 'drain' listener on upgrade 2018-04-13 00:14:19 -04:00
test-http-content-length.js test: update test-http-content-length to use countdown 2018-01-24 02:33:16 +00:00
test-http-contentLength0.js
test-http-createConnection.js
test-http-date-header.js test: change callback function to arrow function 2018-01-24 02:33:14 +00:00
test-http-default-encoding.js test: change callback function to arrow function 2018-01-24 02:33:14 +00:00
test-http-default-port.js test: refactor test-http-default-port 2017-12-20 22:35:18 +00:00
test-http-destroyed-socket-write2.js test: remove third argument from call to assert.strictEqual() 2018-12-04 17:48:03 +00:00
test-http-dns-error.js test: update a few tests to work on OpenBSD 2018-04-13 00:01:08 -04:00
test-http-double-content-length.js
test-http-end-throw-socket-handling.js test: refactored http test to use countdown 2017-12-20 01:59:27 +00:00
test-http-eof-on-connect.js
test-http-exceptions.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http-expect-continue.js test: refactor test-http-expect-continue 2018-12-04 15:33:18 +00:00
test-http-expect-handling.js
test-http-extra-response.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-http-flush-headers.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-flush-response-headers.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-flush.js
test-http-full-response.js
test-http-generic-streams.js http: support generic Duplex streams 2018-01-15 17:31:36 -05:00
test-http-get-pipeline-problem.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
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-obstext.js
test-http-header-read.js
test-http-hex-write.js
test-http-highwatermark.js test: fix flaky test-http-highwatermark 2018-01-24 01:20:48 -08:00
test-http-host-header-ipv6-fail.js
test-http-host-headers.js
test-http-hostname-typechecking.js
test-http-incoming-matchKnownFields.js
test-http-incoming-pipelined-socket-destroy.js test: use Countdown in http test 2017-12-20 02:00:52 +00:00
test-http-invalid-path-chars.js
test-http-invalid-urls.js
test-http-invalidheaderfield.js
test-http-invalidheaderfield2.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive.js
test-http-keepalive-client.js
test-http-keepalive-override.js
test-http-keepalive-request.js
test-http-listening.js
test-http-localaddress-bind-error.js
test-http-localaddress.js
test-http-malformed-request.js test: use common.mustCall in test-http-malformed-request 2017-12-20 01:59:42 +00:00
test-http-many-ended-pipelines.js
test-http-max-header-size.js http: fix error check in Execute() 2019-03-20 17:16:10 +00:00
test-http-max-headers-count.js deps,http: http_parser set max header size to 8KB 2018-11-27 15:07:09 +11:00
test-http-methods.js deps: upgrade http-parser to v2.8.0 2018-03-27 20:06:46 -04:00
test-http-multi-line-headers.js
test-http-mutable-headers.js
test-http-no-content-length.js
test-http-no-read-no-dump.js
test-http-outgoing-finish-writable.js
test-http-outgoing-finish.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-http-outgoing-first-chunk-singlebyte-encoding.js
test-http-outgoing-internal-headers.js
test-http-outgoing-message-inheritance.js
test-http-outgoing-proto.js
test-http-outgoing-renderHeaders.js
test-http-parser-bad-ref.js test: fix strictEqual() arguments order 2018-11-28 11:26:47 +11:00
test-http-parser-free.js test: Update test-http-parser-free to use countdown timer 2017-12-20 01:59:26 +00:00
test-http-parser-freed-before-upgrade.js http: free the parser before emitting 'upgrade' 2018-03-29 23:28:15 -04:00
test-http-parser-reuse-domain.js http: attach reused parser to correct domain 2019-03-20 16:06:39 +00:00
test-http-parser.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-http-pause-no-dump.js test: add http _dump regression test 2018-08-16 11:38:51 +10:00
test-http-pause-resume-one-end.js
test-http-pause.js test: replace function with ES6 arrow function 2017-12-20 01:59:30 +00:00
test-http-pipe-fs.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-pipeline-flood.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-http-pipeline-regr-2639.js test: Use common.mustCall in http test 2017-12-20 02:00:49 +00:00
test-http-pipeline-regr-3332.js test: Use countdown in test file 2018-01-24 02:33:16 +00:00
test-http-pipeline-regr-3508.js stream: remove usage of *State.highWaterMark 2018-01-15 18:05:28 -05:00
test-http-proxy.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-raw-headers.js
test-http-regr-gh-2821.js
test-http-remove-header-stays-removed.js test: fix assertion arguments order 2018-11-28 11:26:47 +11:00
test-http-request-agent.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-http-request-dont-override-options.js test: update test-http-request-dont-override-options to use common.mustCall 2017-12-20 01:59:43 +00:00
test-http-request-end-twice.js
test-http-request-end.js
test-http-request-invalid-method-error.js
test-http-request-methods.js
test-http-res-write-after-end.js test: remove 3rd argument from assert.strictEqual 2018-12-04 15:39:35 +00:00
test-http-res-write-end-dont-take-array.js test: refactor code to use common.mustCall 2017-12-20 02:00:44 +00:00
test-http-response-add-header-after-sent.js
test-http-response-close.js
test-http-response-multi-content-length.js test: use Countdown in http test 2017-12-20 01:59:41 +00:00
test-http-response-multiheaders.js test: update test-http-response-multiheaders to use countdown 2017-12-20 01:59:40 +00:00
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js
test-http-response-splitting.js test: refactored test-http-response-splitting to use countdown 2017-12-20 01:59:37 +00:00
test-http-response-status-message.js test: use countdown timer 2018-02-27 01:12:21 -05:00
test-http-response-statuscode.js test: use Countdown in http-response-statuscode 2017-12-20 02:00:50 +00:00
test-http-same-map.js
test-http-server-client-error.js http: add rawPacket in err of clientError event 2018-02-08 17:00:14 +08:00
test-http-server-delete-parser.js http: check for existance in resetHeadersTimeoutOnReqEnd 2019-09-19 21:03:46 +01:00
test-http-server-keep-alive-timeout.js
test-http-server-multiheaders.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-server-multiheaders2.js
test-http-server-options-incoming-message.js http: add options to http.createServer() 2018-08-16 11:38:47 +10:00
test-http-server-options-server-response.js http: add options to http.createServer() 2018-08-16 11:38:47 +10:00
test-http-server-reject-chunked-with-content-length.js
test-http-server-reject-cr-no-lf.js
test-http-server-response-standalone.js
test-http-server-stale-close.js
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server-write-after-end.js
test-http-server.js
test-http-set-cookies.js test: use Countdown in test-http-set-cookies 2017-12-20 02:00:49 +00:00
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js test: update test-http-should-keep-alive to use countdown 2017-12-20 02:00:53 +00:00
test-http-slow-headers-keepalive.js http: prevent slowloris with keepalive connections 2019-02-27 21:32:34 +11:00
test-http-slow-headers.js http,https: protect against slow headers attack 2018-11-27 15:07:09 +11:00
test-http-status-code.js test: update http test to use Countdown 2017-12-20 02:00:48 +00:00
test-http-status-message.js
test-http-status-reason-invalid-chars.js test: update test-http-status-reason-invalid-chars to use countdown 2017-12-20 01:59:39 +00:00
test-http-timeout-overflow.js test: update http test to use common.mustCall 2017-12-20 22:35:15 +00:00
test-http-timeout.js test: update test-http-timeout to use countdown 2017-12-20 01:59:40 +00:00
test-http-unix-socket-keep-alive.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-unix-socket.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-binary.js http: fix parsing of binary upgrade response body 2018-04-11 17:09:28 -04:00
test-http-upgrade-client.js test: update test-http-upgrade-client to use countdown 2017-12-20 01:59:39 +00:00
test-http-upgrade-client2.js test: update http test client function signatures 2017-10-17 21:13:06 -07:00
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server.js test: fix strictEqual() arguments order 2018-11-28 11:26:48 +11:00
test-http-upgrade-server2.js
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js
test-http-url.parse-only-support-http-https-protocol.js
test-http-url.parse-path.js
test-http-url.parse-post.js
test-http-url.parse-search.js
test-http-wget.js
test-http-writable-true-after-close.js test: fix flaky http-writable-true-after-close 2018-01-24 01:17:25 -08:00
test-http-write-callbacks.js
test-http-write-empty-string.js test: fix strictEqual() argument order 2018-11-28 11:26:47 +11:00
test-http-write-head.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http-zero-length-write.js
test-http.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-altsvc.js http2: add altsvc support 2018-05-02 14:30:39 -04:00
test-http2-backpressure.js http2: refactor read mechanism 2018-05-02 14:30:43 -04:00
test-http2-binding.js http, http2: add 103 Early Hints status code 2018-08-16 11:38:52 +10:00
test-http2-client-data-end.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-destroy.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-client-onconnect-errors.js http2: use original error for cancelling pending streams 2018-05-15 14:01:37 -04:00
test-http2-client-port-80.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-priority-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-promisify-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-request-options-errors.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-client-rststream-before-connect.js http2: fix responses to long payload reqs 2018-10-17 00:07:24 +01:00
test-http2-client-set-priority.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-settings-before-connect.js test: http2 client settings invalid callback 2018-08-16 01:59:13 -04:00
test-http2-client-shutdown-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-socket-destroy.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-stream-destroy-before-connect.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-client-unescaped-path.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-client-upload-reject.js http2: fix end without read 2018-10-17 00:07:24 +01:00
test-http2-client-upload.js http2: fix responses to long payload reqs 2018-10-17 00:07:24 +01:00
test-http2-client-write-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-client-write-empty-string.js test: move require http2 to after crypto check 2018-09-06 09:40:51 -07:00
test-http2-compat-aborted.js http: added aborted property to request 2018-10-17 00:07:24 +01:00
test-http2-compat-client-upload-reject.js http2: fix end without read 2018-10-17 00:07:24 +01:00
test-http2-compat-errors.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-expect-continue-check.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-expect-continue.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-expect-handling.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-compat-method-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverrequest-end.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverrequest-headers.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverrequest-pause.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverrequest-pipe.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverrequest-settimeout.js http2: emit timeout on compat request and response 2018-10-17 00:07:24 +01:00
test-http2-compat-serverrequest-trailers.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-compat-serverrequest.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-close.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-createpushresponse.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-compat-serverresponse-destroy.js http2: remove streamError from docs 2018-10-17 00:07:24 +01:00
test-http2-compat-serverresponse-drain.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-end-after-statuses-without-body.js http2: remove waitTrailers listener after closing a stream 2018-10-17 00:07:24 +01:00
test-http2-compat-serverresponse-end.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-finished.js test: refactor test-http2-compat-serverresponse-finished.js 2018-10-17 00:07:24 +01:00
test-http2-compat-serverresponse-flushheaders.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-headers-after-destroy.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-headers.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-settimeout.js http2: emit timeout on compat request and response 2018-10-17 00:07:24 +01:00
test-http2-compat-serverresponse-statuscode.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-statusmessage-property-set.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-statusmessage-property.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-statusmessage.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-trailers.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-serverresponse-write.js test: http2 compat response.write() error checks 2018-08-16 01:59:15 -04:00
test-http2-compat-serverresponse-writehead.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-short-stream-client-server.js http2: fix condition where data is lost 2018-05-15 14:01:37 -04:00
test-http2-compat-socket-destroy-delayed.js http2: check if stream is not destroyed before sending trailers 2018-10-17 00:07:24 +01:00
test-http2-compat-socket-set.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-compat-socket.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-connect-method.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-connect.js http2: emit session connect on next tick 2018-05-15 14:01:37 -04:00
test-http2-cookies.js test: remove message from strictEqual assertions 2018-10-17 00:07:24 +01:00
test-http2-create-client-connect.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-create-client-secure-session.js test: add strictEqual method to assert 2018-10-17 00:07:24 +01:00
test-http2-create-client-session.js test: removed assert.strictEqual message 2018-10-17 00:07:24 +01:00
test-http2-createsecureserver-nooptions.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-createwritereq.js http2: add checks for server close callback 2018-05-02 14:30:43 -04:00
test-http2-date-header.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-dont-lose-data.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-dont-override.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-endafterheaders.js http2: add http2stream.endAfterHeaders property 2018-10-17 00:07:24 +01:00
test-http2-error-order.js test: verify order of error in h2 server stream 2018-12-11 15:45:52 +00:00
test-http2-generic-streams-sendfile.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-generic-streams.js http2: support generic Duplex streams 2017-10-23 17:35:53 -04:00
test-http2-getpackedsettings.js http2: reduce code duplication in settings 2017-12-19 13:30:51 -05:00
test-http2-goaway-opaquedata.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-head-request.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-https-fallback-http-server-options.js http2: add http fallback options to .createServer 2018-08-16 11:38:47 +10:00
test-http2-https-fallback.js http2: fix flaky test-http2-https-fallback 2018-05-15 14:01:37 -04:00
test-http2-info-headers-errors.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-info-headers.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-invalidargtypes-errors.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-large-write-close.js http2: fix responses to long payload reqs 2018-10-17 00:07:24 +01:00
test-http2-large-write-destroy.js http2: force through RST_STREAM in destroy 2018-10-17 00:07:24 +01:00
test-http2-large-write-multiple-requests.js http2: pause input processing if sending output 2019-08-15 17:38:31 +01:00
test-http2-malformed-altsvc.js test: add regression test for nghttp2 CVE-2018-1000168 2018-06-11 17:59:31 -05:00
test-http2-many-writes-and-destroy.js http2: destroy the socket properly and add tests 2018-08-16 11:38:51 +10:00
test-http2-max-concurrent-streams.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-max-session-memory-leak.js test: apply test-http2-max-session-memory-leak from v12.x 2019-08-15 17:39:14 +01:00
test-http2-methods.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-misbehaving-flow-control-paused.js test: fix flaky http2-flow-control test 2018-10-17 00:07:24 +01:00
test-http2-misbehaving-flow-control.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-misbehaving-multiplex.js http2: properly handle already closed stream error 2018-05-02 14:30:39 -04:00
test-http2-misc-util.js
test-http2-misused-pseudoheaders.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-multi-content-length.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-multiheaders-raw.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-multiheaders.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-multiplex.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-multistream-destroy-on-read-tls.js http2: do not start reading after write if new write is on wire 2019-09-25 13:28:32 +01:00
test-http2-no-more-streams.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-http2-no-wanttrailers-listener.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-onping.js http2: add ping event 2018-10-17 00:07:24 +01:00
test-http2-options-max-headers-block-length.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-options-max-reserved-streams.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-options-server-request.js http2: add req and res options to server creation 2018-08-16 11:38:47 +10:00
test-http2-options-server-response.js http2: add req and res options to server creation 2018-08-16 11:38:47 +10:00
test-http2-origin.js http2: add origin frame support 2018-10-17 00:07:24 +01:00
test-http2-padding-aligned.js http2: add aligned padding strategy 2018-05-02 14:30:39 -04:00
test-http2-padding-callback.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-perf_hooks.js http2: fix responses to long payload reqs 2018-10-17 00:07:24 +01:00
test-http2-ping-unsolicited-ack.js http2: verify flood error and unsolicited frames 2018-05-02 14:30:41 -04:00
test-http2-ping.js test: http2 client ping errors 2018-08-16 01:59:13 -04:00
test-http2-pipe.js http2: destroy the socket properly and add tests 2018-08-16 11:38:51 +10:00
test-http2-priority-cycle-.js http2: verify that a dependency cycle may exist 2018-05-02 14:30:40 -04:00
test-http2-priority-event.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-request-remove-connect-listener.js http2: release request()'s "connect" event listener after it runs 2018-10-17 00:07:24 +01:00
test-http2-request-response-proto.js test: remove empty comments in http2 tests 2017-10-30 23:17:13 -04:00
test-http2-reset-flood.js http2: limit number of invalid incoming frames 2019-08-15 17:37:28 +01:00
test-http2-respond-errors.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-respond-file-204.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-304.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-404.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-compat.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-error-dir.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-errors.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-respond-file-fd-errors.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-respond-file-fd-invalid.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-respond-file-fd-range.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-fd.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-push.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file-range.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-file.js test: minor adjustments to test-http2-respond-file 2018-10-17 00:07:24 +01:00
test-http2-respond-nghttperrors.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-respond-no-data.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-respond-with-fd-errors.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-response-splitting.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-sent-headers.js http2: refactor how trailers are done 2018-10-17 00:07:24 +01:00
test-http2-serve-file.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-close-callback.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-server-errors.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-http1-client.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-push-disabled.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-push-stream-errors-args.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-push-stream-errors.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-push-stream-head.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-push-stream.js http2: do not falsely emit 'aborted' on push 2018-10-17 00:07:24 +01:00
test-http2-server-rst-before-respond.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-rst-stream.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-server-sessionerror.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-server-set-header.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-http2-server-settimeout-no-callback.js test: remove empty comments in http2 tests 2017-10-30 23:17:13 -04:00
test-http2-server-shutdown-before-respond.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-shutdown-options-errors.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-server-shutdown-redundant.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-server-socket-destroy.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-server-startup.js test: remove empty comments in http2 tests 2017-10-30 23:17:13 -04:00
test-http2-server-stream-session-destroy.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-server-timeout.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-session-gc-while-write-scheduled.js http2: only schedule write when necessary 2018-05-02 14:30:36 -04:00
test-http2-session-settings.js http2: convert Http2Settings to an AsyncWrap 2018-05-02 14:30:37 -04:00
test-http2-session-stream-state.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-session-unref.js test: fix flaky http2-session-unref 2018-10-17 00:07:24 +01:00
test-http2-settings-unsolicited-ack.js http2: verify flood error and unsolicited frames 2018-05-02 14:30:41 -04:00
test-http2-short-stream-client-server.js http2: fix condition where data is lost 2018-05-15 14:01:37 -04:00
test-http2-single-headers.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-socket-proxy.js http2: don't expose the original socket through the socket proxy 2018-10-17 00:07:24 +01:00
test-http2-status-code-invalid.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-status-code.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-stream-client.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-stream-destroy-event-order.js http2: fix sequence of error/close events 2018-12-11 16:28:47 +00:00
test-http2-stream-removelisteners-after-close.js http2: do not crash on stream listener removal w/ destroyed session 2019-09-25 13:28:09 +01:00
test-http2-timeouts.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-tls-disconnect.js test: add http2/tls destroy regression test 2018-08-16 11:38:51 +10:00
test-http2-too-large-headers.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-too-many-headers.js http2: refer to stream errors by name 2018-08-16 11:38:51 +10:00
test-http2-too-many-settings.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-too-many-streams.js http2: strictly limit number on concurrent streams 2018-05-02 14:30:38 -04:00
test-http2-trailers.js http2: fix several serious bugs 2018-10-17 00:07:24 +01:00
test-http2-unbound-socket-proxy.js http2: don't expose the original socket through the socket proxy 2018-10-17 00:07:24 +01:00
test-http2-util-assert-valid-pseudoheader.js
test-http2-util-asserts.js http2: remove --expose-http2 flag from tests, etc 2017-10-23 08:59:06 -05:00
test-http2-util-headers-list.js http2: pass incoming set-cookie header as array 2018-10-17 00:07:24 +01:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js http2: implement maxSessionMemory 2018-05-02 14:30:40 -04:00
test-http2-window-size.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-withflag.js test: remove empty comments in http2 tests 2017-10-30 23:17:13 -04:00
test-http2-write-callbacks.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-http2-write-empty-string.js test: fix strictEqual arguments order 2018-11-28 11:26:49 +11:00
test-http2-write-finishes-after-stream-destroy.js http2: no stream destroy while its data is on the wire 2018-05-15 14:01:37 -04:00
test-http2-zero-length-header.js http2: handle 0-length headers better 2019-08-15 17:37:57 +01:00
test-http2-zero-length-write.js http2: cleanup Http2Stream/Http2Session destroy 2018-05-02 14:30:37 -04:00
test-https-agent-constructor.js
test-https-agent-create-connection.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-https-agent-disable-session-reuse.js test: use fixtures module 2017-10-31 00:15:06 +00:00
test-https-agent-getname.js
test-https-agent-secure-protocol.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-https-agent-servername.js
test-https-agent-session-eviction.js test: fix test-https-agent-session-eviction for 1.1 2018-02-18 15:17:49 +00:00
test-https-agent-session-reuse.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-https-agent-sni.js
test-https-agent-sockets-leak.js test: replace common.fixtures with fixtures module 2017-10-17 23:26:40 -07:00
test-https-agent.js test: use common/fixtures in test-https-agent 2017-10-17 23:28:14 -07:00
test-https-argument-of-creating.js
test-https-byteswritten.js test: replace fixturesDir with fixtures method 2017-10-17 23:26:13 -07:00
test-https-client-checkServerIdentity.js
test-https-client-get-url.js
test-https-client-reject.js
test-https-client-resume.js test: replace fixturesDir with fixtures module 2017-10-23 17:21:13 -04:00
test-https-close.js test: use common/fixtures in test-https-close 2017-10-17 23:28:46 -07:00
test-https-connect-address-family.js test: fix strictEqual() argument order 2018-11-28 11:26:48 +11:00
test-https-connecting-to-http.js
test-https-drain.js test: use fixtures.readSync 2017-10-17 23:29:28 -07:00
test-https-eof-for-eom.js
test-https-foafssl.js test: use common fixtures module 2017-10-17 23:28:09 -07:00
test-https-host-headers.js
test-https-localaddress-bind-error.js test: use fixtures module 2017-10-31 00:15:05 +00:00
test-https-localaddress.js test: use fixtures in test-https-localaddress.js 2017-10-17 23:26:55 -07:00
test-https-pfx.js test: use fixtures module in test-https-pfx 2017-11-14 16:54:28 +00:00
test-https-req-split.js
test-https-resume-after-renew.js test: fixturesDir replaced to fixtures module 2017-10-17 21:22:02 -07:00
test-https-server-options-incoming-message.js http: add options to http.createServer() 2018-08-16 11:38:47 +10:00
test-https-server-options-server-response.js http: add options to http.createServer() 2018-08-16 11:38:47 +10:00
test-https-set-timeout-server.js test: use fixtures in test-https-set-timeout-server 2017-10-17 23:28:53 -07:00
test-https-simple.js
test-https-slow-headers.js http,https: protect against slow headers attack 2018-11-27 15:07:09 +11:00
test-https-socket-options.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-https-strict.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-https-timeout-server-2.js test: fs.readFileSync -> fixtures.readKey 2017-10-17 23:27:57 -07:00
test-https-timeout-server.js test: use fixtures.readKey in https-timeout-server 2017-10-23 17:30:48 -04:00
test-https-timeout.js test: replaces fixturesDir with fixtures 2017-10-17 23:32:32 -07:00
test-https-truncate.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-https-unix-socket-self-signed.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-icu-data-dir.js
test-icu-punycode.js
test-icu-stringwidth.js
test-icu-transcode.js
test-inspect-async-hook-setup-at-inspect.js test: move inspector tests to parallel/sequential 2017-10-17 23:35:41 -07:00
test-instanceof.js
test-internal-errors.js test: add tests for ERR_HTTP2_FRAME_ERROR 2017-10-23 17:48:23 -04:00
test-internal-fs-syncwritestream.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-internal-fs.js
test-internal-module-map-asserts.js test: improve coverage of ModuleMap.js 2017-10-23 17:17:30 -04:00
test-internal-modules-expose.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-internal-modules-strip-shebang.js
test-internal-modules.js
test-internal-os.js
test-internal-process-binding.js src: add internalBindings for binding isolation 2017-10-17 23:27:32 -07:00
test-internal-socket-list-receive.js
test-internal-socket-list-send.js
test-internal-unicode.js
test-internal-util-assertCrypto.js
test-internal-util-classwrapper.js
test-internal-util-decorate-error-stack.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-internal-util-normalizeencoding.js
test-intl-v8BreakIterator.js
test-intl.js deps: icu: apply workaround patch 2018-11-28 11:26:48 +11:00
test-js-stream-call-properties.js
test-kill-segfault-freebsd.js test: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-listen-fd-cluster.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js test: improve flaky test-listen-fd-ebadf.js 2018-01-24 02:45:24 +00:00
test-listen-fd-server.js
test-memory-usage-emfile.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-memory-usage.js
test-microtask-queue-integration-domain.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:18 +00:00
test-microtask-queue-integration.js test: use crashOnUnhandledRejection 2017-12-20 01:59:06 +00:00
test-microtask-queue-run-domain.js test: use crashOnUnhandledRejection 2017-12-20 01:59:07 +00:00
test-microtask-queue-run-immediate-domain.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:19 +00:00
test-microtask-queue-run-immediate.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:06 +00:00
test-microtask-queue-run.js test: use common.crashOnUnhandledRejection() 2017-12-20 01:59:14 +00:00
test-module-binding.js src: fix UB in InternalModuleReadFile() 2017-12-13 16:54:26 +00:00
test-module-builtin.js module: add builtinModules 2018-02-19 03:21:57 +00:00
test-module-children.js test: replace fixturesDir with fixtures module 2017-10-23 17:20:23 -04:00
test-module-circular-symlinks.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-module-globalpaths-nodepath.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-module-loading-error.js test: fix module loading error for AIX 7.1 2019-03-15 18:55:47 +00:00
test-module-loading-globalpaths.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-module-main-extension-lookup.js module: fix extension lookups for top-level main 2017-10-31 00:15:02 +00:00
test-module-main-fail.js module: fix main resolution and not found updates 2017-10-23 17:23:01 -04:00
test-module-main-preserve-symlinks-fail.js module: fix main resolution and not found updates 2017-10-23 17:23:01 -04:00
test-module-nodemodulepaths.js
test-module-relative-lookup.js
test-module-require-depth.js test: replace common.fixturesDir w/common.fixtures 2017-10-17 23:25:40 -07:00
test-module-symlinked-peer-modules.js test: specify 'dir' for directory symlinks 2018-09-06 09:40:49 -07:00
test-module-version.js
test-net-access-byteswritten.js
test-net-after-close.js
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js test: mock the lookup function in parallel tests 2018-04-12 00:48:01 +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: add regression test for large write 2018-08-16 11:38:51 +10:00
test-net-can-reset-timeout.js
test-net-client-bind-twice.js
test-net-connect-after-destroy.js test: rename regression tests 2018-01-24 01:21:22 -08:00
test-net-connect-buffer.js
test-net-connect-call-socket-connect.js
test-net-connect-handle-econnrefused.js test: try to connect after server was closed 2018-08-16 01:59:07 -04:00
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js test: remove common.PORT from parallel tests 2018-04-12 01:11:36 +01:00
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-net-connect-options-ipv6.js test: bypass dns for IPv6 net tests 2018-08-16 11:38:52 +10:00
test-net-connect-options-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-net-connect-options-port.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-net-connect-paused-connection.js
test-net-dns-custom-lookup.js
test-net-dns-error.js test: refactor test-net-dns-error 2018-12-04 15:34:45 +00: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-without-connect.js
test-net-error-twice.js
test-net-internal.js
test-net-isip.js
test-net-keepalive.js
test-net-large-string.js
test-net-listen-after-destroying-stdin.js test: rename regression tests 2018-01-24 01:21:22 -08:00
test-net-listen-close-server-callback-is-not-function.js
test-net-listen-close-server.js
test-net-listen-error.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js
test-net-listening.js
test-net-local-address-port.js
test-net-localerror.js
test-net-normalize-args.js
test-net-options-lookup.js
test-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-net-pipe-connect-errors.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-net-reconnect.js
test-net-remote-address-port.js
test-net-server-close.js
test-net-server-connections-child-null.js
test-net-server-connections.js
test-net-server-listen-handle.js util: implement util.getSystemErrorName() 2018-08-16 11:38:47 +10:00
test-net-server-listen-options.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-net-server-listen-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js test: add common.crashOnHandleRejection 2017-12-20 01:59:13 +00:00
test-net-server-max-connections.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-net-server-options.js
test-net-server-pause-on-connect.js test: removed default message from assert.strictEqual 2018-12-04 15:35:09 +00:00
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-connect-without-cb.js
test-net-socket-connecting.js
test-net-socket-destroy-send.js
test-net-socket-destroy-twice.js
test-net-socket-local-address.js
test-net-socket-ready-without-cb.js fs,net: emit 'ready' for fs streams and sockets 2018-08-16 01:59:11 -04:00
test-net-socket-timeout-unref.js
test-net-socket-timeout.js
test-net-socket-write-after-close.js
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-timeout-no-handle.js net: fix timeout with null handle 2017-10-25 15:33:45 -04:00
test-net-write-after-close.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-net-write-connect-write.js
test-net-write-fully-async-buffer.js
test-net-write-fully-async-hex-string.js
test-net-write-slow.js
test-next-tick-doesnt-hang.js
test-next-tick-domain.js test: remove string literal from assertion 2018-09-25 16:46:03 -04:00
test-next-tick-errors.js test: replace assert.throws w/ common.expectsError 2017-12-20 01:58:55 +00:00
test-next-tick-intentional-starvation.js
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick-when-exiting.js
test-next-tick.js
test-no-enter-tickcallback.js
test-npm-install.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-openssl-ca-options.js
test-os-homedir-no-envvar.js
test-os-userinfo-handles-getter-errors.js test: rename regression tests 2018-01-24 01:21:22 -08:00
test-os.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04: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 path: fix path.normalize for relative paths 2018-02-27 00:25:08 -05:00
test-path-parse-format.js
test-path-relative.js
test-path-resolve.js
test-path-zero-length-strings.js
test-path.js
test-pending-deprecation.js test: allow running with NODE_PENDING_DEPRECATION 2018-08-16 11:38:51 +10:00
test-performance-function.js
test-performance-gc.js perf_hooks: fix scheduling regression 2018-08-16 11:38:48 +10:00
test-performance-warning.js perf_hooks: add warning when too many entries in the timeline 2018-08-16 11:38:52 +10:00
test-performanceobserver.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-pipe-address.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-pipe-file-to-http.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-pipe-head.js test: use of fixtures in test-pipe-head 2017-10-17 23:27:10 -07:00
test-pipe-outgoing-message-data-emitted-after-ended.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-pipe-return-val.js
test-pipe-stream.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-pipe-unref.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-pipe-writev.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-postmortem-metadata.js test: skip postmortem metadata test when nm fails 2018-09-06 09:40:51 -07:00
test-preload.js
test-process-argv-0.js
test-process-assert.js
test-process-beforeexit.js
test-process-binding.js
test-process-chdir.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-process-config.js src: add openssl-system-ca-path configure option 2018-02-19 01:45:37 +00:00
test-process-constants-noatime.js
test-process-cpuUsage.js
test-process-domain-segfault.js test: name test files appropriately 2018-10-02 16:38:44 +01:00
test-process-emit.js test: use Number.isNaN() 2017-12-20 01:59:20 +00:00
test-process-emitwarning.js
test-process-env-symbols.js
test-process-env-windows-error-reset.js process: fix reading zero-length env vars on win32 2018-02-18 20:41:18 +00:00
test-process-env.js
test-process-exec-argv.js
test-process-execpath.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-process-exit-code.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-process-exit-from-before-exit.js
test-process-exit-handler.js test: rename regression tests more expressively 2018-12-04 15:40:17 +00:00
test-process-exit-recursive.js
test-process-exit.js
test-process-external-stdio-close-spawn.js
test-process-external-stdio-close.js
test-process-getactivehandles.js
test-process-getactiverequests.js
test-process-geteuid-getegid.js
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js test: refactor test-process-kill-null 2017-10-18 08:59:12 -07:00
test-process-kill-pid.js
test-process-next-tick.js
test-process-no-deprecation.js
test-process-ppid.js src: add process.ppid 2018-01-15 17:47:10 -05:00
test-process-prototype.js
test-process-raw-debug.js test: clean up inappropriate language 2017-12-20 01:59:05 +00:00
test-process-redirect-warnings-env.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-process-redirect-warnings.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-process-release.js test: update process-release for Node 8 Carbon 2017-11-02 09:28:41 -07:00
test-process-remove-all-signal-listeners.js
test-process-setuid-setgid.js test: test process.setuid for bad argument types 2018-12-04 17:48:40 +00:00
test-process-versions.js test: fix regression when compiled with FIPS 2018-11-28 11:26:48 +11:00
test-process-warning.js
test-process-wrap.js async_wrap: add provider types for net server 2018-01-19 13:14:10 -05:00
test-promise-internal-creation.js
test-promises-unhandled-proxy-rejections.js process: improve unhandled rejection message 2018-01-19 13:37:33 -05:00
test-promises-unhandled-rejections.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-promises-unhandled-symbol-rejections.js process: improve unhandled rejection message 2018-01-19 13:37:33 -05:00
test-promises-warning-on-unhandled-rejection.js process: improve unhandled rejection message 2018-01-19 13:37:33 -05:00
test-punycode.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-querystring-escape.js
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js test: replace function with arrow function 2017-12-20 01:59:33 +00:00
test-readdouble.js test: use Number.isNaN instead of global isNaN 2017-12-20 02:00:50 +00:00
test-readfloat.js test: make use of Number.isNaN to test-readfloat.js 2017-12-20 01:59:23 +00:00
test-readint.js
test-readline-csi.js
test-readline-emit-keypress-events.js
test-readline-interface.js readline: use Date.now() and move test to parallel 2018-04-13 03:53:52 +01:00
test-readline-keys.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-readline-position.js
test-readline-reopen.js
test-readline-set-raw-mode.js
test-readline-undefined-columns.js
test-readline.js
test-readuint.js
test-ref-unref-return.js
test-regress-GH-5051.js
test-regress-GH-5727.js
test-regress-GH-5927.js
test-regress-GH-6235.js
test-regress-GH-9819.js
test-regression-object-prototype.js
test-repl-autolibs.js
test-repl-console.js
test-repl-context.js
test-repl-definecommand.js test: refactor test-repl-definecommand 2018-01-24 02:45:25 +00:00
test-repl-deprecated.js
test-repl-domain.js
test-repl-editor.js
test-repl-empty.js
test-repl-end-emits-exit.js
test-repl-envvars.js test: fix test-repl-envvars 2019-02-28 23:40:10 +11:00
test-repl-eval-scope.js
test-repl-eval.js
test-repl-function-definition-edge-case.js
test-repl-harmony.js
test-repl-history-perm.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-repl-load-multiline.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:15 +00:00
test-repl-mode.js
test-repl-multiline.js test: add multiline repl input regression test 2018-08-16 01:59:06 -04:00
test-repl-null-thrown.js
test-repl-null.js
test-repl-options.js
test-repl-persistent-history.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-repl-pretty-custom-stack.js repl: remove internal frames from runtime errors 2017-12-20 23:00:29 +00:00
test-repl-pretty-stack.js repl: remove internal frames from runtime errors 2017-12-20 23:00:29 +00:00
test-repl-recoverable.js
test-repl-require-cache.js
test-repl-require-context.js test: update test to use fixtures 2017-11-16 18:10:29 -05:00
test-repl-require.js test: replaces common.fixturesDir usage 2017-10-17 21:21:29 -07:00
test-repl-reset-event.js test: improve assert messages in repl-reset-event 2017-12-20 02:00:54 +00:00
test-repl-save-load.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.js
test-repl-syntax-error-handling.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-repl-syntax-error-stack.js
test-repl-tab-complete-crash.js
test-repl-tab-complete.js test: make REPL test pass in coverage mode 2017-12-20 01:58:45 +00:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js repl: avoid crashing from null and undefined errors 2017-11-14 16:50:03 +00:00
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js
test-repl-use-global.js
test-repl.js repl: better handling of recoverable errors 2018-09-06 09:40:53 -07:00
test-require-cache.js
test-require-dot.js test: improve assertion in test-require-dot 2017-11-17 10:28:27 -05:00
test-require-exceptions.js test: change common.fixturesDir to fixtures.path 2017-10-17 23:35:19 -07:00
test-require-extensions-main.js test: add values to error message 2017-11-17 10:26:58 -05:00
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-package.js
test-require-json.js test: clarified assert message for test-require-json.js 2017-11-16 18:14:44 -05:00
test-require-long-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-require-nul.js
test-require-process.js
test-require-resolve.js module: replace default paths in require.resolve() 2018-01-27 10:29:43 +00:00
test-require-symlink.js test: fix test-require-symlink on Windows 2018-11-28 11:26:47 +11:00
test-require-unicode.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-setproctitle.js test: update a few tests to work on OpenBSD 2018-04-13 00:01:08 -04:00
test-sigint-infinite-loop.js
test-signal-args.js process: Send signal name to signal handlers 2018-09-06 09:40:48 -07:00
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-spawn-cmd-named-pipe.js
test-stdin-child-proc.js
test-stdin-from-file.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js
test-stdin-script-child-option.js
test-stdin-script-child.js
test-stdio-closed.js
test-stdio-pipe-access.js test: stdio pipe behavior tests 2018-08-16 01:59:11 -04:00
test-stdio-pipe-redirect.js test: stdio pipe behavior tests 2018-08-16 01:59:11 -04:00
test-stdio-readable-writable.js
test-stdout-cannot-be-closed-child-process-pipe.js process: allow reading from stdout/stderr sockets 2019-03-19 22:55:13 +00:00
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-stream-base-prototype-accessors-enumerability.js src: make StreamBase prototype accessors robust 2017-11-17 10:43:18 -05:00
test-stream-base-typechecking.js
test-stream-big-packet.js stream: remove usage of *State.highWaterMark 2018-01-15 18:05:28 -05:00
test-stream-big-push.js
test-stream-buffer-list.js test: use correct size in test-stream-buffer-list 2018-03-29 23:28:15 -04:00
test-stream-decoder-objectmode.js
test-stream-duplex-destroy.js
test-stream-duplex.js
test-stream-end-paused.js
test-stream-events-prepend.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-objectmode-undefined.js
test-stream-pipe-after-end.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream-pipe-await-drain-manual-resume.js test: improve assert messages in stream test 2017-11-17 10:28:51 -05:00
test-stream-pipe-await-drain-push-while-write.js
test-stream-pipe-await-drain.js
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js
test-stream-pipe-event.js
test-stream-pipe-multiple-pipes.js
test-stream-pipe-same-destination-twice.js
test-stream-pipe-unpipe-streams.js stream: cleanup() when unpiping all streams. 2018-04-13 04:03:38 +01:00
test-stream-pipe-without-listenerCount.js
test-stream-preprocess.js
test-stream-push-order.js
test-stream-push-strings.js test: use arrow functions instead of bind 2017-12-20 01:58:50 +00:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-destroy.js
test-stream-readable-emittedReadable.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js stream: remove usage of *State.highWaterMark 2018-01-15 18:05:28 -05:00
test-stream-readable-invalid-chunk.js
test-stream-readable-needReadable.js
test-stream-readable-reading-readingMore.js
test-stream-readable-resumeScheduled.js
test-stream-readable-with-unimplemented-_read.js
test-stream-readableListening-state.js
test-stream-transform-callback-twice.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-destroy.js
test-stream-transform-final-sync.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-stream-transform-final.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-highwatermark.js
test-stream-transform-split-objectmode.js stream: remove usage of *State.highWaterMark 2018-01-15 18:05:28 -05:00
test-stream-uint8array.js
test-stream-unpipe-event.js
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-stream-wrap-encoding.js
test-stream-wrap.js
test-stream-writable-change-default-encoding.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream-writable-destroy.js stream: ensure writable.destroy() emits error once 2019-09-19 17:10:42 +01:00
test-stream-writable-ended-state.js
test-stream-writable-finished-state.js
test-stream-writable-needdrain-state.js
test-stream-writable-null.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream-writable-write-writev-finish.js
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-final.js
test-stream-writev.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-stream2-base64-single-char-read-end.js
test-stream2-basic.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-compatibility.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-decode-partial.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-stream2-objects.js
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-push.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-stream2-read-sync-stack.js
test-stream2-readable-empty-buffer-no-eof.js
test-stream2-readable-from-list.js
test-stream2-readable-legacy-drain.js
test-stream2-readable-non-empty-end.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-stream2-set-encoding.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-transform.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-stream2-unpipe-drain.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-unpipe-leak.js stream: remove usage of *State.highWaterMark 2018-01-15 18:05:28 -05:00
test-stream2-writable.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-stream3-pause-then-read.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-streams-highwatermark.js
test-string-decoder-end.js string_decoder: reset decoder on end 2018-03-29 23:28:19 -04:00
test-string-decoder.js test: use template literals in test-string-decoder 2017-10-17 21:18:01 -07:00
test-stringbytes-external.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js async_wrap: add provider types for net server 2018-01-19 13:14:10 -05:00
test-tcp-wrap-listen.js async_wrap: add provider types for net server 2018-01-19 13:14:10 -05:00
test-tcp-wrap.js async_wrap: add provider types for net server 2018-01-19 13:14:10 -05:00
test-timer-close.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-clearImmediate.js
test-timers-immediate-queue.js
test-timers-immediate.js
test-timers-linked-list.js
test-timers-nested.js
test-timers-non-integer-delay.js
test-timers-now.js
test-timers-ordering.js
test-timers-promisified.js
test-timers-reset-process-domain-on-throw.js
test-timers-same-timeout-wrong-list-deleted.js
test-timers-setimmediate-infinite-loop.js test: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-timers-socket-timeout-removes-other-socket-unref-timer.js test: wrap countdown callback in common.mustCall 2018-08-16 01:59:07 -04:00
test-timers-this.js
test-timers-throw-when-cb-not-function.js
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.js
test-timers-unref-active-unenrolled-disposed.js
test-timers-unref-active.js
test-timers-unref-call.js
test-timers-unref-leak.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js
test-timers-unref-remove-other-unref-timers.js
test-timers-unref.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js
test-timers-unrefed-in-callback.js
test-timers-user-call.js
test-timers-zero-timeout.js
test-timers.js test: replace function with arrow function 2017-12-20 01:59:21 +00:00
test-tls-0-dns-altname.js test: refactor parallel/test-tls-0-dns-altname 2018-08-16 01:59:11 -04:00
test-tls-addca.js test: refactor parallel/test-tls-addca 2018-08-16 01:59:08 -04:00
test-tls-alert-handling.js
test-tls-alert.js
test-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end-securepair.js tls: fix legacy SecurePair clienthello race window 2019-03-20 23:53:42 +00:00
test-tls-async-cb-after-socket-end.js test: replaced fixturesDir with common.fixtures 2017-10-17 23:29:24 -07:00
test-tls-basic-validations.js
test-tls-buffersize.js tls: properly track writeQueueSize during writes 2017-10-23 16:17:31 -04:00
test-tls-ca-concat.js test: refactor parallel/test-tls-ca-concat.js 2018-12-03 21:01:53 +00:00
test-tls-canonical-ip.js http, tls: better support for IPv6 addresses 2018-01-26 17:54:41 +00:00
test-tls-cert-chains-concat.js test: update certificates and private keys 2018-08-15 16:14:51 +10:00
test-tls-cert-chains-in-ca.js test: update certificates and private keys 2018-08-15 16:14:51 +10:00
test-tls-cert-regression.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-check-server-identity.js
test-tls-cipher-list.js
test-tls-client-abort.js
test-tls-client-abort2.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-tls-client-mindhsize.js test: simplify loadDHParam in TLS test 2018-02-27 00:47:29 -05:00
test-tls-client-reject.js
test-tls-client-resume.js test: replace common.fixturesDir with fixtures 2017-10-17 21:18:41 -07:00
test-tls-client-verify.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-tls-close-error.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js test: remove test case 0 from tls-cnnic-whitelist 2018-08-16 11:38:48 +10:00
test-tls-connect-address-family.js test: configure certs in tests 2018-02-18 15:17:47 +00:00
test-tls-connect-given-socket.js test: switch to use common.fixtures module for fixturesDir 2017-10-17 21:28:37 -07:00
test-tls-connect-no-host.js test: make tls test more rigorous 2018-08-16 01:59:08 -04:00
test-tls-connect-pipe.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-tls-connect-secure-context.js test: replace common.fixturesDir w/ fixtures.path 2017-10-11 02:06:15 -04:00
test-tls-connect-simple.js
test-tls-connect-stream-writes.js
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js test: use fixtures.readKey instead of fixturesDir 2017-10-23 17:23:00 -04:00
test-tls-destroy-whilst-write.js
test-tls-dhe.js
test-tls-disable-renegotiation.js test: replace fixturesDir with fixtures module 2017-10-17 23:26:09 -07:00
test-tls-ecdh-auto.js
test-tls-ecdh-disable.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-tls-ecdh-multiple.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-ecdh.js
test-tls-econnreset.js test: revise test-tls-econnreset for OpenSSL 1.1.0 2018-02-18 15:17:42 +00:00
test-tls-empty-sni-context.js
test-tls-env-bad-extra-ca.js
test-tls-env-extra-ca.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-external-accessor.js test: make test-tls-external-accessor agnostic 2018-05-02 14:30:35 -04:00
test-tls-fast-writing.js test: use fixtures module 2017-10-17 23:33:54 -07:00
test-tls-finished.js tls: expose Finished messages in TLSSocket 2018-08-16 01:59:10 -04:00
test-tls-friendly-error-message.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-generic-stream.js doc,test: mention Duplex support for TLS 2018-02-26 22:03:27 -05:00
test-tls-getcipher.js test: use fixtures module 2017-10-23 17:17:29 -04:00
test-tls-getprotocol.js test: replace common.fixturesDir with fixtures.readSync() 2017-11-16 18:12:50 -05:00
test-tls-handshake-error.js test: use fixtures module in tls-handshake-error 2017-10-31 00:15:00 +00:00
test-tls-handshake-nohang.js
test-tls-hello-parser-failure.js test: refactor tls test to use fixtres.readSync 2017-11-16 18:17:03 -05:00
test-tls-honorcipherorder.js test: replace fixturesDir with common.fixtures 2017-10-17 21:14:12 -07:00
test-tls-inception.js test: use fixtures module 2017-10-23 17:17:29 -04:00
test-tls-interleave.js test: remove common.fixturesDir from tests 2017-12-20 22:35:20 +00:00
test-tls-invoke-queued.js test: make test-tls-invoke-queued use public API 2018-01-24 02:45:29 +00:00
test-tls-js-stream.js test: replace common.fixtiresDir with fixtures.readKey() 2017-11-17 10:26:34 -05:00
test-tls-junk-closes-server.js test: replace common.fixturesDir 2017-10-23 17:07:45 -04:00
test-tls-junk-server.js test: update test expectations for OpenSSL 1.1.0 2018-02-18 15:17:29 +00:00
test-tls-key-mismatch.js test: replace fixturesDir with common.fixtures 2017-10-17 23:34:52 -07:00
test-tls-legacy-deprecated.js tls: use correct class name in deprecation message 2018-08-16 11:38:48 +10:00
test-tls-legacy-onselect.js
test-tls-max-send-fragment.js
test-tls-multi-key.js test: use fixtures in test-tls-multi-key.js 2017-10-17 23:31:56 -07:00
test-tls-multi-pfx.js
test-tls-net-connect-prefer-path.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-tls-no-cert-required.js
test-tls-no-rsa-key.js
test-tls-no-sslv3.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-no-sslv23.js
test-tls-npn-server-client.js
test-tls-ocsp-callback.js
test-tls-on-empty-socket.js
test-tls-over-http-tunnel.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-parse-cert-string.js
test-tls-passphrase.js test: fix error messages for OpenSSL-1.0.2p 2018-08-15 16:16:21 +10:00
test-tls-pause.js test: refactor parallel/test-tls-pause 2018-08-16 01:59:12 -04:00
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js test: update certificates and private keys 2018-08-15 16:14:51 +10:00
test-tls-pfx-authorizationerror.js test: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-tls-request-timeout.js
test-tls-retain-handle-no-abort.js
test-tls-securepair-fiftharg.js test: refactor test-tls-securepair-fiftharg 2018-01-24 02:45:29 +00:00
test-tls-securepair-leak.js
test-tls-securepair-server.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js test: update test expectations for OpenSSL 1.1.0 2018-02-18 15:17:29 +00:00
test-tls-server-verify.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-tls-session-cache.js test: speed up parallel/test-tls-session-cache 2018-03-29 23:28:17 -04:00
test-tls-set-ciphers.js
test-tls-set-encoding.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-tls-sni-option.js
test-tls-sni-server-client.js
test-tls-socket-close.js
test-tls-socket-constructor-alpn-npn-options-parsing.js tls: accept array of protocols in TLSSocket 2018-08-16 11:38:52 +10:00
test-tls-socket-default-options.js
test-tls-socket-destroy.js
test-tls-socket-failed-handshake-emits-error.js test: update test expectations for OpenSSL 1.1.0 2018-02-18 15:17:29 +00:00
test-tls-startcom-wosign-whitelist.js src: drop CNNIC+StartCom certificate whitelisting 2018-03-27 23:49:47 -04:00
test-tls-starttls-server.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
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: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-tls-translate-peer-certificate.js
test-tls-transport-destroy-after-own-gc.js tls: unconsume stream on destroy 2018-01-22 03:45:52 -05:00
test-tls-two-cas-one-string.js
test-tls-wrap-econnreset-localaddress.js
test-tls-wrap-econnreset-pipe.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-tls-wrap-econnreset-socket.js
test-tls-wrap-econnreset.js
test-tls-wrap-event-emmiter.js test: do not check text for engine-generated error 2018-09-06 09:40:52 -07:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js
test-tls-write-error.js test: add tls write error regression test 2018-06-11 17:59:36 -05:00
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-trace-events-all.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-async-hooks.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-binding.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-category-used.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-file-pattern.js trace_events: add file pattern cli option 2018-08-16 11:38:47 +10:00
test-trace-events-none.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-process-exit.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-trace-events-v8.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-tty-backwards-api.js
test-tty-stdin-end.js test: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-ttywrap-invalid-fd.js
test-types.js lib: faster type checks for some types 2017-10-23 09:10:04 -05:00
test-umask.js test: improve coverage for process.umask 2017-10-17 23:34:18 -07:00
test-url-domain-ascii-unicode.js
test-url-format-invalid-input.js
test-url-format-whatwg.js
test-url-format.js
test-url-parse-format.js url: avoid hostname spoofing w/ javascript protocol 2018-11-27 15:07:09 +11:00
test-url-parse-invalid-input.js
test-url-parse-query.js
test-url-relative.js
test-utf8-scripts.js
test-util-callbackify.js doc,test: remove unnecessary await with return instances 2017-12-20 01:59:35 +00:00
test-util-deprecate-invalid-code.js util: expand test coverage for util.deprecate 2017-10-31 00:15:13 +00:00
test-util-emit-experimental-warning.js test: coverage for emitExperimentalWarning 2018-01-24 02:33:15 +00:00
test-util-format-shared-arraybuffer.js test: remove --harmony-sharedarraybuffer usage 2018-08-16 11:38:51 +10:00
test-util-format.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-util-inherits.js
test-util-inspect-proxy.js
test-util-inspect.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-util-internal.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-util-log.js
test-util-promisify.js test: improve coverage for util.promisify 2018-01-22 03:54:37 -05:00
test-util-sigint-watchdog.js
test-util.js src: fix util abort 2018-04-13 02:37:52 +01:00
test-uv-errno.js util: implement util.getSystemErrorName() 2018-08-16 11:38:47 +10:00
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-serdes-sharedarraybuffer.js test: remove --harmony-sharedarraybuffer usage 2018-08-16 11:38:51 +10:00
test-v8-serdes.js test: make test-v8-serdes work without stdin 2017-10-25 15:33:45 -04:00
test-v8-stats.js
test-v8-version-tag.js
test-vm-access-process-env.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-api-handles-getter-errors.js test: rename regression tests 2018-01-24 01:21:22 -08:00
test-vm-basic.js
test-vm-cached-data.js
test-vm-context-async-script.js
test-vm-context-property-forwarding.js
test-vm-context.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
test-vm-create-context-circular-reference.js
test-vm-cross-context.js
test-vm-debug-context.js
test-vm-deleting-property.js
test-vm-function-declaration.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-function-redefinition.js
test-vm-global-assignment.js
test-vm-global-define-property.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-global-identity.js
test-vm-harmony-symbols.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-indexed-properties.js
test-vm-is-context.js
test-vm-low-stack-space.js
test-vm-new-script-new-context.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-new-script-this-context.js
test-vm-preserves-property.js test: update assert error messages 2017-10-23 17:18:13 -04:00
test-vm-property-not-on-sandbox.js
test-vm-proxies.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-vm-run-in-new-context.js test: refactor flag check 2018-09-25 16:46:00 -04:00
test-vm-sigint-existing-handler.js
test-vm-sigint.js
test-vm-static-this.js
test-vm-strict-mode.js src: fix vm module for strict mode 2017-10-31 00:14:59 +00:00
test-vm-symbols.js test: remove error msg in test-vm-symbols.js 2017-10-23 17:18:15 -04:00
test-vm-syntax-error-message.js
test-vm-syntax-error-stderr.js
test-vm-timeout.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
test-warn-sigprof.js
test-wasm-simple.js test: add common.crashOnUnhandledRejection() 2017-12-20 01:59:08 +00:00
test-whatwg-encoding-fatal-streaming.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-internals.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-surrogates-utf8.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textdecoder-fatal.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textdecoder-ignorebom.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textdecoder-streaming.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textdecoder-utf16-surrogates.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textdecoder.js test: add assertions for TextEncoder/Decoder 2018-03-29 23:28:22 -04:00
test-whatwg-encoding-textencoder-utf16-surrogates.js util: graduate TextEncoder/TextDecoder, tests 2017-10-31 00:14:50 +00:00
test-whatwg-encoding-textencoder.js test: add assertions for TextEncoder/Decoder 2018-03-29 23:28:22 -04:00
test-whatwg-url-constructor.js
test-whatwg-url-domainto.js
test-whatwg-url-historical.js
test-whatwg-url-inspect.js
test-whatwg-url-origin.js
test-whatwg-url-parsing.js url: fix port overflow checking 2017-10-17 21:06:55 -07:00
test-whatwg-url-properties.js
test-whatwg-url-searchparams-append.js
test-whatwg-url-searchparams-constructor.js
test-whatwg-url-searchparams-delete.js
test-whatwg-url-searchparams-entries.js
test-whatwg-url-searchparams-foreach.js
test-whatwg-url-searchparams-get.js
test-whatwg-url-searchparams-getall.js
test-whatwg-url-searchparams-has.js
test-whatwg-url-searchparams-inspect.js url: added space to class string of iterator objects 2018-08-16 11:38:48 +10:00
test-whatwg-url-searchparams-keys.js
test-whatwg-url-searchparams-set.js
test-whatwg-url-searchparams-sort.js test: replace concatenation with literals 2017-10-23 17:17:30 -04:00
test-whatwg-url-searchparams-stringifier.js
test-whatwg-url-searchparams-values.js
test-whatwg-url-searchparams.js
test-whatwg-url-setters.js test: use template string for concatenation 2017-11-17 10:59:05 -05:00
test-whatwg-url-toascii.js
test-whatwg-url-tojson.js
test-whatwg-url-tostringtag.js url: added space to class string of iterator objects 2018-08-16 11:38:48 +10:00
test-windows-abort-exitcode.js
test-wrap-js-stream-duplex.js src: turn JS stream into a full duplex 2017-10-23 17:35:52 -04:00
test-wrap-js-stream-exceptions.js src: harden JSStream callbacks 2018-08-16 11:38:48 +10:00
test-wrap-js-stream-read-stop.js test: add test for WrapStream readStop 2017-11-14 16:13:40 +00:00
test-writedouble.js test: fix isNAN->Number.isNAN 2017-12-20 01:59:23 +00:00
test-writefloat.js test: use Number.isNaN instead of global isNaN 2017-12-20 02:00:50 +00:00
test-writeint.js test: replace function with arrow function 2017-12-20 01:59:33 +00:00
test-writeuint.js test: use arrow function 2017-12-20 01:59:21 +00:00
test-zerolengthbufferbug.js test: replace function with arrow function 2017-12-20 01:59:33 +00:00
test-zlib-bytes-read.js
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-const.js
test-zlib-convenience-methods.js
test-zlib-create-raw.js
test-zlib-deflate-constructors.js
test-zlib-deflate-raw-inherits.js
test-zlib-destroy-pipe.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-failed-init.js zlib: gracefully set windowBits from 8 to 9 2017-10-24 10:59:57 -04:00
test-zlib-flush-drain-longblock.js
test-zlib-flush-drain.js
test-zlib-flush-flags.js
test-zlib-flush-multiple-scheduled.js
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js test: use default message for assert.strictEqual 2017-10-23 17:17:28 -04:00
test-zlib-from-gzip-with-trailing-garbage.js
test-zlib-from-gzip.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-zlib-from-string.js
test-zlib-invalid-input.js
test-zlib-kmaxlength-rangeerror.js test: rename regression tests file names 2018-12-03 18:09:58 +00:00
test-zlib-not-string-or-buffer.js
test-zlib-params.js
test-zlib-random-byte-pipes.js
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-unzip-one-byte-chunks.js test: rewrite assert message 2017-10-17 21:17:08 -07:00
test-zlib-write-after-close.js
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib.js test: use shorthand properties 2018-02-27 00:49:22 -05:00
testcfg.py