node/test/parallel
Brian White 8080a9bf40
http: fix error check in Execute()
Refs: https://github.com/nodejs/node/pull/24738
Fixes: https://github.com/nodejs/node/issues/25858

PR-URL: https://github.com/nodejs/node/pull/25939
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
2019-03-11 14:38:28 +00:00
..
parallel.status test: remove mark flaky for moved test 2018-03-29 23:25:34 -04:00
test-arm-math-exp-regress-1376.js
test-assert-fail.js assert: improve assert.fail() API 2017-10-25 04:09:42 -04:00
test-assert-typedarray-deepequal.js
test-assert.js test: add second argument to assert.throws 2018-04-16 17:45:50 -04:00
test-async-wrap-check-providers.js
test-async-wrap-disabled-propagate-parent.js
test-async-wrap-post-did-throw.js
test-async-wrap-propagate-parent.js
test-async-wrap-throw-from-callback.js
test-async-wrap-throw-no-init.js
test-async-wrap-uid.js
test-bad-unicode.js
test-beforeexit-event-exit.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-beforeexit-event.js
test-buffer-alloc-is-filled.js src: avoid hanging on Buffer#fill 0-length input 2018-06-11 18:31:16 -05:00
test-buffer-alloc.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-bad-overload.js
test-buffer-badhex.js
test-buffer-bytelength.js
test-buffer-compare-offset.js
test-buffer-compare.js
test-buffer-concat.js
test-buffer-copy.js
test-buffer-equals.js
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js src: avoid hanging on Buffer#fill 0-length input 2018-06-11 18:31:16 -05:00
test-buffer-includes.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-buffer-indexof.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-buffer-inheritance.js
test-buffer-inspect.js
test-buffer-isencoding.js
test-buffer-iterator.js
test-buffer-new.js
test-buffer-prototype-inspect.js
test-buffer-read-noassert.js
test-buffer-read.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-buffer-regression-649.js
test-buffer-safe-unsafe.js
test-buffer-sharedarraybuffer.js test: cleanup test-buffer-sharedarraybuffer 2017-10-25 04:09:45 -04:00
test-buffer-slice.js test: simplify test-buffer-slice.js 2018-02-12 19:28:33 -05:00
test-buffer-slow.js
test-buffer-swap.js
test-buffer-tostring-range.js
test-buffer-write-noassert.js
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js test: changed buffer-zero output 2017-10-25 04:09:45 -04:00
test-buffer.js buffer: avoid overrun on UCS-2 string write 2018-08-15 17:48:34 +10: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-02-12 19:28:34 -05: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: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js test: remove envPlus, use Object.assign everywhere 2017-09-25 23:42:31 -04:00
test-child-process-exec-cwd.js
test-child-process-exec-encoding.js
test-child-process-exec-env.js test: remove envPlus, use Object.assign everywhere 2017-09-25 23:42:31 -04:00
test-child-process-exec-error.js
test-child-process-exec-maxBuffer.js
test-child-process-exec-stdout-stderr-data-string.js test: use common module API in test-child-process-exec-stdout-stderr-data-string 2018-02-12 19:28:25 -05:00
test-child-process-exec-timeout.js test: update a few tests to work on OpenBSD 2018-04-13 00:02:18 -04:00
test-child-process-execfile.js test: verify the shell option works properly on execFile 2018-03-29 23:25:36 -04:00
test-child-process-exit-code.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-flush-stdio.js
test-child-process-fork-and-spawn.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-child-process-fork-close.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-fork-dgram.js
test-child-process-fork-exec-argv.js test: utilize common.mustCall() on child exit 2017-12-19 15:23:45 -05:00
test-child-process-fork-exec-path.js
test-child-process-fork-net.js
test-child-process-fork-net2.js test: improve to use template string 2018-02-12 19:28:29 -05:00
test-child-process-fork-no-shell.js test: add test for fork() + shell 2017-11-28 13:09:54 +09:00
test-child-process-fork-ref.js
test-child-process-fork-ref2.js
test-child-process-fork-regr-gh-2847.js
test-child-process-fork-stdio.js
test-child-process-fork.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-fork3.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-internal.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-child-process-ipc.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-kill.js
test-child-process-recv-handle.js
test-child-process-send-after-close.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-send-cb.js test: replace function with arrow function 2017-12-19 22:12:24 +00:00
test-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-send-type-error.js
test-child-process-send-utf8.js
test-child-process-set-blocking.js
test-child-process-silent.js test: fix typo 2017-11-28 13:10:54 +09:00
test-child-process-spawn-argv0.js
test-child-process-spawn-error.js
test-child-process-spawn-shell.js
test-child-process-spawn-typeerror.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04: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: refactor comments in test-child-process-spawnsync-maxbuf 2017-11-28 13:11:06 +09:00
test-child-process-spawnsync-shell.js
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync.js test: use default assertion message 2017-11-28 13:10:59 +09:00
test-child-process-stdin-ipc.js
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js test: clean up inappropriate language 2017-12-19 15:58:56 -05:00
test-child-process-stdio-inherit.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-child-process-stdout-flush.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-child-process-uid-gid.js
test-child-process-validate-stdio.js
test-cli-eval-event.js
test-cli-eval.js test: escape script filename on Windows 2017-11-28 13:10:21 +09:00
test-cli-node-options.js src: whitelist v8 options with '_' or '-' 2017-11-28 13:09:53 +09:00
test-cli-syntax.js test: make test-cli-syntax engine agnostic 2018-02-13 02:00:24 -05:00
test-cluster-basic.js test: add missing spaces in concatenations 2017-11-28 13:10:33 +09:00
test-cluster-bind-privileged-port.js
test-cluster-bind-twice.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
test-cluster-dgram-reuse.js
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-exitedAfterDisconnect-race.js test: refactor exitedAfterDisconnect test 2017-11-14 12:52:09 -05:00
test-cluster-disconnect-handles.js
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js test: changes to use template literal 2017-10-25 04:09:45 -04:00
test-cluster-disconnect-unshared-tcp.js
test-cluster-disconnect-unshared-udp.js
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js
test-cluster-eaddrinuse.js
test-cluster-fork-env.js test: add a test description 2017-11-28 13:11:06 +09:00
test-cluster-fork-stdio.js
test-cluster-http-pipe.js
test-cluster-invalid-message.js
test-cluster-ipc-throw.js
test-cluster-listening-port.js
test-cluster-master-error.js
test-cluster-master-kill.js test: improve template value for test message 2017-11-28 13:11:05 +09:00
test-cluster-message.js test: wrap callback in common.mustCall 2017-12-19 15:54:06 -05:00
test-cluster-net-listen.js
test-cluster-net-send.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-cluster-process-disconnect.js test: assert.strictEqual using template literals 2017-10-25 04:09:45 -04:00
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js
test-cluster-send-deadlock.js test: updated error message 2017-10-25 04:09:45 -04:00
test-cluster-send-handle-twice.js test: replace error msg w/ template literal 2017-10-25 04:09:45 -04:00
test-cluster-server-restart-none.js test: update output to include exit code & signal 2017-11-28 13:10:33 +09:00
test-cluster-server-restart-rr.js test: replace literal with template string 2017-10-25 04:09:45 -04:00
test-cluster-setup-master-argv.js
test-cluster-setup-master-cumulative.js test: remove message argument in cluster setup test 2017-11-28 13:10:59 +09:00
test-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js
test-cluster-setup-master.js test: refactor test-cluster-setup-master 2017-11-28 13:10:28 +09:00
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: improve assert message 2017-11-28 13:10:10 +09:00
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js test: imporove assert messages 2017-11-28 13:10:50 +09:00
test-cluster-worker-events.js
test-cluster-worker-exit.js
test-cluster-worker-forced-exit.js
test-cluster-worker-init.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js test: expand error message 2017-11-28 13:10:38 +09:00
test-cluster-worker-kill.js
test-cluster-worker-no-exit.js
test-cluster-worker-wait-server-close.js
test-common-countdown.js
test-common-must-not-call.js test: make common.mustNotCall show file:linenumber 2018-03-29 23:25:34 -04:00
test-common.js test: replace fixtureDir with fixtures.path 2017-11-28 13:10:03 +09:00
test-console-clear.js console: add console.count() and console.clear() 2018-02-12 19:28:05 -05:00
test-console-count.js console: add console.count() and console.clear() 2018-02-12 19:28:05 -05:00
test-console-instance.js
test-console-not-call-toString.js
test-console.js
test-constants.js
test-crypto-authenticated.js crypto: warn on invalid authentication tag length 2018-02-12 19:28:39 -05:00
test-crypto-binary-default.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-crypto-certificate.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-crypto-cipher-decipher.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-crypto-cipheriv-decipheriv.js test: change crypto decipheriv assertion messages 2017-11-28 13:10:24 +09:00
test-crypto-classes.js test: fix flaky test-crypto-classes.js 2018-02-12 19:28:06 -05:00
test-crypto-deprecated.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-crypto-dh-odd-key.js
test-crypto-dh.js
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-engine.js
test-crypto-fips.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-crypto-from-binary.js test: update test-crypto-from-binary 2017-11-28 13:10:17 +09:00
test-crypto-hash-stream-pipe.js
test-crypto-hash.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-crypto-hmac.js
test-crypto-lazy-transform-writable.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-pbkdf2.js
test-crypto-random.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-crypto-rsa-dsa.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-crypto-sign-verify.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-crypto-stream.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-crypto-verify-failure.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-crypto.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-cwd-enoent-preload.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-cwd-enoent-repl.js
test-cwd-enoent.js
test-debug-agent.js
test-debug-args.js
test-debug-mirror-proxy.js
test-debug-prompt.js
test-debug-protocol-execute.js
test-debug-uncaught-exception-async.js
test-debug-uncaught-exception.js
test-debug-usage.js
test-debugger-client-addhandle.js
test-debugger-pid.js
test-delayed-require.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-dgram-address.js
test-dgram-bind-default-address.js
test-dgram-bind.js
test-dgram-bytes-length.js
test-dgram-close-in-listening.js
test-dgram-close-is-not-callback.js
test-dgram-close.js
test-dgram-create-socket-handle.js
test-dgram-error-message-address.js
test-dgram-exclusive-implicit-bind.js
test-dgram-implicit-bind.js
test-dgram-listen-after-bind.js
test-dgram-membership.js test: allow tests to pass without internet 2017-11-28 13:11:08 +09:00
test-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface-lo.js dgram: added setMulticastInterface() 2018-02-12 19:28:05 -05:00
test-dgram-multicast-set-interface.js test: don't skip when common.mustCall() is pending 2018-02-12 19:28:05 -05:00
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-ref.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-dgram-regress-4496.js
test-dgram-send-bad-arguments.js
test-dgram-send-callback-buffer-length.js
test-dgram-send-callback-buffer.js
test-dgram-send-callback-multi-buffer.js
test-dgram-send-callback-recursive.js test: improve assertion message in dgram test 2017-11-28 13:10:13 +09:00
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-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-udp4.js
test-dgram-udp6-send-default-host.js
test-dgram-unref.js
test-dh-padding.js
test-dns-lookup.js
test-dns-regress-6244.js
test-dns-regress-7070.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-dns.js
test-domain-abort-on-uncaught.js
test-domain-bind-timeout.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-crypto.js crypto: add randomFill and randomFillSync 2018-02-12 19:28:00 -05:00
test-domain-ee-implicit.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-ee.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-enter-exit.js
test-domain-error-types.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-exit-dispose-again.js
test-domain-exit-dispose.js
test-domain-from-timer.js
test-domain-fs-enoent-stream.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-http-server.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-domain-implicit-binding.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-implicit-fs.js
test-domain-intercept.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-multi.js
test-domain-multiple-errors.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
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 2018-02-12 19:28:21 -05:00
test-domain-run.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-safe-exit.js test: improve assertion messages 2017-11-28 13:11:02 +09:00
test-domain-stack-empty-in-process-uncaughtexception.js
test-domain-stack.js
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-domain-timer.js test: split up and refactor test-domain 2017-11-28 13:10:32 +09:00
test-domain-timers-uncaught-exception.js
test-domain-timers.js
test-domain-top-level-error-handler-clears-stack.js
test-domain-top-level-error-handler-throw.js
test-domain-uncaught-exception.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-domain-with-abort-on-uncaught-exception.js
test-dsa-fips-invalid-key.js test: remove common.fixturesDir 2017-11-28 13:09:59 +09:00
test-env-var-no-warnings.js test: preserve env in test cases 2018-02-27 02:16:33 -05:00
test-error-reporting.js
test-eslint-lowercase-name-for-primitive.js tools: autofixer for lowercase-name-for-primitive 2018-02-12 19:28:26 -05:00
test-eslint-number-isnan.js tools: add number-isnan rule 2018-02-26 22:56:42 -05:00
test-eval-require.js test: use common.fixtures module 2017-11-28 13:10:26 +09:00
test-eval.js
test-event-emitter-add-listeners.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-event-emitter-check-listener-leaks.js
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: remove common.fail() 2017-10-25 04:09:42 -04:00
test-event-emitter-listeners.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-event-emitter-max-listeners-warning-for-null.js
test-event-emitter-max-listeners-warning-for-symbol.js
test-event-emitter-max-listeners-warning.js
test-event-emitter-max-listeners.js
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-event-emitter-prepend.js
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js
test-event-emitter-subclass.js
test-event-emitter-symbols.js
test-events-list.js
test-exception-handler.js
test-exception-handler2.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-file-read-noexist.js test: switch to fixtures module 2017-11-28 13:10:06 +09:00
test-file-write-stream.js
test-file-write-stream2.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-file-write-stream3.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-fs-access.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-fs-append-file-sync.js
test-fs-append-file.js
test-fs-buffer.js
test-fs-buffertype-writesync.js
test-fs-chmod.js
test-fs-empty-readStream.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-fs-error-messages.js test: use fixtures module 2017-11-28 13:10:37 +09:00
test-fs-exists.js test: increase fs.exists coverage 2017-11-28 13:10:51 +09:00
test-fs-fsync.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-fs-link.js
test-fs-long-path.js
test-fs-make-callback.js
test-fs-makeStatsCallback.js
test-fs-mkdir-rmdir.js
test-fs-mkdir.js test: remove unlink function which is needless 2017-12-19 16:11:10 -05:00
test-fs-mkdtemp.js
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js
test-fs-open-flags.js
test-fs-open-numeric-flags.js
test-fs-open.js
test-fs-read-buffer-tostring-fail.js
test-fs-read-buffer-zero-length.js
test-fs-read-buffer.js
test-fs-read-file-assert-encoding.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-fs-read-stream-encoding.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-fs-read-stream-fd.js
test-fs-read-stream-inherit.js test: replace fixturesDir with fixtures methods 2017-11-28 13:10:25 +09:00
test-fs-read-stream-resume.js test: normalize fixtures use 2017-11-28 13:10:09 +09:00
test-fs-read-stream-throw-type-error.js test: change fixturesDir to fixtures.path 2017-11-28 13:10:02 +09:00
test-fs-read-stream.js fs: fix createReadStream(…, {end: n}) for non-seekable fds 2018-03-29 23:25:34 -04:00
test-fs-read-zero-length.js test: use common.fixtures module for file path 2017-11-28 13:10:03 +09:00
test-fs-read.js test: replace fixtureDir with fixtures methods 2017-11-28 13:10:27 +09:00
test-fs-readdir-ucs2.js
test-fs-readdir.js
test-fs-readfile-empty.js test: add test description to fs.readFile tests 2018-02-12 19:28:13 -05:00
test-fs-readfile-error.js test: add test description to fs.readFile tests 2018-02-12 19:28:13 -05:00
test-fs-readfile-fd.js test: add test description to fs.readFile tests 2018-02-12 19:28:13 -05:00
test-fs-readfile-pipe-large.js
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js test: add test description to fs.readFile tests 2018-02-12 19:28:13 -05:00
test-fs-readfile-zero-byte-liar.js test: add test description to fs.readFile tests 2018-02-12 19:28:13 -05:00
test-fs-readfilesync-pipe-large.js
test-fs-realpath-buffer-encoding.js test: replace common.fixturesDir with fixtures module 2017-11-28 13:10:56 +09:00
test-fs-realpath-on-substed-drive.js test: used fixturesDir from fixtures modules 2017-11-28 13:11:06 +09:00
test-fs-realpath.js test: use fixtures module in test-fs-realpath.js 2017-11-28 13:10:51 +09:00
test-fs-sir-writes-alot.js
test-fs-stat.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-fs-stream-double-close.js
test-fs-symlink-dir-junction-relative.js test: use fixtures.fixturesDir 2017-11-28 13:10:18 +09:00
test-fs-symlink-dir-junction.js test: use common/fixtures in fs-symlink test 2017-11-28 13:10:12 +09:00
test-fs-symlink.js
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js
test-fs-truncate-fd.js
test-fs-truncate-GH-6233.js
test-fs-truncate-sync.js
test-fs-truncate.js
test-fs-utimes.js
test-fs-watch-encoding.js
test-fs-watch-enoent.js
test-fs-watch-recursive.js
test-fs-watchfile.js
test-fs-write-buffer.js fs: Fix default params for fs.write(Sync) 2017-10-25 04:09:42 -04:00
test-fs-write-file-buffer.js
test-fs-write-file-invalid-path.js
test-fs-write-file-sync.js
test-fs-write-file.js
test-fs-write-no-fd.js
test-fs-write-stream-autoclose-option.js
test-fs-write-stream-change-open.js
test-fs-write-stream-encoding.js test: replace common.fixturesDir with fixtures. 2017-11-28 13:09:56 +09:00
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-throw-type-error.js
test-fs-write-stream.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-fs-write-string-coerce.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-fs-write-sync.js fs: Fix default params for fs.write(Sync) 2017-10-25 04:09:42 -04:00
test-fs-write.js
test-global-console-exists.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-global.js
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed-tty.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-04-13 03:52:33 +01:00
test-http-abort-client.js
test-http-abort-queued-2.js
test-http-abort-queued.js
test-http-after-connect.js
test-http-agent-destroyed-socket.js
test-http-agent-error-on-idle.js
test-http-agent-false.js
test-http-agent-getname.js
test-http-agent-keepalive.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-http-agent-maxsockets-regress-4050.js
test-http-agent-maxsockets.js test: make test-http-agent-maxsockets robust 2017-10-25 04:09:43 -04:00
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent.js test: use common.crashOnUnhandledRejection 2017-12-19 16:01:26 -05:00
test-http-allow-req-after-204-res.js test: refactored test-http-allow-req-after-204-res to countdown 2017-12-20 00:03:45 +00:00
test-http-automatic-headers.js
test-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
test-http-byteswritten.js
test-http-catch-uncaughtexception.js
test-http-chunk-problem.js
test-http-chunked-304.js
test-http-chunked.js
test-http-client-abort-event.js
test-http-client-abort-no-agent.js
test-http-client-abort-unix-socket.js
test-http-client-abort.js
test-http-client-abort2.js
test-http-client-aborted-event.js
test-http-client-agent.js test: Update test-http-client-agent to use countdown timer 2017-12-19 22:23:49 +00:00
test-http-client-default-headers-exist.js
test-http-client-encoding.js
test-http-client-get-url.js
test-http-client-invalid-path.js http: disallow two-byte characters in URL path 2018-11-27 14:29:28 +11:00
test-http-client-keep-alive-release-before-finish.js
test-http-client-parse-error.js
test-http-client-pipe-end.js
test-http-client-race-2.js
test-http-client-race.js
test-http-client-read-in-error.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-http-client-readable.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-response-domain.js
test-http-client-timeout-agent.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-http-client-timeout-event.js
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-unix-socket-no-agent.js http: make socketPath work with no agent 2018-04-13 00:17:54 -04:00
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js http: allow _httpMessage to be GC'ed 2018-04-13 00:11:32 -04:00
test-http-content-length.js test: update test-http-content-length to use countdown 2018-02-12 19:28:17 -05:00
test-http-contentLength0.js
test-http-createConnection.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-date-header.js test: change callback function to arrow function 2018-02-12 19:28:16 -05:00
test-http-default-encoding.js test: change callback function to arrow function 2018-02-12 19:28:16 -05:00
test-http-default-port.js test: replace fixturesDir with the fixtures module 2017-11-28 13:10:25 +09:00
test-http-destroyed-socket-write2.js
test-http-dns-error.js
test-http-double-content-length.js
test-http-end-throw-socket-handling.js test: refactored http test to use countdown 2017-12-19 22:25:42 +00:00
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-expect-continue.js
test-http-expect-handling.js
test-http-extra-response.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-http-flush-headers.js
test-http-flush-response-headers.js
test-http-flush.js
test-http-full-response.js
test-http-get-pipeline-problem.js test: use fixtures module in test 2017-11-28 13:10:06 +09:00
test-http-head-request.js
test-http-head-response-has-no-body-end.js
test-http-head-response-has-no-body.js
test-http-header-obstext.js
test-http-header-read.js
test-http-hex-write.js
test-http-host-header-ipv6-fail.js
test-http-host-headers.js
test-http-incoming-matchKnownFields.js
test-http-incoming-pipelined-socket-destroy.js test: use Countdown in http test 2017-12-20 01:00:14 +00:00
test-http-invalid-path-chars.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-invalid-urls.js
test-http-invalidheaderfield.js
test-http-invalidheaderfield2.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive.js
test-http-keepalive-client.js
test-http-keepalive-override.js http: overridable keep-alive behavior of Agent 2018-02-12 19:28:12 -05:00
test-http-keepalive-request.js
test-http-legacy.js
test-http-listening.js
test-http-localaddress-bind-error.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-localaddress.js
test-http-malformed-request.js test: use common.mustCall in test-http-malformed-request 2017-12-20 00:28:12 +00:00
test-http-many-ended-pipelines.js
test-http-max-header-size.js http: fix error check in Execute() 2019-03-11 14:38:28 +00:00
test-http-max-headers-count.js deps,http: http_parser set max header size to 8KB 2018-11-27 14:29:27 +11:00
test-http-methods.js deps: upgrade http-parser to v2.8.0 2018-03-27 19:54:14 -04:00
test-http-multi-line-headers.js
test-http-mutable-headers.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-no-content-length.js
test-http-no-read-no-dump.js
test-http-outgoing-finish.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-http-outgoing-first-chunk-singlebyte-encoding.js
test-http-outgoing-proto.js
test-http-parser-bad-ref.js
test-http-parser-free.js test: Update test-http-parser-free to use countdown timer 2017-12-19 22:24:17 +00:00
test-http-parser-freed-before-upgrade.js http: free the parser before emitting 'upgrade' 2018-03-29 23:25:35 -04:00
test-http-parser.js
test-http-pause-resume-one-end.js
test-http-pause.js test: replace function with ES6 arrow function 2017-12-19 22:35:12 +00:00
test-http-pipe-fs.js test: update test/parallel/test-http-pipe-fs.js to use countdown 2017-12-20 00:03:16 +00:00
test-http-pipeline-flood.js test: fix flaky test-http-pipeline-flood 2018-02-12 19:28:34 -05:00
test-http-pipeline-regr-2639.js test: Use common.mustCall in http test 2017-12-20 00:56:04 +00:00
test-http-pipeline-regr-3332.js test: Use countdown in test file 2018-02-12 19:28:17 -05:00
test-http-pipeline-regr-3508.js
test-http-proxy.js
test-http-raw-headers.js
test-http-regr-gh-2821.js
test-http-remove-header-stays-removed.js
test-http-request-dont-override-options.js test: update test-http-request-dont-override-options to use common.mustCall 2017-12-20 00:30:52 +00:00
test-http-request-end-twice.js
test-http-request-end.js
test-http-request-invalid-method-error.js
test-http-request-methods.js
test-http-res-write-after-end.js
test-http-res-write-end-dont-take-array.js
test-http-response-add-header-after-sent.js
test-http-response-close.js
test-http-response-multi-content-length.js test: use Countdown in http test 2017-12-20 00:26:10 +00:00
test-http-response-multiheaders.js test: update test-http-response-multiheaders to use countdown 2017-12-20 00:23:04 +00:00
test-http-response-no-headers.js
test-http-response-readable.js
test-http-response-remove-header-after-sent.js
test-http-response-splitting.js test: refactored test-http-response-splitting to use countdown 2017-12-19 23:31:39 +00:00
test-http-response-status-message.js test: use countdown timer 2018-02-27 01:12:16 -05:00
test-http-response-statuscode.js test: use Countdown in http-response-statuscode 2017-12-20 00:57:36 +00:00
test-http-same-map.js
test-http-server-client-error.js
test-http-server-keep-alive-timeout-slow-client-headers.js http: fix timeout reset after keep-alive timeout 2019-02-28 16:55:53 +11:00
test-http-server-keep-alive-timeout-slow-server.js http: fix timeout reset after keep-alive timeout 2019-02-28 16:55:53 +11:00
test-http-server-keep-alive-timeout.js test: refactor test-http-server-keep-alive-timeout 2019-02-28 16:55:53 +11:00
test-http-server-multiheaders.js
test-http-server-multiheaders2.js
test-http-server-reject-chunked-with-content-length.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-server-reject-cr-no-lf.js
test-http-server-stale-close.js test: remove envPlus, use Object.assign everywhere 2017-09-25 23:42:31 -04:00
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server.js
test-http-set-cookies.js test: use Countdown in test-http-set-cookies 2017-12-20 00:57:10 +00:00
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js test: update test-http-should-keep-alive to use countdown 2017-12-20 01:08:38 +00:00
test-http-slow-headers-keepalive.js http: prevent slowloris with keepalive connections 2019-02-28 16:55:53 +11:00
test-http-slow-headers.js http,https: protect against slow headers attack 2018-11-27 14:29:28 +11:00
test-http-status-code.js
test-http-status-message.js
test-http-status-reason-invalid-chars.js test: update test-http-status-reason-invalid-chars to use countdown 2017-12-20 00:12:26 +00:00
test-http-timeout-overflow.js
test-http-timeout.js
test-http-unix-socket.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-client.js test: update test-http-upgrade-client to use countdown 2017-12-20 00:14:56 +00:00
test-http-upgrade-client2.js test: update http test client function signatures 2017-11-28 13:10:04 +09:00
test-http-upgrade-reconsume-stream.js
test-http-upgrade-server.js
test-http-upgrade-server2.js
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js test: update 'fixturesDir' refs in a test file 2017-11-28 13:09:55 +09:00
test-http-url.parse-only-support-http-https-protocol.js
test-http-url.parse-path.js
test-http-url.parse-post.js
test-http-url.parse-search.js
test-http-wget.js
test-http-write-callbacks.js
test-http-write-empty-string.js
test-http-write-head.js
test-http-zero-length-write.js
test-http.js
test-https-agent-constructor.js
test-https-agent-create-connection.js test: use fixtures.readKey in https-agent test 2017-11-28 13:09:55 +09:00
test-https-agent-disable-session-reuse.js test: use fixtures module 2017-11-28 13:10:52 +09:00
test-https-agent-getname.js https: Use secureProtocol in Agent#getName 2017-11-14 13:44:54 -05:00
test-https-agent-secure-protocol.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-https-agent-servername.js test: update fixturesDir to fixtures.readKey 2017-11-28 13:09:56 +09:00
test-https-agent-session-eviction.js test: use common.fixtures module 2017-11-28 13:10:22 +09:00
test-https-agent-session-reuse.js
test-https-agent-sni.js test: replaced common.fixturesDir with readKey 2017-11-28 13:09:57 +09:00
test-https-agent-sockets-leak.js test: replace common.fixtures with fixtures module 2017-11-28 13:10:11 +09:00
test-https-agent.js test: use common/fixtures in test-https-agent 2017-11-28 13:10:15 +09:00
test-https-byteswritten.js test: replace fixturesDir with fixtures method 2017-11-28 13:10:10 +09:00
test-https-client-checkServerIdentity.js test: use common.fixtures in checkServerIdentity 2017-11-28 13:09:58 +09:00
test-https-client-get-url.js test: replaced common.fixturesDir with readKey 2017-11-28 13:09:58 +09:00
test-https-client-reject.js test: replace fixturesDir with common.fixtures 2017-11-28 13:09:55 +09:00
test-https-client-resume.js test: replace fixturesDir with fixtures module 2017-11-28 13:10:41 +09:00
test-https-close.js test: use common/fixtures in test-https-close 2017-11-28 13:10:16 +09:00
test-https-connect-address-family.js test: allow for different nsswitch.conf settings 2017-11-28 13:10:45 +09:00
test-https-connecting-to-http.js
test-https-drain.js test: use fixtures.readSync 2017-11-28 13:10:19 +09:00
test-https-eof-for-eom.js test: replace fixturesDir with fixtures module 2017-11-28 13:10:00 +09:00
test-https-foafssl.js test: use common fixtures module 2017-11-28 13:10:15 +09:00
test-https-host-headers.js test: replaced fixturesDir with common.fixtures 2017-11-28 13:09:59 +09:00
test-https-localaddress-bind-error.js test: use fixtures module 2017-11-28 13:10:51 +09:00
test-https-localaddress.js test: use fixtures in test-https-localaddress.js 2017-11-28 13:10:12 +09:00
test-https-pfx.js test: use fixtures module in test-https-pfx 2017-11-14 11:54:24 -05:00
test-https-req-split.js
test-https-resume-after-renew.js test: fixturesDir replaced to fixtures module 2017-11-28 13:10:08 +09:00
test-https-server-keep-alive-timeout.js test: improve test-https-server-keep-alive-timeout 2019-02-28 16:55:53 +11:00
test-https-set-timeout-server.js test: use fixtures in test-https-set-timeout-server 2017-11-28 13:10:17 +09:00
test-https-simple.js test: use fixtures module instead of common 2017-11-28 13:10:01 +09:00
test-https-slow-headers.js http,https: protect against slow headers attack 2018-11-27 14:29:28 +11:00
test-https-socket-options.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-https-strict.js test: switch to use common.fixtures.fixturesDir 2017-11-28 13:10:22 +09:00
test-https-timeout-server-2.js test: fs.readFileSync -> fixtures.readKey 2017-11-28 13:10:14 +09:00
test-https-timeout-server.js test: use fixtures.readKey in https-timeout-server 2017-11-28 13:10:43 +09:00
test-https-timeout.js test: replaces fixturesDir with fixtures 2017-11-28 13:10:24 +09:00
test-https-truncate.js test: fix linting error 2017-12-19 16:03:48 -05:00
test-https-unix-socket-self-signed.js test: use fixtures module 2017-11-28 13:10:03 +09:00
test-icu-punycode.js url: update IDNA handling 2018-02-12 19:28:10 -05:00
test-instanceof.js
test-internal-modules-expose.js
test-internal-modules.js test: replace fixturesDir with common.fixtures 2017-11-28 13:09:56 +09:00
test-internal-socket-list-receive.js
test-internal-socket-list-send.js
test-internal-util-normalizeencoding.js
test-internal-util-toInteger.js
test-internal-util-toLength.js
test-intl-v8BreakIterator.js test: add common.hasIntl 2018-02-12 19:28:10 -05:00
test-intl.js test: add common.hasIntl 2018-02-12 19:28:10 -05:00
test-js-stream-call-properties.js
test-listen-fd-cluster.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js test: improve flaky test-listen-fd-ebadf.js 2018-02-12 19:28:38 -05:00
test-listen-fd-server.js
test-memory-usage-emfile.js
test-memory-usage.js
test-microtask-queue-integration-domain.js test: use common.crashOnUnhandledRejection 2017-12-19 21:51:06 +00:00
test-microtask-queue-integration.js test: use crashOnUnhandledRejection 2017-12-19 15:59:55 -05:00
test-microtask-queue-run-domain.js test: use crashOnUnhandledRejection 2017-12-19 16:03:05 -05:00
test-microtask-queue-run-immediate-domain.js test: use common.crashOnUnhandledRejection 2017-12-19 21:51:53 +00:00
test-microtask-queue-run-immediate.js test: use common.crashOnUnhandledRejection 2017-12-19 15:59:30 -05:00
test-microtask-queue-run.js test: use common.crashOnUnhandledRejection() 2017-12-19 16:18:21 -05:00
test-mkdtemp-sync-prefix-check.js
test-module-builtin.js module: add builtinModules 2018-02-12 19:28:12 -05:00
test-module-circular-symlinks.js
test-module-globalpaths-nodepath.js
test-module-loading-error.js test: update windows module load error message 2017-10-25 04:09:43 -04:00
test-module-loading-globalpaths.js test: move to common.fixtures 2017-11-28 13:10:23 +09:00
test-module-nodemodulepaths.js
test-module-relative-lookup.js
test-module-require-depth.js test: replace common.fixturesDir w/common.fixtures 2017-11-28 13:10:09 +09:00
test-module-symlinked-peer-modules.js
test-module-version.js
test-net-access-byteswritten.js
test-net-after-close.js
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js test: allow for different nsswitch.conf settings 2017-11-28 13:10:45 +09:00
test-net-binary.js
test-net-bind-twice.js
test-net-buffersize.js
test-net-bytes-read.js
test-net-bytes-stats.js
test-net-can-reset-timeout.js
test-net-connect-after-destroy.js test: rename regression tests 2018-02-12 19:28:34 -05:00
test-net-connect-buffer.js
test-net-connect-handle-econnrefused.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js test: allow for different nsswitch.conf settings 2017-11-28 13:10:45 +09:00
test-net-connect-options-ipv6.js
test-net-connect-options.js
test-net-connect-paused-connection.js
test-net-create-connection.js
test-net-dns-custom-lookup.js
test-net-dns-error.js test: update a few tests to work on OpenBSD 2018-04-13 00:02:18 -04:00
test-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js
test-net-eaddrinuse.js
test-net-end-close.js
test-net-end-without-connect.js
test-net-error-twice.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
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-02-12 19:28:34 -05:00
test-net-listen-close-server-callback-is-not-function.js
test-net-listen-close-server.js
test-net-listen-error.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js
test-net-listen-port-option.js
test-net-listening.js
test-net-local-address-port.js
test-net-localerror.js
test-net-localport.js
test-net-options-lookup.js
test-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js net: return this from getConnections() 2018-02-12 19:28:04 -05:00
test-net-pipe-connect-errors.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-net-reconnect.js
test-net-remote-address-port.js
test-net-server-close.js
test-net-server-connections.js
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js test: add common.crashOnHandleRejection 2017-12-19 16:17:26 -05:00
test-net-server-max-connections.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-net-server-options.js
test-net-server-pause-on-connect.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-net-server-try-ports.js
test-net-server-unref-persistent.js
test-net-server-unref.js
test-net-settimeout.js
test-net-socket-connecting.js
test-net-socket-destroy-twice.js
test-net-socket-local-address.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js
test-net-socket-write-after-close.js
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-timeout-no-handle.js net: fix timeout with null handle 2018-01-02 14:06:34 -05:00
test-net-write-after-close.js
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: remove common.fail() 2017-10-25 04:09:42 -04:00
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: remove common.fail() 2017-10-25 04:09:42 -04:00
test-next-tick.js
test-no-enter-tickcallback.js
test-npm-install.js test: replace fs.accessSync with fs.existsSync 2017-12-20 00:51:44 +00:00
test-openssl-ca-options.js src: add --use-bundled-ca --use-openssl-ca check 2018-02-12 19:28:08 -05:00
test-os-homedir-no-envvar.js
test-os-userinfo-handles-getter-errors.js test: rename regression tests 2018-02-12 19:28:34 -05:00
test-os.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-path-basename.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-dirname.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-extname.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-isabsolute.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-join.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-makelong.js test: replaced fixturesDir with fixtures module 2017-11-28 13:10:01 +09:00
test-path-normalize.js path: fix path.normalize for relative paths 2018-02-27 00:25:10 -05:00
test-path-parse-format.js
test-path-relative.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-path-resolve.js test: replaced fixturesDir with fixtures module 2017-11-28 13:10:00 +09:00
test-path-zero-length-strings.js
test-path.js test: split path tests into multiple files 2017-10-25 04:09:43 -04:00
test-pipe-address.js
test-pipe-file-to-http.js
test-pipe-head.js test: use of fixtures in test-pipe-head 2017-11-28 13:10:13 +09:00
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js test: fix flaky test-pipe-unref 2018-02-12 19:28:33 -05:00
test-pipe-writev.js
test-preload.js test: use common.fixtures module in test-preload 2017-11-28 13:09:59 +09:00
test-process-argv-0.js
test-process-assert.js
test-process-before-exit.js
test-process-binding.js
test-process-chdir.js
test-process-config.js src: add openssl-system-ca-path configure option 2018-02-12 19:28:12 -05:00
test-process-constants-noatime.js
test-process-cpuUsage.js
test-process-emit.js test: use Number.isNaN() 2017-12-19 21:58:19 +00:00
test-process-emitwarning.js
test-process-env-windows-error-reset.js process: fix reading zero-length env vars on win32 2018-03-29 23:25:38 -04:00
test-process-env.js
test-process-exec-argv.js
test-process-execpath.js
test-process-exit-code.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-process-exit-from-before-exit.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-process-exit-recursive.js
test-process-exit.js
test-process-getactivehandles.js
test-process-getactiverequests.js
test-process-geteuid-getegid.js
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js test: refactor test-process-kill-null 2017-11-28 13:10:34 +09:00
test-process-kill-pid.js
test-process-next-tick.js
test-process-no-deprecation.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-process-ppid.js src: add process.ppid 2018-02-12 19:28:08 -05:00
test-process-prototype.js
test-process-raw-debug.js test: clean up inappropriate language 2017-12-19 15:58:56 -05:00
test-process-redirect-warnings-env.js test: fixtures in test-process-redirect-warnings-env 2017-11-28 13:10:20 +09:00
test-process-redirect-warnings.js test: fixtures in test-process-redirect-warnings 2017-11-28 13:10:18 +09:00
test-process-release.js
test-process-remove-all-signal-listeners.js
test-process-setuid-setgid.js
test-process-versions.js n-api: expose n-api version in process.versions 2018-04-16 17:46:13 -04:00
test-process-wrap.js
test-promises-unhandled-proxy-rejections.js promises: more robust stringification 2018-02-12 19:28:11 -05:00
test-promises-unhandled-rejections.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-promises-warning-on-unhandled-rejection.js
test-punycode.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-querystring-escape.js
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js
test-readdouble.js tools: add number-isnan rule 2018-02-26 22:56:42 -05:00
test-readfloat.js test: make use of Number.isNaN to test-readfloat.js 2017-12-19 22:12:59 +00:00
test-readint.js
test-readline-emit-keypress-events.js
test-readline-interface.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-readline-keys.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
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-1531.js test: update test to use fixtures.readKey 2017-11-28 13:10:57 +09:00
test-regress-GH-2245.js
test-regress-GH-3238.js
test-regress-GH-3542.js
test-regress-GH-3739.js
test-regress-GH-4256.js
test-regress-GH-4948.js
test-regress-GH-5051.js
test-regress-GH-5727.js
test-regress-GH-5927.js
test-regress-GH-6235.js
test-regress-GH-9819.js
test-regress-GH-11480.js
test-regress-GH-io-1068.js
test-regress-GH-io-1811.js
test-regress-GH-node-9326.js
test-regression-object-prototype.js
test-repl-.editor.js
test-repl-.save.load.js
test-repl-autolibs.js
test-repl-console.js
test-repl-context.js
test-repl-definecommand.js test: refactor test-repl-definecommand 2018-02-12 19:28:24 -05:00
test-repl-domain.js
test-repl-end-emits-exit.js
test-repl-envvars.js test: fix test-repl-envvars 2019-03-07 11:26:14 +00:00
test-repl-eval-scope.js
test-repl-eval.js
test-repl-harmony.js
test-repl-history-perm.js test: include file mode in assert message 2017-11-28 13:10:58 +09:00
test-repl-load-multiline.js test: use common.crashOnUnhandledRejection 2017-12-19 21:35:34 +00:00
test-repl-mode.js
test-repl-null.js
test-repl-options.js
test-repl-persistent-history.js
test-repl-recoverable.js
test-repl-require-cache.js
test-repl-require-context.js test: update test to use fixtures 2017-11-28 13:10:55 +09:00
test-repl-require.js test: replaces common.fixturesDir usage 2017-11-28 13:10:08 +09:00
test-repl-reset-event.js test: improve assert messages in repl-reset-event 2017-12-20 01:10:33 +00:00
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.js
test-repl-syntax-error-handling.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-repl-syntax-error-stack.js test: replace fixturesDir with fixtures module 2017-11-28 13:10:02 +09:00
test-repl-tab-complete-crash.js
test-repl-tab-complete.js test: add common.hasIntl 2018-02-12 19:28:10 -05:00
test-repl-tab.js
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js
test-repl-use-global.js
test-repl.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-require-cache.js
test-require-dot.js test: improve assertion in test-require-dot 2017-11-28 13:11:01 +09:00
test-require-exceptions.js test: change common.fixturesDir to fixtures.path 2017-11-28 13:10:33 +09:00
test-require-extensions-main.js test: add values to error message 2017-11-28 13:11:00 +09:00
test-require-extensions-same-filename-as-dir-trailing-slash.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-require-extensions-same-filename-as-dir.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-require-invalid-package.js
test-require-json.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-require-long-path.js
test-require-nul.js
test-require-process.js
test-require-resolve.js
test-require-symlink.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-require-unicode.js
test-setproctitle.js test: update a few tests to work on OpenBSD 2018-04-13 00:02:18 -04:00
test-sigint-infinite-loop.js
test-signal-handler.js
test-signal-safety.js
test-signal-unregister.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js lib: return this from net.Socket.end() 2018-02-12 19:28:04 -05:00
test-spawn-cmd-named-pipe.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-stdin-child-proc.js
test-stdin-from-file.js test: replace fixturesDir with fixtures 2017-11-28 13:10:00 +09: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.js test: remove envPlus, use Object.assign everywhere 2017-09-25 23:42:31 -04:00
test-stdio-closed.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-stdio-readable-writable.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-stdout-close-unref.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-stream-base-no-abort.js
test-stream-base-prototype-accessors-enumerability.js src: make StreamBase prototype accessors robust 2017-11-28 13:11:02 +09:00
test-stream-base-prototype-accessors.js src: make StreamBase prototype accessors robust 2017-11-28 13:11:02 +09:00
test-stream-base-typechecking.js
test-stream-big-packet.js test: reuse existing PassThrough implementation 2017-11-28 13:11:07 +09:00
test-stream-big-push.js
test-stream-buffer-list.js test: use correct size in test-stream-buffer-list 2018-03-29 23:25:37 -04:00
test-stream-decoder-objectmode.js
test-stream-duplex.js
test-stream-end-paused.js
test-stream-events-prepend.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream-inheritance.js stream: fix Writable instanceof for subclasses 2017-09-20 13:58:37 -04:00
test-stream-ispaused.js
test-stream-pipe-after-end.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream-pipe-await-drain-manual-resume.js test: improve assert messages in stream test 2017-11-28 13:11:01 +09:00
test-stream-pipe-await-drain-push-while-write.js
test-stream-pipe-await-drain.js
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js
test-stream-pipe-event.js
test-stream-pipe-multiple-pipes.js
test-stream-pipe-same-destination-twice.js stream: fix y.pipe(x)+y.pipe(x)+y.unpipe(x) 2018-04-16 15:49:17 -04:00
test-stream-pipe-unpipe-streams.js stream: cleanup() when unpiping all streams. 2018-04-16 15:49:25 -04:00
test-stream-pipe-without-listenerCount.js
test-stream-preprocess.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-stream-push-order.js
test-stream-push-strings.js test: use arrow functions instead of bind 2017-12-19 15:18:27 -05:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-emittedReadable.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js
test-stream-readable-invalid-chunk.js
test-stream-readable-needReadable.js
test-stream-readable-reading-readingMore.js
test-stream-readable-resumeScheduled.js
test-stream-readable-with-unimplemented-_read.js
test-stream-readableListening-state.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-objectmode.js
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream-wrap-encoding.js
test-stream-wrap.js
test-stream-writable-change-default-encoding.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream-writable-ended-state.js
test-stream-writable-finished-state.js
test-stream-writable-needdrain-state.js
test-stream-writable-null.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-writev.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream2-base64-single-char-read-end.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-stream2-basic.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-compatibility.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-decode-partial.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream2-objects.js test: remove node-tap lookalike 2017-11-14 14:02:14 -05:00
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-push.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream2-read-sync-stack.js
test-stream2-readable-empty-buffer-no-eof.js
test-stream2-readable-from-list.js test: remove node-tap lookalike 2017-11-14 14:02:14 -05:00
test-stream2-readable-legacy-drain.js
test-stream2-readable-non-empty-end.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js
test-stream2-set-encoding.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-transform.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-stream2-unpipe-drain.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-unpipe-leak.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-writable.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-stream3-pause-then-read.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-string-decoder-end.js
test-string-decoder.js test: use template literals in test-string-decoder 2017-11-28 13:10:06 +09:00
test-stringbytes-external.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-sync-fileread.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js
test-tcp-wrap.js
test-timer-close.js
test-timers-active.js
test-timers-api-refs.js
test-timers-args.js
test-timers-clear-null-does-not-throw-error.js
test-timers-clearImmediate.js
test-timers-immediate-queue.js
test-timers-immediate.js
test-timers-linked-list.js
test-timers-nested.js
test-timers-non-integer-delay.js
test-timers-now.js
test-timers-ordering.js
test-timers-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-timers-this.js
test-timers-throw-when-cb-not-function.js
test-timers-uncaught-exception.js
test-timers-unenroll-unref-interval.js
test-timers-unref-active-unenrolled-disposed.js
test-timers-unref-active.js
test-timers-unref-call.js
test-timers-unref-leak.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js
test-timers-unref-remove-other-unref-timers.js
test-timers-unref.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js
test-timers-unrefed-in-callback.js
test-timers-user-call.js
test-timers-zero-timeout.js
test-timers.js test: replace function with arrow function 2017-12-19 22:08:47 +00:00
test-tls-0-dns-altname.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-addca.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-alert-handling.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-alert.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-alpn-server-client.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-async-cb-after-socket-end.js test: replaced fixturesDir with common.fixtures 2017-11-28 13:10:19 +09:00
test-tls-basic-validations.js
test-tls-buffersize.js tls: properly track writeQueueSize during writes 2018-01-02 14:06:34 -05:00
test-tls-ca-concat.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-canonical-ip.js http, tls: better support for IPv6 addresses 2018-02-26 21:37:27 -05:00
test-tls-cert-chains-concat.js test: update certificates and private keys 2018-08-13 20:59:17 +10:00
test-tls-cert-chains-in-ca.js test: update certificates and private keys 2018-08-13 20:59:17 +10:00
test-tls-cert-regression.js
test-tls-check-server-identity.js
test-tls-cipher-list.js
test-tls-client-abort.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-client-abort2.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-client-getephemeralkeyinfo.js test: simplify loadDHParam in TLS test 2018-02-27 00:47:34 -05:00
test-tls-client-mindhsize.js test: simplify loadDHParam in TLS test 2018-02-27 00:47:34 -05:00
test-tls-client-reject.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-client-resume.js test: replace common.fixturesDir with fixtures 2017-11-28 13:10:07 +09:00
test-tls-client-verify.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-tls-close-error.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-close-notify.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-cnnic-whitelist.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-tls-connect-address-family.js test: allow for different nsswitch.conf settings 2017-11-28 13:10:45 +09:00
test-tls-connect-given-socket.js test: switch to use common.fixtures module for fixturesDir 2017-11-28 13:10:08 +09:00
test-tls-connect-no-host.js test: use common/fixtures in tls-connect-no-host 2017-11-28 13:10:15 +09:00
test-tls-connect-pipe.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-connect-secure-context.js test: replace common.fixturesDir w/ fixtures.path 2017-11-28 13:10:04 +09:00
test-tls-connect-simple.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-connect-stream-writes.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-connect.js test: replace fixturesDir in test-tls-connect 2017-11-28 13:10:52 +09:00
test-tls-delayed-attach-error.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-delayed-attach.js test: use fixtures.readKey instead of fixturesDir 2017-11-28 13:10:42 +09:00
test-tls-destroy-whilst-write.js
test-tls-dhe.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-ecdh-disable.js
test-tls-ecdh.js test: replace fixturesDir with fixtures module 2017-11-28 13:10:02 +09:00
test-tls-econnreset.js
test-tls-empty-sni-context.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-tls-env-bad-extra-ca.js test: preserve env in test cases 2018-02-27 02:16:33 -05:00
test-tls-env-extra-ca.js test: preserve env in test cases 2018-02-27 02:16:33 -05:00
test-tls-external-accessor.js
test-tls-fast-writing.js test: use fixtures module 2017-11-28 13:10:29 +09:00
test-tls-friendly-error-message.js test: use fixtures in tls-friendly-error-message 2017-11-28 13:10:16 +09:00
test-tls-generic-stream.js doc,test: mention Duplex support for TLS 2018-02-26 22:03:35 -05:00
test-tls-getcipher.js test: use fixtures module 2017-11-28 13:10:36 +09:00
test-tls-getprotocol.js test: replace common.fixturesDir with fixtures.readSync() 2017-11-28 13:10:55 +09:00
test-tls-handshake-error.js test: use fixtures module in tls-handshake-error 2017-11-28 13:10:48 +09:00
test-tls-handshake-nohang.js
test-tls-hello-parser-failure.js test: refactor tls test to use fixtres.readSync 2017-11-28 13:10:58 +09:00
test-tls-honorcipherorder.js test: replace fixturesDir with common.fixtures 2017-11-28 13:10:05 +09:00
test-tls-inception.js test: use fixtures module 2017-11-28 13:10:36 +09:00
test-tls-interleave.js
test-tls-invoke-queued.js test: make test-tls-invoke-queued use public API 2018-02-12 19:28:28 -05:00
test-tls-js-stream.js test: replace common.fixtiresDir with fixtures.readKey() 2017-11-28 13:11:00 +09:00
test-tls-junk-closes-server.js test: replace common.fixturesDir 2017-11-28 13:10:34 +09:00
test-tls-junk-server.js
test-tls-key-mismatch.js test: replace fixturesDir with common.fixtures 2017-11-28 13:10:32 +09:00
test-tls-legacy-onselect.js
test-tls-lookup.js tls: accept lookup option for tls.connect() 2018-01-11 13:04:34 -05:00
test-tls-max-send-fragment.js test: use common.fixtures in tls test 2017-11-28 13:10:01 +09:00
test-tls-multi-key.js test: use fixtures in test-tls-multi-key.js 2017-11-28 13:10:23 +09:00
test-tls-no-cert-required.js
test-tls-no-rsa-key.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-no-sslv3.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-no-sslv23.js
test-tls-npn-server-client.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-ocsp-callback.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-on-empty-socket.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-over-http-tunnel.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-parse-cert-string.js
test-tls-passphrase.js test: fix error messages for OpenSSL-1.0.2p 2018-08-15 19:39:50 +10:00
test-tls-pause.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-tls-peer-certificate-encoding.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-peer-certificate-multi-keys.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-peer-certificate.js test: update certificates and private keys 2018-08-13 20:59:17 +10:00
test-tls-pfx-gh-5100-regr.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-regr-gh-5108.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-request-timeout.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-retain-handle-no-abort.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-securepair-fiftharg.js test: refactor test-tls-securepair-fiftharg 2018-02-12 19:28:27 -05:00
test-tls-securepair-server.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-server-connection-server.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-server-failed-handshake-emits-clienterror.js
test-tls-server-verify.js test: fix spelling in test case comments 2018-03-29 23:25:33 -04:00
test-tls-session-cache.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-set-ciphers.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-set-encoding.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-tls-sni-option.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-sni-server-client.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-socket-close.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-socket-default-options.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-socket-destroy.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-socket-failed-handshake-emits-error.js
test-tls-startcom-wosign-whitelist.js src: drop CNNIC+StartCom certificate whitelisting 2018-03-27 23:38:01 -04:00
test-tls-starttls-server.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-ticket-cluster.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-ticket.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-timeout-server-2.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-timeout-server.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-translate-peer-certificate.js
test-tls-transport-destroy-after-own-gc.js tls: unconsume stream on destroy 2018-02-12 19:28:14 -05:00
test-tls-two-cas-one-string.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-tty-backwards-api.js test: backward compatible api for tty 2017-10-25 04:09:43 -04:00
test-umask.js test: improve coverage for process.umask 2017-11-28 13:10:30 +09:00
test-url-domain-ascii-unicode.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-url.js url: avoid hostname spoofing w/ javascript protocol 2018-11-27 14:29:28 +11:00
test-utf8-scripts.js
test-util-decorate-error-stack.js test: replace fixturesDir with fixtures module 2017-11-28 13:10:40 +09:00
test-util-format-shared-arraybuffer.js
test-util-format.js util: add %i and %f formatting specifiers 2018-01-15 16:23:08 -05:00
test-util-inherits.js
test-util-inspect-proxy.js
test-util-inspect-simd.js
test-util-inspect.js test: check inspect array with empty string key 2017-10-25 04:09:43 -04:00
test-util-internal.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-util-log.js
test-util-sigint-watchdog.js
test-util.js
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-interceptStrings-not-Symbols.js
test-v8-stats.js
test-vm-access-process-env.js test: rename regression tests 2018-02-12 19:28:34 -05:00
test-vm-api-handles-getter-errors.js test: rename regression tests 2018-02-12 19:28:34 -05:00
test-vm-basic.js
test-vm-cached-data.js
test-vm-context-async-script.js
test-vm-context-property-forwarding.js
test-vm-context.js test: add details in assertions in test-vm-context 2017-11-28 13:10:52 +09:00
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
test-vm-create-context-circular-reference.js
test-vm-cross-context.js
test-vm-debug-context.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-vm-function-declaration.js
test-vm-global-define-property.js
test-vm-global-identity.js
test-vm-harmony-symbols.js
test-vm-indexed-properties.js
test-vm-is-context.js
test-vm-low-stack-space.js
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-preserves-property.js test: update assert error messages 2017-11-28 13:10:38 +09:00
test-vm-property-not-on-sandbox.js
test-vm-proxies.js
test-vm-run-in-new-context.js test: cover vm.runInNewContext() 2017-11-28 13:11:02 +09:00
test-vm-sigint-existing-handler.js
test-vm-sigint.js
test-vm-static-this.js
test-vm-strict-mode.js
test-vm-symbols.js test: remove error msg in test-vm-symbols.js 2017-11-28 13:10:39 +09:00
test-vm-syntax-error-message.js test: remove common.fail() 2017-10-25 04:09:42 -04:00
test-vm-syntax-error-stderr.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-vm-timeout.js
test-whatwg-url-constructor.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-domainto.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-historical.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-inspect.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-origin.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-parsing.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-properties.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-append.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-constructor.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-delete.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-entries.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-foreach.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-get.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-getall.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-has.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-inspect.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-keys.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-set.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-sort.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-stringifier.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams-values.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-searchparams.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-setters.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-toascii.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-tojson.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-whatwg-url-tostringtag.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
test-windows-abort-exitcode.js
test-writedouble.js test: fix isNAN->Number.isNAN 2017-12-19 22:13:39 +00:00
test-writefloat.js tools: add number-isnan rule 2018-02-26 22:56:42 -05:00
test-writeint.js
test-writeuint.js test: use arrow function 2017-12-19 22:07:24 +00:00
test-zerolengthbufferbug.js
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-const.js
test-zlib-convenience-methods.js
test-zlib-create-raw.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-flush-drain.js test: remove literal error messages 2017-10-25 04:09:45 -04:00
test-zlib-flush-flags.js
test-zlib-flush.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-zlib-from-concatenated-gzip.js test: use default message for assert.strictEqual 2017-11-28 13:10:36 +09:00
test-zlib-from-gzip-with-trailing-garbage.js test: improve asset msg in test 2017-10-25 04:09:45 -04:00
test-zlib-from-gzip.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-zlib-from-string.js test: alter assert.strictEqual to default message 2017-10-25 04:09:45 -04:00
test-zlib-invalid-input.js
test-zlib-not-string-or-buffer.js
test-zlib-params.js test: begin normalizing fixtures use 2017-10-26 00:21:30 -04:00
test-zlib-random-byte-pipes.js test: display better error message for assertion 2017-10-25 04:09:45 -04:00
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-unzip-one-byte-chunks.js test: rewrite assert message 2017-11-28 13:10:05 +09:00
test-zlib-write-after-close.js
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib.js test: use smaller input file for test-zlib.js 2018-02-27 00:21:33 -05:00
testcfg.py