node/test/parallel
Joyee Cheung 8484b40b3d
src: put bootstrappers in lib/internal/bootstrap/
Create `lib/internal/bootstrap/` and put bootstrappers there:

Before:

```
lib/internal
├── ...
├── bootstrap_loaders.js
└── bootstrap_node.js
```

After:

```
lib/internal
├── ...
└── bootstrap
    ├── loaders.js
    └── node.js
```

PR-URL: https://github.com/nodejs/node/pull/19177
Refs: https://github.com/nodejs/node/pull/19112
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2018-03-15 20:50:34 +08:00
..
parallel.status test: remove flaky status for test-npm-install 2018-03-10 08:10:28 -08:00
test-accessor-properties.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-arm-math-exp-regress-1376.js
test-assert-async.js assert: add rejects() and doesNotReject() 2018-03-11 04:58:32 +01:00
test-assert-checktag.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-assert-deep.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-assert-fail-deprecation.js assert: deprecate assert.fail partially 2018-02-02 19:05:22 +01:00
test-assert-fail.js assert: deprecate assert.fail partially 2018-02-02 19:05:22 +01:00
test-assert-if-error.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-assert-typedarray-deepequal.js
test-assert.js assert: add rejects() and doesNotReject() 2018-03-11 04:58:32 +01: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-02-28 07:31:02 +01:00
test-async-hooks-destroy-on-gc.js
test-async-hooks-disable-during-promise.js
test-async-hooks-disable-gc-tracking.js
test-async-hooks-enable-disable.js
test-async-hooks-enable-during-promise.js
test-async-hooks-enable-recursive.js
test-async-hooks-http-agent.js async_hooks: clean up usage in internal code 2018-02-16 14:23:14 -05:00
test-async-hooks-prevent-double-destroy.js
test-async-hooks-promise-enable-disable.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-async-hooks-promise-triggerid.js
test-async-hooks-promise.js async_hooks: rename PromiseWrap.parentId 2018-02-12 07:13:52 -05:00
test-async-hooks-recursive-stack-runInAsyncScope.js async_hooks: deprecate unsafe emit{Before,After} 2018-02-09 13:03:34 -08:00
test-async-hooks-recursive-stack.js async_hooks: use typed array stack as fast path 2017-12-27 19:48:07 +01:00
test-async-hooks-top-level-clearimmediate.js
test-async-wrap-GH13045.js
test-async-wrap-constructor.js
test-async-wrap-destroyid.js
test-async-wrap-pop-id-during-load.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-async-wrap-promise-after-enabled.js
test-async-wrap-trigger-id.js
test-async-wrap-uncaughtexception.js
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-benchmark-dns.js
test-benchmark-domain.js
test-benchmark-es.js test: fix flaky test-benchmark-es 2017-12-08 19:36:58 -08:00
test-benchmark-events.js
test-benchmark-fs.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-benchmark-misc.js test: fix flaky test-benchmark-misc 2017-12-15 07:48:34 -08:00
test-benchmark-module.js
test-benchmark-os.js
test-benchmark-path.js
test-benchmark-process.js
test-benchmark-querystring.js
test-benchmark-string_decoder.js
test-benchmark-timers.js test: fix missing param in benchmark-timers 2018-02-12 16:30:33 +01:00
test-benchmark-url.js benchmark: fix benchmark for url 2018-03-11 03:56:17 +01:00
test-benchmark-util.js
test-benchmark-zlib.js
test-binding-constants.js
test-buffer-alloc.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-buffer-arraybuffer.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-ascii.js
test-buffer-bad-overload.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-buffer-badhex.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
test-buffer-bindingobj-no-zerofill.js
test-buffer-bytelength.js
test-buffer-compare-offset.js
test-buffer-compare.js
test-buffer-concat.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-buffer-constants.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-buffer-copy.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
test-buffer-from.js test: remove trivial buffer imports 2018-01-18 01:14:09 +08:00
test-buffer-includes.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-buffer-indexof.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
test-buffer-inheritance.js
test-buffer-inspect.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-buffer-isencoding.js
test-buffer-iterator.js
test-buffer-negative-length.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-01-18 01:14:09 +08:00
test-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-prototype-inspect.js
test-buffer-read.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-readdouble.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-readfloat.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-readint.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-regression-649.js
test-buffer-safe-unsafe.js
test-buffer-sharedarraybuffer.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-buffer-slice.js test: minor refactoring 2018-02-16 16:54:07 +01: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.js
test-buffer-writedouble.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-writefloat.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-writeint.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-writeuint.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
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-05 02:30:33 +01:00
test-child-process-constructor.js
test-child-process-custom-fds.js
test-child-process-cwd.js
test-child-process-default-options.js
test-child-process-detached.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js child_process: do not ignore proto values of env 2018-01-18 08:04:06 -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 2017-12-23 22:58:17 -05:00
test-child-process-exec-timeout.js test: update a few tests to work on OpenBSD 2018-02-16 18:02:29 +01:00
test-child-process-execfile.js test: verify the shell option works properly on execFile 2018-02-04 16:38:34 +01: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-child-process-fork-exec-path.js test: add lib path env when node_shared=true 2018-02-16 17:30:16 +01:00
test-child-process-fork-net.js
test-child-process-fork-net2.js test: improve to use template string 2017-12-29 00:02:09 +01:00
test-child-process-fork-no-shell.js
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-01-11 16:49:38 +01: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-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01: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-child-process-spawn-argv0.js
test-child-process-spawn-error.js
test-child-process-spawn-shell.js
test-child-process-spawn-typeerror.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-child-process-spawnsync-env.js
test-child-process-spawnsync-input.js
test-child-process-spawnsync-kill-signal.js
test-child-process-spawnsync-maxbuf.js
test-child-process-spawnsync-shell.js
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync-validation-errors.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
test-child-process-spawnsync.js
test-child-process-stdin-ipc.js
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js
test-child-process-stdio-inherit.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js
test-child-process-uid-gid.js
test-child-process-validate-stdio.js
test-child-process-windows-hide.js
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js
test-cli-node-options-disallowed.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cli-node-options.js trace_events: add file pattern cli option 2018-03-04 12:07:39 +01:00
test-cli-syntax.js
test-cluster-basic.js
test-cluster-bind-privileged-port.js
test-cluster-bind-twice.js
test-cluster-cwd.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cluster-dgram-1.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-cluster-dgram-2.js
test-cluster-dgram-reuse.js
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-exitedAfterDisconnect-race.js
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js
test-cluster-disconnect-unshared-tcp.js
test-cluster-disconnect-unshared-udp.js
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cluster-eaddrinuse.js
test-cluster-fork-env.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-cluster-fork-stdio.js
test-cluster-fork-windowsHide.js cluster: support windowsHide option for workers 2018-01-05 02:51:49 +01:00
test-cluster-http-pipe.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cluster-invalid-message.js
test-cluster-ipc-throw.js
test-cluster-kill-disconnect.js test: name test files appropriately 2018-03-11 04:17:42 +01:00
test-cluster-listening-port.js
test-cluster-master-error.js
test-cluster-master-kill.js
test-cluster-message.js
test-cluster-net-listen-relative-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cluster-net-listen.js
test-cluster-net-send.js test: improve to use template string 2018-01-17 08:50:02 +08: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-cluster-send-socket-to-worker-http-server.js
test-cluster-server-restart-none.js
test-cluster-server-restart-rr.js
test-cluster-setup-master-argv.js
test-cluster-setup-master-cumulative.js
test-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js
test-cluster-setup-master.js
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js
test-cluster-shared-leak.js
test-cluster-uncaught-exception.js
test-cluster-worker-constructor.js
test-cluster-worker-death.js
test-cluster-worker-destroy.js
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js
test-cluster-worker-events.js
test-cluster-worker-exit.js
test-cluster-worker-forced-exit.js
test-cluster-worker-init.js test: update references to archived repository 2018-01-03 18:22:48 +01:00
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js
test-cluster-worker-kill.js tools: enable eslint one-var rule 2018-02-22 14:56:15 +00:00
test-cluster-worker-no-exit.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-cluster-worker-wait-server-close.js
test-common-countdown.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-common-must-not-call.js
test-common.js
test-console-assign-undefined.js test: convert new tests to use error types 2018-02-10 14:47:22 +01:00
test-console-async-write-error.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-console-clear.js
test-console-count.js
test-console-group.js
test-console-instance.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-console-is-a-namespace.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-console-log-stdio-broken-dest.js
test-console-not-call-toString.js
test-console-sync-write-error.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-console.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-constants.js
test-crypto-authenticated.js crypto: runtime deprecate DEFAULT_ENCODING 2018-01-31 17:33:41 -08:00
test-crypto-binary-default.js test: remove assert message and add block scope 2018-03-04 12:37:55 +01:00
test-crypto-certificate.js
test-crypto-cipher-decipher.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-crypto-cipheriv-decipheriv.js crypto: allow passing null as IV unless required 2018-02-10 15:58:46 +01:00
test-crypto-classes.js
test-crypto-deprecated.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-crypto-dh-leak.js
test-crypto-dh-odd-key.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-crypto-dh-padding.js
test-crypto-dh.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-engine.js
test-crypto-fips.js crypto: docs-only deprecate crypto.fips, replace 2018-02-02 07:50:31 -08:00
test-crypto-from-binary.js
test-crypto-hash-stream-pipe.js
test-crypto-hash.js test: Remove unnecessary asserion messages in test-crypto-hash.js 2018-03-11 03:37:56 +01:00
test-crypto-hmac.js test: add more information to assert.strictEqual 2018-03-06 08:43:28 -08:00
test-crypto-lazy-transform-writable.js
test-crypto-padding-aes256.js
test-crypto-padding.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-crypto-pbkdf2.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-crypto-random.js test: update references to archived repository 2018-01-03 18:22:48 +01:00
test-crypto-rsa-dsa.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-crypto-sign-verify.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-crypto-stream.js
test-crypto-tostring-segfault.js test: use descriptive names for regression tests 2018-03-13 20:02:47 +01:00
test-crypto-verify-failure.js
test-crypto.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-cwd-enoent-preload.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cwd-enoent-repl.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-cwd-enoent.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01: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-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface.js
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-recv-error.js
test-dgram-ref.js test: update references to archived repository 2018-01-03 18:22:48 +01: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-dgram-send-default-host.js
test-dgram-send-empty-array.js
test-dgram-send-empty-buffer.js
test-dgram-send-empty-packet.js
test-dgram-send-error.js
test-dgram-send-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 test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-dns-multi-channel.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-dns-regress-7070.js test: update references to archived repository 2018-01-03 18:22:48 +01:00
test-dns-resolveany-bad-ancount.js
test-dns-resolveany.js
test-dns-setserver-when-querying.js
test-dns.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-domain-abort-on-uncaught.js
test-domain-bind-timeout.js
test-domain-crypto.js
test-domain-ee-error-listener.js domain: fix error emit handling 2017-12-13 09:33:27 -05:00
test-domain-ee-implicit.js
test-domain-ee.js
test-domain-enter-exit.js
test-domain-error-types.js
test-domain-from-timer.js
test-domain-fs-enoent-stream.js
test-domain-http-server.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-domain-implicit-binding.js
test-domain-implicit-fs.js assert: wrap original error in ifError 2018-01-24 13:16:07 +01:00
test-domain-intercept.js
test-domain-load-after-set-uncaught-exception-capture.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-domain-multi.js
test-domain-multiple-errors.js
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js
test-domain-no-error-handler-abort-on-uncaught-0.js
test-domain-no-error-handler-abort-on-uncaught-1.js
test-domain-no-error-handler-abort-on-uncaught-2.js
test-domain-no-error-handler-abort-on-uncaught-3.js
test-domain-no-error-handler-abort-on-uncaught-4.js
test-domain-no-error-handler-abort-on-uncaught-5.js
test-domain-no-error-handler-abort-on-uncaught-6.js
test-domain-no-error-handler-abort-on-uncaught-7.js
test-domain-no-error-handler-abort-on-uncaught-8.js
test-domain-no-error-handler-abort-on-uncaught-9.js test: change callback function to arrow function 2017-12-19 14:07:51 +05:30
test-domain-promise.js
test-domain-run.js
test-domain-safe-exit.js
test-domain-set-uncaught-exception-capture-after-load.js
test-domain-stack-empty-in-process-uncaughtexception.js test: add useful info to error msg and refactor 2018-02-12 16:22:41 +01:00
test-domain-stack.js
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-domain-timer.js
test-domain-timers-uncaught-exception.js
test-domain-timers.js timers: remove domain specific code 2018-02-04 08:27:06 -05:00
test-domain-top-level-error-handler-clears-stack.js
test-domain-top-level-error-handler-throw.js
test-domain-uncaught-exception.js
test-domain-with-abort-on-uncaught-exception.js
test-dsa-fips-invalid-key.js
test-emit-after-uncaught-exception-runInAsyncScope.js async_hooks: deprecate unsafe emit{Before,After} 2018-02-09 13:03:34 -08:00
test-emit-after-uncaught-exception.js
test-env-var-no-warnings.js
test-error-reporting.js
test-errors-systemerror.js
test-eslint-alphabetize-errors.js tools: move eslint from tools to tools/node_modules 2018-01-11 09:48:05 +01:00
test-eslint-buffer-constructor.js tools: move eslint from tools to tools/node_modules 2018-01-11 09:48:05 +01:00
test-eslint-crypto-check.js tools: auto fix custom crypto-check eslint rule 2018-02-17 17:11:12 +01:00
test-eslint-documented-errors.js tools: move eslint from tools to tools/node_modules 2018-01-11 09:48:05 +01:00
test-eslint-inspector-check.js tools: custom eslint autofix for inspector-check.js 2018-02-17 17:15:05 +01:00
test-eslint-lowercase-name-for-primitive.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-no-let-in-for-declaration.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-no-unescaped-regexp-dot.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-number-isnan.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-prefer-assert-iferror.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-prefer-assert-methods.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-prefer-common-expectserror.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-prefer-common-mustnotcall.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-prefer-util-format-errors.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eslint-require-buffer.js tools: enable eslint strict key-spacing 2018-02-22 14:56:12 +00:00
test-eslint-required-modules.js test: add common.skipIfEslintMissing 2018-02-16 15:54:56 -08:00
test-eval-require.js
test-eval-strict-referenceerror.js test: name test files appropriately 2018-03-11 04:17:42 +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-02-16 19:37:43 +01: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 events: remove reaches into _events internals 2017-12-14 08:43:00 -05: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 lib: combine similar error codes 2017-12-24 14:09:29 +08:00
test-event-emitter-method-names.js events: add off alias to removeListener 2017-12-20 09:52:38 +02:00
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: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-event-emitter-remove-listeners.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js
test-event-emitter-subclass.js events: preset `usingDomains` to false 2018-02-22 20:33:10 -05:00
test-event-emitter-symbols.js
test-events-list.js
test-events-uncaught-exception-stack.js events: show throw stack trace for uncaught exception 2018-03-04 21:20:43 +00:00
test-exception-handler.js
test-exception-handler2.js
test-file-read-noexist.js
test-file-write-stream.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-file-write-stream2.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-file-write-stream3.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-fs-access.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-append-file-sync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-append-file.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-assert-encoding-error.js
test-fs-buffer.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-fs-buffertype-writesync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-chdir-errormessage.js process: unify error message from chdir() errors 2018-03-06 09:21:44 +01:00
test-fs-chmod.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-chown-type-check.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-close-errors.js test: use runWithInvalidFD() in tests expecting EBADF 2018-02-22 22:08:52 +08:00
test-fs-copyfile.js fs: throw copyFileSync errors in JS 2018-02-27 20:34:18 +08:00
test-fs-empty-readStream.js
test-fs-error-messages.js fs: throw futimesSync errors in JS 2018-03-02 21:13:24 +08:00
test-fs-exists.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-existssync-false.js test: name test files appropriately 2018-03-11 04:17:42 +01:00
test-fs-fchmod.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-fchown.js test: added input validation test for fchmod 2018-02-06 11:58:31 +01:00
test-fs-filehandle.js fs: use SyncCall in OpenFileHandle 2018-02-27 20:33:57 +08:00
test-fs-fsync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-link.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-long-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-make-callback.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-makeStatsCallback.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-mkdir-rmdir.js fs: fix functions executed in wrong context 2018-02-26 23:18:21 +00:00
test-fs-mkdir.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-mkdtemp-prefix-check.js
test-fs-mkdtemp.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-non-number-arguments-throw.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-null-bytes.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
test-fs-open-flags.js fs: support as and as+ flags in stringToFlags() 2018-02-22 12:12:51 +01:00
test-fs-open-numeric-flags.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-open.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-options-immutable.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-fs-promises-writefile.js fs: move fs.promises API to fs/promises 2018-02-17 10:15:20 +01:00
test-fs-promises.js fs: check for symlink support in fs-promises test 2018-03-03 20:57:57 +09:00
test-fs-promisified.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
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-01-17 08:50:02 +08:00
test-fs-read-stream-fd.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-read-stream-inherit.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-fs-read-stream.js fs: fix options.end of fs.ReadStream() 2018-01-18 08:47:07 +08:00
test-fs-read-type.js test: check fs.read and fs.readsync input 2018-01-21 02:49:29 +01:00
test-fs-read-zero-length.js
test-fs-read.js
test-fs-readdir-stack-overflow.js fs: fix stack overflow in fs.readdirSync 2018-02-10 15:58:45 +01:00
test-fs-readdir-ucs2.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-readdir.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-readfile-empty.js test: add test description to fs.readFile tests 2017-12-12 12:37:18 -02:00
test-fs-readfile-error.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-readfile-fd.js test: add test description to fs.readFile tests 2017-12-12 12:37:18 -02:00
test-fs-readfile-pipe-large.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-readfile-zero-byte-liar.js test: add test description to fs.readFile tests 2017-12-12 12:37:18 -02:00
test-fs-readfile.js test: fix builds 2018-02-01 13:17:33 +01:00
test-fs-readfilesync-enoent.js test: name test files appropriately 2018-03-11 04:17:42 +01:00
test-fs-readfilesync-pipe-large.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-readlink-type-check.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-realpath-buffer-encoding.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-fs-realpath-native.js fs: fix functions executed in wrong context 2018-02-26 23:18:21 +00:00
test-fs-realpath-on-substed-drive.js
test-fs-realpath-pipe.js
test-fs-realpath.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-rename-type-check.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-rmdir-type-check.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-sir-writes-alot.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-stat.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-stream-double-close.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-symlink-dir-junction-relative.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-symlink-dir-junction.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-symlink.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-sync-fd-leak.js fs: throw fs.fstat{Sync} errors in JS 2018-01-17 06:20:06 +08:00
test-fs-syncwritestream.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-timestamp-parsing-error.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-fs-truncate-GH-6233.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-truncate-fd.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-truncate-sync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-truncate.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-unlink-type-check.js fs: move type checking to js 2017-12-22 12:49:10 -08:00
test-fs-utimes.js tools: enable eslint no-undef-init rule 2018-02-22 14:56:11 +00:00
test-fs-watch-encoding.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-watch-enoent.js fs: improve errors thrown from fs.watch() 2018-03-08 01:14:53 +08:00
test-fs-watch-recursive.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js fs: improve errors thrown from fs.watch() 2018-03-08 01:14:53 +08:00
test-fs-watchfile.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-whatwg-url.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
test-fs-write-buffer.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-file-buffer.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-file-invalid-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-file-sync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-file-uint8array.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-file.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-no-fd.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-write-stream-autoclose-option.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-change-open.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-close-without-callback.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-double-close.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-encoding.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-end.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-err.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-stream-throw-type-error.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-fs-write-stream.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-string-coerce.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write-sync.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-fs-write.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-global-console-exists.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-global.js
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed.js
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-02-07 13:42:36 -05:00
test-http-abort-client.js
test-http-abort-queued.js
test-http-abort-stream-end.js
test-http-addrequest-localaddress.js test: use descriptive names for regression tests 2018-03-13 20:02:47 +01:00
test-http-after-connect.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-agent-destroyed-socket.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-agent-error-on-idle.js
test-http-agent-false.js
test-http-agent-getname.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-agent-keepalive.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-http-agent-maxsockets-regress-4050.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-agent-maxsockets.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-agent-no-protocol.js
test-http-agent-null.js
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-10 16:42:33 -05:00
test-http-allow-req-after-204-res.js
test-http-automatic-headers.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01: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-01-31 22:11:07 -08: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
test-http-client-abort-keep-alive-queued-unix-socket.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-client-abort-no-agent.js
test-http-client-abort-unix-socket.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-client-abort.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-client-abort2.js
test-http-client-aborted-event.js
test-http-client-agent.js
test-http-client-check-http-token.js
test-http-client-close-event.js
test-http-client-default-headers-exist.js
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-get-url.js
test-http-client-headers-array.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http-client-immediate-error.js async_hooks: clean up usage in internal code 2018-02-16 14:23:14 -05:00
test-http-client-invalid-path.js http: disallow two-byte characters in URL path 2017-12-12 12:30:12 -02:00
test-http-client-keep-alive-release-before-finish.js
test-http-client-parse-error.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-client-pipe-end.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-http-client-readable.js
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-reject-unexpected-agent.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http-client-req-error-dont-double-fire.js
test-http-client-response-domain.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-client-spurious-aborted.js test: refactor test after review 2018-03-02 01:08:00 +09:00
test-http-client-timeout-agent.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-http-client-timeout-connect-listener.js
test-http-client-timeout-event.js
test-http-client-timeout-on-connect.js net: use actual Timeout instance on Sockets 2017-12-20 18:28:11 -05:00
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 net: do not inherit the no-half-open enforcer 2018-03-07 16:05:30 +01:00
test-http-content-length.js test: update test-http-content-length to use countdown 2017-12-17 14:40:17 -05:00
test-http-contentLength0.js
test-http-createConnection.js
test-http-date-header.js test: change callback function to arrow function 2017-12-15 20:44:11 -02:00
test-http-default-encoding.js test: change callback function to arrow function 2017-12-15 20:45:34 -02:00
test-http-default-port.js test: refactor test-http-default-port 2017-12-11 19:49:49 -05:00
test-http-destroyed-socket-write2.js
test-http-dns-error.js test: update a few tests to work on OpenBSD 2018-02-16 18:02:29 +01:00
test-http-double-content-length.js
test-http-dump-req-when-res-ends.js http: do not replace .read() in IncomingMessage 2018-02-27 12:26:40 +01:00
test-http-end-throw-socket-handling.js
test-http-eof-on-connect.js
test-http-exceptions.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http-expect-continue.js
test-http-expect-handling.js
test-http-extra-response.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-http-flush-headers.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http-flush-response-headers.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http-flush.js
test-http-full-response.js
test-http-generic-streams.js
test-http-get-pipeline-problem.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http-hex-write.js
test-http-highwatermark.js test: fix flaky test-http-highwatermark 2018-01-05 02:14:12 +01:00
test-http-host-header-ipv6-fail.js
test-http-host-headers.js
test-http-hostname-typechecking.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http-incoming-matchKnownFields.js
test-http-incoming-pipelined-socket-destroy.js
test-http-information-processing.js http: process 100, 102-199 according to specs. 2018-02-15 11:57:57 +01:00
test-http-invalid-path-chars.js
test-http-invalid-urls.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-http-invalidheaderfield.js test: minor refactoring 2018-02-16 16:54:07 +01:00
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-http-many-ended-pipelines.js
test-http-max-headers-count.js
test-http-methods.js
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-01-17 08:50:02 +08: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 stream: make virtual methods errors consistent 2018-03-12 14:24:34 +01:00
test-http-outgoing-renderHeaders.js
test-http-parser-bad-ref.js
test-http-parser-free.js
test-http-parser-freed-before-upgrade.js http: free the parser before emitting 'upgrade' 2018-01-21 02:42:19 +01:00
test-http-parser.js test: refactor test-http-parser 2018-01-19 12:58:31 +01:00
test-http-pause-resume-one-end.js
test-http-pause.js
test-http-pipe-fs.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-pipeline-flood.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-http-pipeline-regr-2639.js
test-http-pipeline-regr-3332.js test: Use countdown in test file 2017-12-18 08:53:50 +05:30
test-http-pipeline-regr-3508.js
test-http-proxy.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http-raw-headers.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http-regr-gh-2821.js
test-http-remove-header-stays-removed.js
test-http-request-agent.js test: name test files appropriately 2018-03-11 04:17:42 +01:00
test-http-request-dont-override-options.js
test-http-request-end-twice.js http: OutgoingMessage.end() should return this 2018-02-19 08:59:32 +01:00
test-http-request-end.js http: OutgoingMessage.end() should return this 2018-02-19 08:59:32 +01:00
test-http-request-invalid-method-error.js
test-http-request-methods.js
test-http-res-write-after-end.js lib: migrate _http_outgoing.js's remaining errors 2017-12-28 03:17:37 +08:00
test-http-res-write-end-dont-take-array.js
test-http-response-add-header-after-sent.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http-response-close.js
test-http-response-multi-content-length.js
test-http-response-multiheaders.js
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http-response-splitting.js
test-http-response-status-message.js test: use countdown timer 2018-01-21 02:54:38 +01:00
test-http-response-statuscode.js test: replace assert.throws with expectsError 2018-01-09 15:32:50 -08:00
test-http-same-map.js
test-http-server-client-error.js http: add rawPacket in err of `clientError` event 2017-12-27 19:42:57 +01:00
test-http-server-de-chunked-trailer.js
test-http-server-keep-alive-timeout.js
test-http-server-multiheaders.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http-server-multiheaders2.js
test-http-server-options-incoming-message.js http: add options to http.createServer() 2018-02-06 15:40:24 +01:00
test-http-server-options-server-response.js http: add options to http.createServer() 2018-02-06 15:40:24 +01: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 lib: migrate _http_outgoing.js's remaining errors 2017-12-28 03:17:37 +08:00
test-http-server.js
test-http-set-cookies.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js test: update test-http-should-keep-alive to use countdown 2017-12-09 12:41:50 -05:00
test-http-status-code.js
test-http-status-message.js
test-http-status-reason-invalid-chars.js
test-http-timeout-client-warning.js http: emit timeout duration overflow warning sync 2018-03-04 21:55:21 +00:00
test-http-timeout-overflow.js test: update http test to use common.mustCall 2017-12-09 15:37:20 -05:00
test-http-timeout.js
test-http-unix-socket-keep-alive.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http-unix-socket.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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-01-21 01:50:56 +01:00
test-http-upgrade-client.js
test-http-upgrade-client2.js
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server.js
test-http-upgrade-server2.js
test-http-url.parse-auth-with-header-in-request.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-auth.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-basic.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-https.request.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-only-support-http-https-protocol.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-path.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-post.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-url.parse-search.js test: improve tests for test-http-url.parse 2018-02-06 15:02:38 +08:00
test-http-wget.js
test-http-writable-true-after-close.js test: fix flaky http-writable-true-after-close 2018-01-05 01:20:23 +01:00
test-http-write-callbacks.js
test-http-write-empty-string.js
test-http-write-head.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http-zero-length-write.js
test-http-zerolengthbuffer.js buffer: refactor all read/write functions 2018-03-02 19:29:46 +00:00
test-http.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-altsvc.js http2: add altsvc support 2018-01-03 08:45:58 -08:00
test-http2-backpressure.js http2: refactor read mechanism 2018-01-18 22:42:31 +01:00
test-http2-binding.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-http2-client-data-end.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-destroy.js test: http2 client operations after destroy 2018-02-20 07:39:01 -08:00
test-http2-client-http1-server.js test: fix wrong error classes passed in as type 2018-01-06 04:04:28 +01:00
test-http2-client-onconnect-errors.js http2: use original error for cancelling pending streams 2018-03-02 11:01:27 +00:00
test-http2-client-port-80.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-priority-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-promisify-connect.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-request-options-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-rststream-before-connect.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-client-set-priority.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-setNextStreamID-errors.js test: http2 client setNextStreamID errors 2018-02-22 12:09:26 +01:00
test-http2-client-settings-before-connect.js test: http2 client settings invalid callback 2018-02-20 07:52:23 -08:00
test-http2-client-shutdown-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-socket-destroy.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-stream-destroy-before-connect.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-client-unescaped-path.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-client-upload.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-write-before-connect.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-client-write-empty-string.js test: move require http2 to after crypto check 2018-03-06 13:10:00 +01:00
test-http2-compat-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-expect-continue-check.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http2-compat-expect-continue.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http2-compat-expect-handling.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http2-compat-method-connect.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverrequest-end.js http2: make response.end() return this 2018-02-19 08:59:47 +01:00
test-http2-compat-serverrequest-headers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverrequest-pause.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-compat-serverrequest-pipe.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http2-compat-serverrequest-settimeout.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-compat-serverrequest-trailers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverrequest.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-close.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-createpushresponse.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-compat-serverresponse-destroy.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-compat-serverresponse-drain.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-end.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-finished.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-flushheaders.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-headers-after-destroy.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-compat-serverresponse-headers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-settimeout.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-compat-serverresponse-statuscode.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-http2-compat-serverresponse-statusmessage-property-set.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-statusmessage-property.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-statusmessage.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-trailers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-serverresponse-write.js test: http2 compat response.write() error checks 2018-02-22 14:35:10 +00:00
test-http2-compat-serverresponse-writehead.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-short-stream-client-server.js http2: fix condition where data is lost 2018-02-26 18:25:58 +01:00
test-http2-compat-socket-set.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-compat-socket.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-connect-method.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-connect.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-cookies.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http2-create-client-connect.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-http2-create-client-secure-session.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-create-client-session.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-createsecureserver-nooptions.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-createwritereq.js http2: add checks for server close callback 2018-01-19 13:16:09 +01:00
test-http2-date-header.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-dont-lose-data.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-dont-override.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-generic-streams-sendfile.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-generic-streams.js
test-http2-getpackedsettings.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-http2-goaway-opaquedata.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-head-request.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-https-fallback-http-server-options.js http2: add http fallback options to .createServer 2018-02-06 15:40:25 +01:00
test-http2-https-fallback.js http2: fix flaky test-http2-https-fallback 2018-03-03 13:10:31 +01:00
test-http2-info-headers-errors.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-info-headers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-invalidargtypes-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-max-concurrent-streams.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-methods.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-misbehaving-flow-control-paused.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-misbehaving-flow-control.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-misbehaving-multiplex.js http2: fixes error handling 2018-03-12 09:36:31 +01:00
test-http2-misc-util.js
test-http2-misused-pseudoheaders.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-multi-content-length.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-multiheaders-raw.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-multiheaders.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-multiplex.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-no-more-streams.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-http2-options-max-headers-block-length.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-options-max-reserved-streams.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-options-server-request.js http2: add req and res options to server creation 2018-02-09 12:54:18 -05:00
test-http2-options-server-response.js http2: add req and res options to server creation 2018-02-09 12:54:18 -05:00
test-http2-padding-aligned.js http2: add aligned padding strategy 2018-01-03 12:57:18 -08:00
test-http2-padding-callback.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-perf_hooks.js perf_hooks,http2: add performance.clear() 2018-01-11 10:41:49 -08:00
test-http2-ping-unsolicited-ack.js http2: verify flood error and unsolicited frames 2018-01-08 13:10:45 -08:00
test-http2-ping.js test: http2 client ping errors 2018-02-20 07:46:15 -08:00
test-http2-pipe.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-http2-priority-cycle-.js http2: verify that a dependency cycle may exist 2018-01-05 13:27:42 -08:00
test-http2-priority-event.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-request-response-proto.js
test-http2-respond-errors.js test: http2 stream.respond() error checks 2018-02-22 14:33:08 +00:00
test-http2-respond-file-204.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-304.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-404.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-compat.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-error-dir.js http2: remove regular-file-only restriction 2018-03-15 12:53:22 +01:00
test-http2-respond-file-error-pipe-offset.js http2: remove regular-file-only restriction 2018-03-15 12:53:22 +01:00
test-http2-respond-file-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-fd-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-fd-invalid.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-respond-file-fd-range.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-fd.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-push.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-range.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-file-with-pipe.js http2: remove regular-file-only restriction 2018-03-15 12:53:22 +01:00
test-http2-respond-file.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-nghttperrors.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-respond-no-data.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-respond-with-fd-errors.js http2: use native pipe instead of synchronous I/O 2018-03-15 12:53:22 +01:00
test-http2-response-splitting.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-sent-headers.js http2: remember sent headers 2018-01-11 11:55:19 -08:00
test-http2-serve-file.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-errors.js http2: fixes error handling 2018-03-12 09:36:31 +01:00
test-http2-server-http1-client.js test: fix wrong error classes passed in as type 2018-01-06 04:04:28 +01:00
test-http2-server-push-disabled.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-http2-server-push-stream-errors-args.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-push-stream-errors.js test: fix wrong error classes passed in as type 2018-01-06 04:04:28 +01:00
test-http2-server-push-stream-head.js http2: fixes error handling 2018-03-12 09:36:31 +01:00
test-http2-server-push-stream.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-rst-before-respond.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-http2-server-rst-stream.js http2: fixes error handling 2018-03-12 09:36:31 +01:00
test-http2-server-sessionerror.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-set-header.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-http2-server-settimeout-no-callback.js
test-http2-server-shutdown-before-respond.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-shutdown-options-errors.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-shutdown-redundant.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-socket-destroy.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-server-startup.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-http2-server-stream-session-destroy.js http2: fixes error handling 2018-03-12 09:36:31 +01:00
test-http2-server-timeout.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-http2-session-gc-while-write-scheduled.js
test-http2-session-settings.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-session-stream-state.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-session-unref.js test: fix flaky test-http2-session-unref 2018-02-07 14:58:35 +01:00
test-http2-settings-unsolicited-ack.js http2: verify flood error and unsolicited frames 2018-01-08 13:10:45 -08:00
test-http2-short-stream-client-server.js http2: fix condition where data is lost 2018-02-26 18:25:58 +01:00
test-http2-single-headers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-socket-proxy.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-http2-status-code-invalid.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-status-code.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-stream-client.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-stream-destroy-event-order.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-timeouts.js http2: use actual Timeout instances 2017-12-20 18:28:11 -05:00
test-http2-tls-disconnect.js tls,http2: handle writes after SSL destroy more gracefully 2018-03-05 09:35:15 +00:00
test-http2-too-large-headers.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-too-many-headers.js http2: refer to stream errors by name 2018-03-04 13:52:31 +01:00
test-http2-too-many-settings.js http2: convert Http2Settings to an AsyncWrap 2017-12-22 12:54:13 -08:00
test-http2-too-many-streams.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-http2-trailers.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-util-assert-valid-pseudoheader.js
test-http2-util-asserts.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-http2-util-headers-list.js test: add hasCrypto when using binding('crypto') 2017-12-29 06:09:57 +01:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js http2: implement maxSessionMemory 2018-01-05 12:35:33 -08:00
test-http2-window-size.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-write-callbacks.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-write-empty-string.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-http2-write-finishes-after-stream-destroy.js http2: no stream destroy while its data is on the wire 2018-03-04 13:27:31 +01:00
test-http2-zero-length-write.js http2: cleanup Http2Stream/Http2Session destroy 2017-12-18 10:19:21 -08:00
test-https-agent-additional-options.js https: add extra options to Agent#getName() 2018-02-10 14:15:57 +01:00
test-https-agent-constructor.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-https-agent-create-connection.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-https-agent-disable-session-reuse.js
test-https-agent-getname.js https: add extra options to Agent#getName() 2018-02-10 14:15:57 +01:00
test-https-agent-servername.js tools: enable eslint strict key-spacing 2018-02-22 14:56:12 +00:00
test-https-agent-session-eviction.js
test-https-agent-session-reuse.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-https-agent-sni.js
test-https-agent-sockets-leak.js
test-https-agent.js
test-https-argument-of-creating.js
test-https-byteswritten.js
test-https-client-checkServerIdentity.js
test-https-client-get-url.js
test-https-client-reject.js
test-https-client-resume.js
test-https-close.js
test-https-connect-address-family.js
test-https-connecting-to-http.js
test-https-drain.js
test-https-eof-for-eom.js
test-https-foafssl.js
test-https-host-headers.js
test-https-localaddress-bind-error.js
test-https-localaddress.js
test-https-options-boolean-check.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-https-pfx.js
test-https-req-split.js
test-https-resume-after-renew.js
test-https-server-options-incoming-message.js http: add options to http.createServer() 2018-02-06 15:40:24 +01:00
test-https-server-options-server-response.js http: add options to http.createServer() 2018-02-06 15:40:24 +01:00
test-https-set-timeout-server.js
test-https-simple.js
test-https-socket-options.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-https-strict.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-https-timeout-server-2.js
test-https-timeout-server.js
test-https-timeout.js
test-https-truncate.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-https-unix-socket-self-signed.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-icu-data-dir.js
test-icu-punycode.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-icu-stringwidth.js
test-icu-transcode.js
test-inspect-async-hook-setup-at-inspect.js inspector: --inspect-brk for es modules 2018-01-22 18:39:21 +02:00
test-inspector-esm.js loader: fix --inspect-brk 2018-03-01 09:18:30 -06:00
test-inspector-no-crash-ws-after-bindings.js inspector: --inspect-brk for es modules 2018-01-22 18:39:21 +02:00
test-instanceof.js
test-internal-errors.js lib: remove unused internal error constructors 2018-03-10 12:15:01 +01:00
test-internal-fs-syncwritestream.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-internal-fs.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-internal-module-map-asserts.js module: refactor loader 2018-01-15 12:42:29 -06:00
test-internal-module-wrap.js test: formalize exposure of internal bindings 2018-02-10 14:50:43 -06:00
test-internal-modules-expose.js
test-internal-modules-strip-shebang.js
test-internal-modules.js
test-internal-os.js
test-internal-process-binding.js
test-internal-socket-list-receive.js
test-internal-socket-list-send.js
test-internal-unicode.js
test-internal-util-assertCrypto.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-internal-util-classwrapper.js
test-internal-util-decorate-error-stack.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-internal-util-normalizeencoding.js buffer: improve Buffer#fill performance 2018-03-02 02:09:24 +00:00
test-intl-v8BreakIterator.js
test-intl.js
test-js-stream-call-properties.js
test-listen-fd-cluster.js test: improve to use template string 2018-01-17 08:50:02 +08: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 2017-12-21 15:12:44 -08:00
test-listen-fd-server.js
test-loaders-hidden-from-users.js src: put bootstrappers in lib/internal/bootstrap/ 2018-03-15 20:50:34 +08:00
test-memory-usage-emfile.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-memory-usage.js
test-microtask-queue-integration-domain.js
test-microtask-queue-integration.js
test-microtask-queue-run-domain.js
test-microtask-queue-run-immediate-domain.js
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-module-binding.js module: use undefined if no main 2018-02-11 14:19:07 -08:00
test-module-builtin.js
test-module-children.js
test-module-circular-symlinks.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-module-globalpaths-nodepath.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-module-loading-error.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
test-module-loading-globalpaths.js test: remove NODE_DEBUG in global module loading test 2018-03-15 20:39:31 +08:00
test-module-main-extension-lookup.js module: support main w/o extension, pjson cache 2018-02-14 16:35:12 +02:00
test-module-main-fail.js
test-module-main-preserve-symlinks-fail.js
test-module-nodemodulepaths.js
test-module-relative-lookup.js
test-module-require-depth.js
test-module-symlinked-peer-modules.js test: specify 'dir' for directory symlinks 2018-03-01 15:47:29 -08:00
test-module-version.js
test-net-access-byteswritten.js
test-net-after-close.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js
test-net-binary.js
test-net-bind-twice.js
test-net-buffersize.js
test-net-bytes-read.js
test-net-bytes-stats.js
test-net-can-reset-timeout.js
test-net-client-bind-twice.js
test-net-connect-after-destroy.js test: rename regression tests 2018-01-05 02:30:33 +01:00
test-net-connect-buffer.js test: refactor test-net-connect-buffer 2017-12-21 09:39:55 -05:00
test-net-connect-call-socket-connect.js
test-net-connect-handle-econnrefused.js test: try to connect after server was closed 2018-02-16 19:12:50 +01:00
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-net-connect-options-ipv6.js
test-net-connect-options-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-net-connect-options-port.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-net-connect-paused-connection.js
test-net-dns-custom-lookup.js
test-net-dns-error.js test: update a few tests to work on OpenBSD 2018-02-16 18:02:29 +01:00
test-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-net-eaddrinuse.js
test-net-end-close.js stream: always defer 'readable' with nextTick 2018-01-10 10:48:03 +01:00
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-05 02:30:33 +01: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-01-11 16:49:38 +01:00
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js
test-net-listen-invalid-port.js test: use descriptive names for regression tests 2018-03-13 20:02:47 +01:00
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: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-net-pipe-connect-errors.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-net-reconnect.js
test-net-remote-address-port.js
test-net-server-call-listen-multiple-times.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-net-server-close.js
test-net-server-connections-child-null.js
test-net-server-connections.js
test-net-server-listen-handle.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-net-server-listen-options.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
test-net-server-listen-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js
test-net-server-max-connections.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-net-server-options.js
test-net-server-pause-on-connect.js
test-net-server-try-ports.js
test-net-server-unref-persistent.js
test-net-server-unref.js
test-net-settimeout.js
test-net-socket-byteswritten.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
test-net-socket-connect-without-cb.js
test-net-socket-connecting.js
test-net-socket-destroy-send.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
test-net-socket-destroy-twice.js
test-net-socket-local-address.js
test-net-socket-no-halfopen-enforcer.js net: do not inherit the no-half-open enforcer 2018-03-07 16:05:30 +01:00
test-net-socket-timeout-unref.js
test-net-socket-timeout.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-net-socket-write-after-close.js net: migrate errors to internal/errors 2017-12-24 02:16:44 +08:00
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-timeout-no-handle.js
test-net-write-after-close.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-net-write-connect-write.js
test-net-write-fully-async-buffer.js
test-net-write-fully-async-hex-string.js
test-net-write-slow.js
test-next-tick-doesnt-hang.js
test-next-tick-domain.js
test-next-tick-errors.js
test-next-tick-intentional-starvation.js
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick-when-exiting.js
test-next-tick.js
test-npm-install.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-openssl-ca-options.js
test-os-eol.js
test-os-homedir-no-envvar.js
test-os-userinfo-handles-getter-errors.js test: rename regression tests 2018-01-05 02:30:33 +01:00
test-os.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-outgoing-message-pipe.js lib: migrate _http_outgoing.js's remaining errors 2017-12-28 03:17:37 +08: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-01-11 11:11:22 +08: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-03-02 10:56:08 +00:00
test-performance-function.js
test-performance-gc.js perf_hooks: fix scheduling regression 2018-01-09 08:25:37 -08:00
test-performance-warning.js perf_hooks: add warning when too many entries in the timeline 2018-01-31 15:24:58 -08:00
test-performanceobserver.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-pipe-address.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-pipe-file-to-http.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-pipe-head.js
test-pipe-outgoing-message-data-emitted-after-ended.js lib: migrate _http_outgoing.js's remaining errors 2017-12-28 03:17:37 +08:00
test-pipe-return-val.js
test-pipe-stream.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-pipe-unref.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-pipe-writev.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-postmortem-metadata.js test: skip postmortem metadata test when nm fails 2018-03-08 01:39:59 +08:00
test-preload.js
test-process-argv-0.js
test-process-assert.js test: remove unused deprecation code 2018-03-15 07:20:06 +01:00
test-process-beforeexit.js
test-process-binding.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-process-chdir.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-process-config.js
test-process-constants-noatime.js
test-process-cpuUsage.js
test-process-dlopen-undefined-exports.js
test-process-domain-segfault.js test: name test files appropriately 2018-03-11 04:17:42 +01:00
test-process-emit-warning-from-native.js src: refactor and harden `ProcessEmitWarning()` 2017-12-12 17:47:37 -02:00
test-process-emit.js
test-process-emitwarning.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-process-env-deprecation.js test: remove unused deprecation code 2018-03-15 07:20:06 +01:00
test-process-env-symbols.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-process-env-windows-error-reset.js process: fix reading zero-length env vars on win32 2018-02-02 09:46:34 -08:00
test-process-env.js
test-process-exception-capture-errors.js
test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js
test-process-exception-capture-should-abort-on-uncaught.js
test-process-exception-capture.js
test-process-exec-argv.js
test-process-execpath.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-process-exit-GH-12322.js
test-process-exit-code.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-process-exit-from-before-exit.js
test-process-exit-recursive.js
test-process-exit.js
test-process-external-stdio-close-spawn.js
test-process-external-stdio-close.js
test-process-fatal-exception-tick.js test: fix flaky test-process-fatal-execption-tick 2018-01-30 20:27:57 -08:00
test-process-getactivehandles.js
test-process-getactiverequests.js
test-process-geteuid-getegid.js test: fix unrelated variable name changes 2018-02-16 22:02:22 +01:00
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js
test-process-kill-pid.js lib: allow process kill by signal number 2018-02-17 17:09:25 +01:00
test-process-next-tick.js
test-process-no-deprecation.js
test-process-ppid.js
test-process-prototype.js
test-process-raw-debug.js
test-process-redirect-warnings-env.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-process-redirect-warnings.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-process-release.js
test-process-remove-all-signal-listeners.js
test-process-setuid-setgid.js test: fix unrelated variable name changes 2018-02-16 22:02:22 +01:00
test-process-versions.js n-api: expose n-api version in process.versions 2018-01-11 16:53:53 -05:00
test-process-warning.js
test-process-wrap.js
test-promise-internal-creation.js
test-promises-unhandled-proxy-rejections.js
test-promises-unhandled-rejections.js promises: refactor rejection handling 2018-01-21 12:37:43 -05:00
test-promises-unhandled-symbol-rejections.js
test-promises-warning-on-unhandled-rejection.js
test-punycode.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-querystring-escape.js
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-readline-csi.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-readline-emit-keypress-events.js
test-readline-interface.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-readline-keys.js
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-io-1068.js
test-regress-GH-io-1811.js
test-regress-GH-node-9326.js
test-regression-object-prototype.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
test-repl-autolibs.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-colors.js repl: fix util.inspect() coloring regression 2017-12-12 12:49:32 -02:00
test-repl-console.js
test-repl-context.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-definecommand.js test: refactor test-repl-definecommand 2017-12-21 15:10:02 -08:00
test-repl-deprecations.js
test-repl-domain.js
test-repl-editor.js
test-repl-empty.js
test-repl-end-emits-exit.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-envvars.js
test-repl-eval-scope.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-eval.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-function-definition-edge-case.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-harmony.js
test-repl-history-perm.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-repl-inspector.js repl: show lexically scoped vars in tab completion 2017-12-21 14:47:29 +01:00
test-repl-let-process.js
test-repl-load-multiline.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-memory-deprecation.js
test-repl-mode.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-multiline.js test: add multiline repl input regression test 2018-02-14 11:44:50 -05:00
test-repl-null-thrown.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-null.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-repl-options.js repl: remove magic mode 2018-03-11 02:43:27 +01:00
test-repl-persistent-history.js repl: remove deprecated NODE_REPL_HISTORY_FILE 2018-02-12 14:58:55 +01:00
test-repl-preprocess-top-level-await.js
test-repl-pretty-custom-stack.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-pretty-stack.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-recoverable.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl-require-cache.js
test-repl-require-context.js
test-repl-require.js
test-repl-reset-event.js test: improve assert messages in repl-reset-event 2017-12-09 14:52:46 -05:00
test-repl-save-load.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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-01-17 08:50:02 +08:00
test-repl-syntax-error-stack.js
test-repl-tab-complete-crash.js
test-repl-tab-complete-no-warn.js repl: fix tab-complete warning 2018-02-22 15:07:05 +00:00
test-repl-tab-complete.js test: fix repl-tab-complete --without-ssl 2017-12-29 06:09:57 +01:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-repl-top-level-await.js repl: migrate errors to internal/errors 2017-12-22 13:27:25 -05:00
test-repl-turn-off-editor-mode.js
test-repl-underscore.js repl: make last error available as `_error` 2018-03-04 22:01:57 +00:00
test-repl-unexpected-token-recoverable.js
test-repl-use-global.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
test-repl.js repl: better handling of recoverable errors 2018-03-11 03:28:18 +01:00
test-require-cache.js
test-require-deps-deprecation.js test: fix require-deps-deprecation for installed deps 2018-01-03 13:59:52 -05:00
test-require-dot.js
test-require-exceptions.js
test-require-extension-over-directory.js module: check file ext before dir as documented 2018-03-11 02:56:56 +01:00
test-require-extensions-main.js
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-package.js
test-require-json.js
test-require-long-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-require-nul.js
test-require-process.js
test-require-resolve.js module: validate request in require.resolve.paths 2018-01-29 17:29:38 +08:00
test-require-symlink.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-require-unicode.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-setproctitle.js test: update a few tests to work on OpenBSD 2018-02-16 18:02:29 +01:00
test-sigint-infinite-loop.js
test-signal-args.js
test-signal-handler.js
test-signal-safety.js
test-signal-unregister.js
test-socket-address.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-spawn-cmd-named-pipe.js
test-stdin-child-proc.js
test-stdin-from-file.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08: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: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-stdio-pipe-access.js test: stdio pipe behavior tests 2018-02-17 14:57:00 +01:00
test-stdio-pipe-redirect.js test: stdio pipe behavior tests 2018-02-17 14:57:00 +01:00
test-stdio-readable-writable.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-stream-base-prototype-accessors-enumerability.js
test-stream-base-typechecking.js
test-stream-big-packet.js
test-stream-big-push.js
test-stream-buffer-list.js util: use blue on non-windows systems for number/bigint 2018-02-25 17:03:34 -06:00
test-stream-decoder-objectmode.js
test-stream-duplex-destroy.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
test-stream-duplex.js stream: add no-half-open enforcer only if needed 2018-03-04 13:30:20 +01:00
test-stream-end-paused.js
test-stream-events-prepend.js
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-objectmode-undefined.js
test-stream-pipe-after-end.js
test-stream-pipe-await-drain-manual-resume.js
test-stream-pipe-await-drain-push-while-write.js stream: always defer 'readable' with nextTick 2018-01-10 10:48:03 +01:00
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-flow-after-unpipe.js test: add test for stream unpipe with 'data' listeners 2018-02-06 23:04:11 +01:00
test-stream-pipe-flow.js stream: defer readable and flow when sync 2018-02-06 09:54:48 +01:00
test-stream-pipe-manual-resume.js stream: always reset awaitDrain when emitting data 2018-02-06 23:04:04 +01:00
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-02-05 12:11:40 +01:00
test-stream-pipe-without-listenerCount.js
test-stream-preprocess.js
test-stream-push-order.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
test-stream-push-strings.js
test-stream-readable-async-iterators.js stream: added experimental support for for-await 2018-01-11 12:34:41 +01:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-destroy.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
test-stream-readable-emittedReadable.js stream: always defer 'readable' with nextTick 2018-01-10 10:48:03 +01:00
test-stream-readable-event.js stream: readable continues to read when `push('')` 2018-02-15 12:39:17 +01:00
test-stream-readable-flow-recursion.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
test-stream-readable-invalid-chunk.js
test-stream-readable-needReadable.js stream: always defer 'readable' with nextTick 2018-01-10 10:48:03 +01:00
test-stream-readable-no-unneeded-readable.js stream: add a test case for the underlying cause. 2018-02-08 16:31:47 +01:00
test-stream-readable-object-multi-push-async.js stream: always defer readable in EOF when sync 2018-02-08 11:58:04 +01:00
test-stream-readable-pause-and-resume.js stream: defer readable and flow when sync 2018-02-06 09:54:48 +01:00
test-stream-readable-reading-readingMore.js stream: always defer 'readable' with nextTick 2018-01-10 10:48:03 +01:00
test-stream-readable-resumeScheduled.js
test-stream-readable-with-unimplemented-_read.js stream: make virtual methods errors consistent 2018-03-12 14:24:34 +01:00
test-stream-readableListening-state.js
test-stream-transform-callback-twice.js
test-stream-transform-constructor-set-methods.js stream: make virtual methods errors consistent 2018-03-12 14:24:34 +01:00
test-stream-transform-destroy.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
test-stream-transform-final-sync.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-stream-transform-final.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-highwatermark.js stream: add type and range check for highWaterMark 2018-01-29 17:09:13 +01:00
test-stream-transform-split-objectmode.js
test-stream-uint8array.js
test-stream-unpipe-event.js
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-stream-wrap-encoding.js
test-stream-wrap.js
test-stream-writable-change-default-encoding.js
test-stream-writable-constructor-set-methods.js stream: make virtual methods errors consistent 2018-03-12 14:24:34 +01:00
test-stream-writable-decoded-encoding.js
test-stream-writable-destroy.js stream: updated streams error handling 2018-03-06 13:31:56 +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: minor refactoring 2018-02-16 16:54:07 +01:00
test-stream-writable-write-writev-finish.js stream: avoid writeAfterEnd() while ending 2018-01-30 15:47:36 +01:00
test-stream-writableState-ending.js stream: writable.end should return this. 2018-02-19 08:59:12 +01:00
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-final.js
test-stream-writev.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-stream2-base64-single-char-read-end.js
test-stream2-basic.js
test-stream2-compatibility.js
test-stream2-decode-partial.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-stream2-objects.js
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js
test-stream2-push.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-stream2-read-sync-stack.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
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-01-17 08:50:02 +08:00
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-stream2-set-encoding.js
test-stream2-transform.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-stream2-unpipe-drain.js
test-stream2-unpipe-leak.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
test-stream2-writable.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-stream3-pause-then-read.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-streams-highwatermark.js stream: add type and range check for highWaterMark 2018-01-29 17:09:13 +01:00
test-string-decoder-end.js string_decoder: reset decoder on end 2018-02-02 20:31:39 +01:00
test-string-decoder.js string_decoder: fix regressions 2018-02-13 08:03:23 -05:00
test-stringbytes-external.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js src: refactor WriteWrap and ShutdownWraps 2018-02-14 10:00:29 +01:00
test-tcp-wrap-listen.js
test-tcp-wrap.js
test-tick-processor-version-check.js
test-timer-close.js
test-timer-immediate.js timers: make setImmediate() immune to tampering 2017-12-26 12:37:19 -05:00
test-timers-active.js
test-timers-api-refs.js
test-timers-args.js
test-timers-clear-null-does-not-throw-error.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-timers-clearImmediate.js
test-timers-enroll-invalid-msecs.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
test-timers-immediate-queue-throw.js timers: refactor setImmediate error handling 2018-01-02 11:16:33 -05:00
test-timers-immediate-queue.js
test-timers-immediate-unref-simple.js timers: allow Immediates to be unrefed 2018-01-18 15:55:59 -05:00
test-timers-immediate-unref.js timers: allow Immediates to be unrefed 2018-01-18 15:55:59 -05:00
test-timers-immediate.js
test-timers-linked-list.js
test-timers-max-duration-warning.js doc,assert,timers: assign deprecation codes 2018-02-06 13:57:31 +01:00
test-timers-nested.js
test-timers-non-integer-delay.js
test-timers-now.js
test-timers-ordering.js
test-timers-promisified.js
test-timers-refresh.js timers: add internal [@@ refresh()] function 2018-01-26 16:47:16 -05:00
test-timers-regress-GH-9765.js
test-timers-reset-process-domain-on-throw.js
test-timers-same-timeout-wrong-list-deleted.js
test-timers-socket-timeout-removes-other-socket-unref-timer.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
test-timers-this.js
test-timers-throw-when-cb-not-function.js
test-timers-timeout-to-interval.js timers: be more defensive with intervals 2018-02-08 09:01:54 -05:00
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.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-reuse-no-exposed-list.js
test-timers-unref-throw-then-ref.js timers: refactor error handling 2018-02-04 11:04:12 -05:00
test-timers-unref.js test: minor refactoring 2018-02-16 16:54:07 +01: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-tls-0-dns-altname.js test: refactor parallel/test-tls-0-dns-altname 2018-02-16 16:18:23 -08:00
test-tls-addca.js test: refactor parallel/test-tls-addca 2018-02-16 19:33:08 +01:00
test-tls-alert-handling.js
test-tls-alert.js
test-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js tls: migrate argument type-checking errors 2018-01-17 02:20:16 +08:00
test-tls-buffersize.js net,src: refactor writeQueueSize tracking 2017-12-18 09:58:02 -05:00
test-tls-ca-concat.js
test-tls-canonical-ip.js
test-tls-cert-chains-concat.js
test-tls-cert-chains-in-ca.js
test-tls-cert-regression.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-check-server-identity.js
test-tls-cipher-list.js
test-tls-client-abort.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-tls-client-abort2.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
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-02-16 19:37:43 +01:00
test-tls-client-mindhsize.js test: simplify loadDHParam in TLS test 2018-01-17 12:35:00 +01:00
test-tls-client-reject.js
test-tls-client-resume.js
test-tls-client-verify.js test: improve to use template string 2018-01-17 08:50:02 +08:00
test-tls-clientcertengine-invalid-arg-type.js
test-tls-clientcertengine-unsupported.js
test-tls-close-error.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-tls-connect-address-family.js
test-tls-connect-given-socket.js
test-tls-connect-no-host.js test: make tls test more rigorous 2018-02-16 19:23:29 +01:00
test-tls-connect-pipe.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-tls-connect-secure-context.js
test-tls-connect-simple.js
test-tls-connect-stream-writes.js
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js
test-tls-destroy-whilst-write.js
test-tls-dhe.js
test-tls-disable-renegotiation.js tls: migrate errors in _tls_wrap.js 2017-12-24 00:03:39 +08:00
test-tls-ecdh-auto.js
test-tls-ecdh-disable.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
test-tls-ecdh-multiple.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-ecdh.js
test-tls-econnreset.js
test-tls-empty-sni-context.js tls: better error message for socket disconnect 2018-03-04 12:43:13 +01:00
test-tls-env-bad-extra-ca.js src: refactor and harden `ProcessEmitWarning()` 2017-12-12 17:47:37 -02:00
test-tls-env-extra-ca.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-error-servername.js tls: migrate C++ errors to internal/errors.js 2018-01-17 02:20:36 +08:00
test-tls-external-accessor.js
test-tls-fast-writing.js
test-tls-finished.js tls: expose Finished messages in TLSSocket 2018-03-11 18:29:18 +01:00
test-tls-friendly-error-message.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-generic-stream.js doc,test: mention Duplex support for TLS 2017-12-12 12:46:21 -02:00
test-tls-getcipher.js
test-tls-getprotocol.js
test-tls-handshake-error.js
test-tls-handshake-nohang.js
test-tls-hello-parser-failure.js
test-tls-honorcipherorder.js
test-tls-inception.js
test-tls-interleave.js
test-tls-invoke-queued.js test: make test-tls-invoke-queued use public API 2017-12-27 20:03:25 +01:00
test-tls-js-stream.js
test-tls-junk-closes-server.js
test-tls-junk-server.js
test-tls-key-mismatch.js
test-tls-legacy-deprecated.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-tls-max-send-fragment.js
test-tls-multi-key.js
test-tls-multi-pfx.js
test-tls-net-connect-prefer-path.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-tls-no-cert-required.js
test-tls-no-rsa-key.js
test-tls-no-sslv3.js test: use shorthand properties 2018-01-17 14:33:20 +01: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-options-boolean-check.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-tls-over-http-tunnel.js test: refactor of test-tls-over-http-tunnel 2018-02-16 19:29:24 +01:00
test-tls-parse-cert-string.js
test-tls-passphrase.js
test-tls-pause.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js crypto: add docs & tests for cert.pubkey & cert.fingerprint256 2018-02-22 11:22:14 +01:00
test-tls-pfx-gh-5100-regr.js
test-tls-regr-gh-5108.js
test-tls-request-timeout.js
test-tls-retain-handle-no-abort.js
test-tls-securepair-fiftharg.js test: refactor test-tls-securepair-fiftharg 2017-12-27 19:45:59 +01:00
test-tls-securepair-leak.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
test-tls-securepair-server.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js
test-tls-server-setoptions-clientcertengine.js
test-tls-server-verify.js test: fix test-tls-server-verify.js on Windows CI 2018-01-26 10:57:00 -08:00
test-tls-session-cache.js test: speed up parallel/test-tls-session-cache 2018-02-01 11:52:25 +01:00
test-tls-set-ciphers.js
test-tls-set-encoding.js test: update references to archived repository 2018-01-03 18:22:48 +01:00
test-tls-sni-option.js tls: better error message for socket disconnect 2018-03-04 12:43:13 +01:00
test-tls-sni-server-client.js
test-tls-socket-close.js
test-tls-socket-constructor-alpn-npn-options-parsing.js
test-tls-socket-default-options.js
test-tls-socket-destroy.js src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +01:00
test-tls-socket-failed-handshake-emits-error.js
test-tls-socket-snicallback-without-server.js tls: fix SNICallback without .server option 2017-12-27 19:45:15 +01:00
test-tls-startcom-wosign-whitelist.js
test-tls-starttls-server.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-tls-ticket-cluster.js
test-tls-ticket.js
test-tls-timeout-server-2.js
test-tls-timeout-server.js
test-tls-translate-peer-certificate.js
test-tls-transport-destroy-after-own-gc.js tls: unconsume stream on destroy 2017-12-13 06:32:55 +01: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-01-31 22:11:07 -08: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-03-09 20:12:28 -08:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js net: use actual Timeout instance on Sockets 2017-12-20 18:28:11 -05:00
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-trace-events-all.js src: add tracing category macros 2018-03-09 08:09:41 -08:00
test-trace-events-async-hooks.js src: add tracing category macros 2018-03-09 08:09:41 -08:00
test-trace-events-binding.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-trace-events-category-used.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-trace-events-file-pattern.js trace_events: add file pattern cli option 2018-03-04 12:07:39 +01:00
test-trace-events-none.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-trace-events-perf.js src: add tracing category macros 2018-03-09 08:09:41 -08:00
test-trace-events-process-exit.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-trace-events-v8.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-tty-backwards-api.js
test-tty-stdin-pipe.js test: use descriptive names for regression tests 2018-03-13 20:02:47 +01:00
test-ttywrap-invalid-fd.js test: use runWithInvalidFD() in tests expecting EBADF 2018-02-22 22:08:52 +08:00
test-umask.js
test-url-domain-ascii-unicode.js
test-url-format-invalid-input.js test: replace assert.throws with expectsError 2018-01-09 15:32:50 -08:00
test-url-format-whatwg.js
test-url-format.js
test-url-parse-format.js
test-url-parse-invalid-input.js test: replace assert.throws with expectsError 2018-01-09 15:32:50 -08:00
test-url-parse-query.js
test-url-relative.js
test-utf8-scripts.js
test-util-callbackify.js assert: wrap original error in ifError 2018-01-24 13:16:07 +01:00
test-util-deprecate-invalid-code.js
test-util-deprecate.js
test-util-emit-experimental-warning.js test: coverage for emitExperimentalWarning 2017-12-17 13:23:03 -05:00
test-util-format-shared-arraybuffer.js
test-util-format.js
test-util-inherits.js test: replace assert.throws with expectsError 2018-01-09 15:32:50 -08:00
test-util-inspect-bigint.js util: add bigint formatting to util.inspect 2018-02-01 12:23:44 +01:00
test-util-inspect-deprecated.js
test-util-inspect-proxy.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-util-inspect.js test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
test-util-internal.js lib,src: audit process.env in lib/ for setuid binary 2018-02-16 17:42:21 +01:00
test-util-isDeepStrictEqual.js
test-util-log.js
test-util-promisify.js test: improve coverage for util.promisify 2017-12-14 13:16:10 -05:00
test-util-sigint-watchdog.js
test-util-types.js util: introduce `util.types.is[…]` type checks 2018-03-05 17:41:26 +00:00
test-util.js test: add regression tests 2018-03-11 02:36:35 +01:00
test-uv-binding-constant.js src: expose uv.errmap to binding 2017-12-28 03:08:25 +08:00
test-uv-errno.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-global-setter.js test: use descriptive names for regression tests 2018-03-13 20:02:47 +01:00
test-v8-serdes-sharedarraybuffer.js
test-v8-serdes.js
test-v8-stats.js
test-v8-version-tag.js
test-vm-access-process-env.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-vm-api-handles-getter-errors.js test: rename regression tests 2018-01-05 02:30:33 +01:00
test-vm-attributes-property-not-on-sandbox.js
test-vm-basic.js test: adds tests for vm invalid arguments 2018-01-30 10:16:51 +08:00
test-vm-cached-data.js
test-vm-codegen.js vm: add code generation options 2018-03-12 14:39:21 -05:00
test-vm-context-async-script.js
test-vm-context-property-forwarding.js
test-vm-context.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-vm-create-context-circular-reference.js
test-vm-cross-context.js test: minor refactoring 2018-02-16 16:54:07 +01:00
test-vm-data-property-writable.js
test-vm-deleting-property.js
test-vm-function-declaration.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-function-redefinition.js
test-vm-getters.js
test-vm-global-assignment.js
test-vm-global-define-property.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-global-identity.js
test-vm-global-non-writable-properties.js
test-vm-global-property-interceptors.js
test-vm-harmony-symbols.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-indexed-properties.js
test-vm-inherited_properties.js
test-vm-is-context.js
test-vm-low-stack-space.js
test-vm-module-basic.js vm: add modules 2018-01-30 17:00:57 -08:00
test-vm-module-dynamic-import.js vm: add modules 2018-01-30 17:00:57 -08:00
test-vm-module-errors.js test: add url type check in Module options 2018-02-09 18:20:08 -06:00
test-vm-module-link.js benchmark,lib,test,tools: use consistent quotes 2018-03-07 19:06:44 -08:00
test-vm-module-reevaluate.js vm: add modules 2018-01-30 17:00:57 -08:00
test-vm-new-script-new-context.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-new-script-this-context.js
test-vm-parse-abort-on-uncaught-exception.js
test-vm-preserves-property.js
test-vm-property-not-on-sandbox.js
test-vm-proxies.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-proxy-failure-CP.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-vm-run-in-new-context.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-vm-script-throw-in-tostring.js
test-vm-sigint-existing-handler.js
test-vm-sigint.js
test-vm-static-this.js
test-vm-strict-assign.js
test-vm-strict-mode.js
test-vm-symbols.js
test-vm-syntax-error-message.js
test-vm-syntax-error-stderr.js
test-vm-timeout.js test: use shorthand properties 2018-01-17 14:33:20 +01:00
test-warn-sigprof.js
test-wasm-simple.js
test-whatwg-encoding-fatal-streaming.js
test-whatwg-encoding-internals.js
test-whatwg-encoding-surrogates-utf8.js
test-whatwg-encoding-textdecoder-fatal.js
test-whatwg-encoding-textdecoder-ignorebom.js
test-whatwg-encoding-textdecoder-streaming.js
test-whatwg-encoding-textdecoder-utf16-surrogates.js
test-whatwg-encoding-textdecoder.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-whatwg-encoding-textencoder-utf16-surrogates.js
test-whatwg-encoding-textencoder.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-whatwg-url-constructor.js
test-whatwg-url-domainto.js
test-whatwg-url-global.js url: expose the WHATWG URL API globally 2018-01-31 16:00:51 +01:00
test-whatwg-url-historical.js
test-whatwg-url-inspect.js
test-whatwg-url-origin.js
test-whatwg-url-parsing.js
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 2017-12-13 06:45:56 +01:00
test-whatwg-url-searchparams-keys.js
test-whatwg-url-searchparams-set.js
test-whatwg-url-searchparams-sort.js
test-whatwg-url-searchparams-stringifier.js
test-whatwg-url-searchparams-values.js
test-whatwg-url-searchparams.js
test-whatwg-url-setters.js
test-whatwg-url-toascii.js
test-whatwg-url-tojson.js
test-whatwg-url-tostringtag.js url: added space to class string of iterator objects 2017-12-13 06:45:56 +01:00
test-windows-abort-exitcode.js
test-windows-failed-heap-allocation.js
test-wrap-js-stream-duplex.js
test-wrap-js-stream-exceptions.js src: harden JSStream callbacks 2018-01-14 14:54:53 +01:00
test-wrap-js-stream-read-stop.js
test-zlib-bytes-read.js
test-zlib-close-after-error.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-zlib-close-after-write.js
test-zlib-const.js
test-zlib-convenience-methods.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00
test-zlib-create-raw.js
test-zlib-deflate-constructors.js zlib: improve zlib errors 2018-02-25 02:31:14 +08:00
test-zlib-deflate-raw-inherits.js
test-zlib-destroy-pipe.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00
test-zlib-empty-buffer.js test,benchmark: use new Buffer API where appropriate 2018-03-04 12:50:15 +01:00
test-zlib-failed-init.js zlib: improve zlib errors 2018-02-25 02:31:14 +08:00
test-zlib-flush-drain-longblock.js
test-zlib-flush-drain.js
test-zlib-flush-flags.js zlib: improve zlib errors 2018-02-25 02:31:14 +08:00
test-zlib-flush-multiple-scheduled.js
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js
test-zlib-from-gzip-with-trailing-garbage.js
test-zlib-from-gzip.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-zlib-from-string.js
test-zlib-invalid-input.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-zlib-not-string-or-buffer.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00
test-zlib-object-write.js
test-zlib-params.js
test-zlib-random-byte-pipes.js
test-zlib-sync-no-event.js
test-zlib-truncated.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
test-zlib-unzip-one-byte-chunks.js
test-zlib-write-after-close.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib.js test: remove assert.doesNotThrow() 2018-02-16 16:53:47 +01:00
testcfg.py