node/test/parallel
Jose M. Palacios Diaz 845633a7c6
crypto: better docs for cases where peer's public key is invalid
changes in c++ are in the computeSecret function, but the thrown
exception that was moved to JS land was in BufferToPoint
function, here i let the allocation error be thrown so the only value
returned is the nullptr that i use later to catch the error in
computeSecret, to then construct the exception in JS land.

an ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY error was added to errors.js
and with that, subsequent changes to docs and tests were made.

PR-URL: https://github.com/nodejs/node/pull/16849
Refs: https://www.iacr.org/archive/pkc2003/25670211/25670211.pdf
Fixes: https://github.com/nodejs/node/issues/16625
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2017-12-01 21:18:11 +01:00
..
parallel.status test: unmark flaky test 2017-11-11 11:50:36 -05:00
test-arm-math-exp-regress-1376.js
test-assert-checktag.js
test-assert-deep.js test: add block scoping to test-assert-deep 2017-10-29 20:05:12 +01:00
test-assert-fail.js
test-assert-typedarray-deepequal.js
test-assert.js test: replace function with arrow function 2017-11-29 16:10:08 +02:00
test-async-hooks-asyncresource-constructor.js
test-async-hooks-close-during-destroy.js
test-async-hooks-destroy-on-gc.js async_hooks: add destroy event for gced AsyncResources 2017-11-16 19:58:00 +01:00
test-async-hooks-disable-during-promise.js test: use crashOnUnhandledRejection 2017-11-22 07:56:15 -08:00
test-async-hooks-disable-gc-tracking.js async_hooks: add destroy event for gced AsyncResources 2017-11-16 19:58:00 +01:00
test-async-hooks-enable-disable.js
test-async-hooks-enable-during-promise.js test: add common.crashOnUnhandledRejection() 2017-11-26 15:47:10 +09:00
test-async-hooks-enable-recursive.js
test-async-hooks-http-agent.js
test-async-hooks-prevent-double-destroy.js async_hooks: add destroy event for gced AsyncResources 2017-11-16 19:58:00 +01:00
test-async-hooks-promise-enable-disable.js test: add test on unhandled rejection 2017-11-22 12:35:12 -08:00
test-async-hooks-promise-triggerid.js
test-async-hooks-promise.js
test-async-hooks-top-level-clearimmediate.js
test-async-wrap-GH13045.js
test-async-wrap-constructor.js test: more AsyncWrap constructor validation tests 2017-10-19 02:26:02 -02:00
test-async-wrap-destroyid.js
test-async-wrap-pop-id-during-load.js
test-async-wrap-promise-after-enabled.js test: use common.crashOnUnhandledRejection 2017-11-22 07:36:36 -08:00
test-async-wrap-trigger-id.js
test-async-wrap-uncaughtexception.js test,net: remove scatological terminology 2017-11-01 22:34:17 -07:00
test-bad-unicode.js
test-beforeexit-event-exit.js
test-benchmark-arrays.js
test-benchmark-assert.js
test-benchmark-cluster.js
test-benchmark-crypto.js
test-benchmark-dns.js
test-benchmark-domain.js
test-benchmark-es.js test: add benchmark tests for es 2017-10-12 17:41:30 -07:00
test-benchmark-events.js
test-benchmark-fs.js test: added fs benchmark test 2017-10-10 22:59:09 -07:00
test-benchmark-misc.js test: reduce run time for misc benchmark tests 2017-10-12 09:14:21 -07:00
test-benchmark-module.js test: create benchmark test for misc and module 2017-10-09 02:13:20 -07:00
test-benchmark-os.js
test-benchmark-path.js test: allow short benchmarks for tests 2017-10-10 19:22:59 -07:00
test-benchmark-process.js test: allow short benchmarks for tests 2017-10-10 19:22:59 -07:00
test-benchmark-querystring.js
test-benchmark-string_decoder.js test: reduce run time for string_decoder benchmark 2017-10-10 16:33:55 -07:00
test-benchmark-timers.js
test-benchmark-util.js tools, benchmark: test util benchmark 2017-10-28 13:56:44 -07:00
test-benchmark-zlib.js
test-binding-constants.js
test-buffer-alloc.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-arraybuffer.js
test-buffer-ascii.js
test-buffer-bad-overload.js
test-buffer-badhex.js
test-buffer-bindingobj-no-zerofill.js buffer: move setupBufferJS to internal 2017-10-25 10:36:17 -07:00
test-buffer-bytelength.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-compare-offset.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-compare.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-concat.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-constants.js
test-buffer-copy.js
test-buffer-equals.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js
test-buffer-from.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-includes.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-indexof.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-buffer-inheritance.js
test-buffer-inspect.js
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-buffer-parent-property.js
test-buffer-pending-deprecation.js
test-buffer-prototype-inspect.js
test-buffer-read.js test: fix typos in read-buffer tests 2017-11-06 23:24:08 +00:00
test-buffer-regression-649.js
test-buffer-safe-unsafe.js
test-buffer-sharedarraybuffer.js test: remove --harmony-sharedarraybuffer usage 2017-10-22 14:09:46 +02:00
test-buffer-slice.js
test-buffer-slow.js test: make test-buffer-slow engine agnostic 2017-11-11 17:40:07 -08:00
test-buffer-swap.js
test-buffer-tojson.js
test-buffer-tostring-range.js
test-buffer-tostring.js
test-buffer-write-noassert.js
test-buffer-write.js
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js
test-c-ares.js
test-child-process-bad-stdio.js
test-child-process-buffering.js
test-child-process-constructor.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-child-process-custom-fds.js
test-child-process-cwd.js
test-child-process-default-options.js test: add missing spaces in concatenations 2017-10-17 12:41:03 +03:00
test-child-process-detached.js
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js
test-child-process-exec-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 errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-exec-stdout-stderr-data-string.js
test-child-process-exec-timeout.js
test-child-process-execfile.js
test-child-process-exit-code.js
test-child-process-flush-stdio.js
test-child-process-fork-and-spawn.js
test-child-process-fork-close.js
test-child-process-fork-dgram.js
test-child-process-fork-exec-argv.js test: utilize common.mustCall() on child exit 2017-11-18 20:49:36 +01:00
test-child-process-fork-exec-path.js
test-child-process-fork-net.js
test-child-process-fork-net2.js
test-child-process-fork-no-shell.js test: pass process.env to child processes 2017-11-10 09:24:17 +11:00
test-child-process-fork-ref.js
test-child-process-fork-ref2.js
test-child-process-fork-regr-gh-2847.js
test-child-process-fork-stdio-string-variant.js errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-fork-stdio.js errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-fork.js
test-child-process-fork3.js
test-child-process-internal.js
test-child-process-ipc-next-tick.js
test-child-process-ipc.js
test-child-process-kill.js
test-child-process-promisified.js
test-child-process-recv-handle.js
test-child-process-send-after-close.js
test-child-process-send-cb.js test: replace function with arrow function 2017-11-26 09:29:50 -08:00
test-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js
test-child-process-send-type-error.js
test-child-process-send-utf8.js
test-child-process-set-blocking.js
test-child-process-silent.js test: remove literal messages 2017-10-19 01:52:49 -02: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 errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-spawnsync-env.js
test-child-process-spawnsync-input.js errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-spawnsync-kill-signal.js
test-child-process-spawnsync-maxbuf.js test: refactor comments in test-child-process-spawnsync-maxbuf 2017-11-13 15:01:02 -08:00
test-child-process-spawnsync-shell.js child_process: add windowsHide option 2017-10-16 16:19:54 -04:00
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync-validation-errors.js errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
test-child-process-spawnsync.js test: use default assertion message 2017-11-07 10:32:56 +00: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-11-22 16:48:04 +02:00
test-child-process-stdio-inherit.js
test-child-process-stdio.js
test-child-process-stdout-flush-exit.js
test-child-process-stdout-flush.js
test-child-process-stdout-ipc.js lib: setup IPC channel before console 2017-10-29 20:59:24 +02:00
test-child-process-uid-gid.js
test-child-process-validate-stdio.js
test-child-process-windows-hide.js child_process: add windowsHide option 2017-10-16 16:19:54 -04:00
test-cli-bad-options.js
test-cli-eval-event.js
test-cli-eval.js test: escape script filename on Windows 2017-10-13 13:15:58 -07:00
test-cli-node-options-disallowed.js
test-cli-node-options.js src: fix typo in NODE_OPTIONS whitelist 2017-11-30 08:19:26 -06:00
test-cli-syntax.js test: make test-cli-syntax engine agnostic 2017-11-11 17:40:12 -08:00
test-cluster-basic.js test: add missing spaces in concatenations 2017-10-17 12:41:03 +03: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-05 19:09:06 +00:00
test-cluster-disconnect-idle-worker.js
test-cluster-disconnect-leak.js
test-cluster-disconnect-race.js
test-cluster-disconnect-unshared-tcp.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
test-cluster-disconnect-unshared-udp.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
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-13 10:35:41 +05:30
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-11 12:50:45 -08:00
test-cluster-message.js test: wrap callback in common.mustCall 2017-11-21 09:48:38 -08:00
test-cluster-net-listen.js
test-cluster-net-send.js
test-cluster-process-disconnect.js test: assert.strictEqual using template literals 2017-10-09 02:13:18 -07:00
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js
test-cluster-send-deadlock.js test: updated error message 2017-10-09 02:13:18 -07:00
test-cluster-send-handle-large-payload.js
test-cluster-send-handle-twice.js test: replace error msg w/ template literal 2017-10-09 02:13:18 -07:00
test-cluster-send-socket-to-worker-http-server.js
test-cluster-server-restart-none.js test: update output to include exit code & signal 2017-10-16 08:17:28 -07:00
test-cluster-server-restart-rr.js
test-cluster-setup-master-argv.js
test-cluster-setup-master-cumulative.js test: remove message argument in cluster setup test 2017-11-07 18:10:54 +00:00
test-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js
test-cluster-setup-master.js test: refactor test-cluster-setup-master 2017-10-15 10:18:45 +08: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 tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
test-cluster-worker-disconnect-on-error.js
test-cluster-worker-disconnect.js test: imporove assert messages 2017-10-28 13:43:10 -07:00
test-cluster-worker-events.js
test-cluster-worker-exit.js
test-cluster-worker-forced-exit.js
test-cluster-worker-init.js test: remove message from asserts 2017-10-09 02:13:16 -07:00
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js test: expand error message 2017-10-19 02:25:38 -02: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.js test: replace fixtureDir with fixtures.path 2017-10-10 12:18:11 +08:00
test-console-async-write-error.js
test-console-clear.js
test-console-count.js test: make test-console-count engine agnostic 2017-11-11 17:40:17 -08:00
test-console-group.js
test-console-instance.js
test-console-log-stdio-broken-dest.js console: avoid adding infinite error listeners 2017-11-08 11:22:44 +00:00
test-console-not-call-toString.js
test-console-sync-write-error.js
test-console.js test: expanded assertions for console.timeEnd() output 2017-12-01 20:53:46 +01:00
test-constants.js
test-crypto-authenticated.js
test-crypto-binary-default.js test: remove error messages in crypto-binary test 2017-10-15 00:07:14 +08:00
test-crypto-certificate.js crypto: migrate Certificate to internal/errors 2017-10-15 15:34:06 -07:00
test-crypto-cipher-decipher.js crypto: migrate CipherBase to internal/errors 2017-10-30 07:56:27 -07:00
test-crypto-cipheriv-decipheriv.js test: change crypto decipheriv assertion messages 2017-10-14 17:19:22 +08:00
test-crypto-classes.js
test-crypto-deprecated.js
test-crypto-dh-leak.js
test-crypto-dh-odd-key.js
test-crypto-dh-padding.js
test-crypto-dh.js crypto: better docs for cases where peer's public key is invalid 2017-12-01 21:18:11 +01:00
test-crypto-domain.js
test-crypto-domains.js
test-crypto-ecb.js
test-crypto-engine.js
test-crypto-fips.js crypto: migrate setFipsCrypto to internal/errors 2017-10-27 08:13:01 -07:00
test-crypto-from-binary.js test: update test-crypto-from-binary 2017-10-12 18:38:21 -07:00
test-crypto-hash-stream-pipe.js
test-crypto-hash.js test: include values in assertion messages 2017-10-28 20:42:34 +02:00
test-crypto-hmac.js test: improve crypto HMAC test assertions 2017-10-09 17:23:16 -04:00
test-crypto-lazy-transform-writable.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-pbkdf2.js crypto: refactor argument validation for pbkdf2 2017-10-23 15:52:11 -07:00
test-crypto-random.js crypto: migrate crypto.randomBytes to internal/errors 2017-10-26 08:09:00 -07:00
test-crypto-rsa-dsa.js
test-crypto-sign-verify.js crypto: migrate crypto sign to internal/errors 2017-10-23 20:54:39 -07:00
test-crypto-stream.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-crypto-verify-failure.js
test-crypto.js test: remove sha from test expectations 2017-11-11 20:42:49 +11:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
test-cwd-enoent.js
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-dgram-custom-lookup.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-dgram-error-message-address.js
test-dgram-exclusive-implicit-bind.js
test-dgram-implicit-bind.js
test-dgram-listen-after-bind.js
test-dgram-membership.js test: allow tests to pass without internet 2017-10-26 07:57:43 +02:00
test-dgram-msgsize.js
test-dgram-multicast-loopback.js
test-dgram-multicast-set-interface.js test: add missing assertion 2017-10-24 20:29:25 -04:00
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-recv-error.js
test-dgram-ref.js
test-dgram-regress-4496.js
test-dgram-send-address-types.js
test-dgram-send-bad-arguments.js
test-dgram-send-callback-buffer-empty-address.js
test-dgram-send-callback-buffer-length-empty-address.js
test-dgram-send-callback-buffer-length.js
test-dgram-send-callback-buffer.js
test-dgram-send-callback-multi-buffer-empty-address.js
test-dgram-send-callback-multi-buffer.js
test-dgram-send-callback-recursive.js test: improve assertion message in dgram test 2017-10-12 22:05:02 +08:00
test-dgram-send-default-host.js
test-dgram-send-empty-array.js test: common.fixturesDir -> common.fixtures 2017-10-11 13:53:29 -04:00
test-dgram-send-empty-buffer.js
test-dgram-send-empty-packet.js
test-dgram-send-error.js
test-dgram-send-multi-buffer-copy.js
test-dgram-send-multi-string-array.js
test-dgram-sendto.js
test-dgram-setBroadcast.js
test-dgram-setTTL.js
test-dgram-socket-buffer-size.js dgram: migrate bufferSize to use internal/errors 2017-11-02 11:58:38 -07:00
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 lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-dns-multi-channel.js
test-dns-regress-7070.js
test-dns-resolveany-bad-ancount.js
test-dns-resolveany.js
test-dns.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-domain-abort-on-uncaught.js
test-domain-bind-timeout.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-crypto.js
test-domain-ee-implicit.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-ee.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-enter-exit.js
test-domain-error-types.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-from-timer.js
test-domain-fs-enoent-stream.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-http-server.js test: remove message from notStrictEqual 2017-10-15 20:46:42 +02:00
test-domain-implicit-binding.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-implicit-fs.js
test-domain-intercept.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-load-after-set-uncaught-exception-capture.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-domain-multi.js
test-domain-multiple-errors.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-nested-throw.js
test-domain-nested.js
test-domain-nexttick.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02: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-domain-promise.js
test-domain-run.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-safe-exit.js test: improve assertion messages 2017-11-10 21:43:22 +05:30
test-domain-set-uncaught-exception-capture-after-load.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-domain-stack-empty-in-process-uncaughtexception.js
test-domain-stack.js
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
test-domain-timer.js test: split up and refactor test-domain 2017-10-16 11:24:35 +02:00
test-domain-timers-uncaught-exception.js
test-domain-timers.js
test-domain-top-level-error-handler-clears-stack.js test: replace function with arrow function 2017-11-29 16:10:08 +02:00
test-domain-top-level-error-handler-throw.js
test-domain-uncaught-exception.js
test-domain-with-abort-on-uncaught-exception.js
test-dsa-fips-invalid-key.js
test-emit-after-uncaught-exception.js
test-env-var-no-warnings.js
test-error-reporting.js test: make test-error-reporting engine agnostic 2017-11-11 17:40:29 -08:00
test-errors-systemerror.js src: add CollectExceptionInfo & errors.SystemError 2017-11-02 11:58:38 -07:00
test-eslint-alphabetize-errors.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-buffer-constructor.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-crypto-check.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-documented-errors.js tools: add eslint rule for documented errors 2017-10-26 07:58:29 -07:00
test-eslint-inspector-check.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-no-let-in-for-declaration.js tools: add fixer for no-let-in-for-declaration 2017-11-04 10:56:36 -04:00
test-eslint-no-unescaped-regexp-dot.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-prefer-assert-iferror.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-prefer-assert-methods.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-prefer-common-mustnotcall.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eslint-prefer-util-format-errors.js errors: consistent format for error message 2017-11-18 20:27:40 +01:00
test-eslint-require-buffer.js tools: add lint fixer for `require-buffer` 2017-11-28 02:53:02 +01:00
test-eslint-required-modules.js test: add tests for eslint rules 2017-10-14 02:53:19 -04:00
test-eval-require.js test: use common.fixtures module 2017-10-15 00:01:15 +08:00
test-eval.js
test-event-emitter-add-listeners.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-event-emitter-check-listener-leaks.js
test-event-emitter-errors.js events: migrate to internal/errors 2017-10-13 14:16:13 -07:00
test-event-emitter-get-max-listeners.js
test-event-emitter-listener-count.js
test-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08: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 events: migrate to internal/errors 2017-10-13 14:16:13 -07:00
test-event-emitter-method-names.js
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-event-emitter-prepend.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-special-event-names.js
test-event-emitter-subclass.js
test-event-emitter-symbols.js
test-events-list.js
test-exception-handler.js
test-exception-handler2.js
test-file-read-noexist.js test: switch to fixtures module 2017-10-10 21:47:28 -07:00
test-file-write-stream.js stream: complete migration to internal/errors 2017-10-29 18:57:28 +01:00
test-file-write-stream2.js
test-file-write-stream3.js
test-force-repl-with-eval.js
test-force-repl.js
test-freelist.js
test-fs-access.js fs: throw fs.access errors in JS 2017-11-25 22:33:42 +09:00
test-fs-append-file-sync.js
test-fs-append-file.js
test-fs-assert-encoding-error.js
test-fs-buffer.js fs: throw fs.access errors in JS 2017-11-25 22:33:42 +09:00
test-fs-buffertype-writesync.js
test-fs-chmod.js
test-fs-copyfile.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-fs-empty-readStream.js
test-fs-error-messages.js test: use fixtures module 2017-10-19 01:52:49 -02:00
test-fs-exists.js test: increase fs.exists coverage 2017-10-28 23:47:31 +02:00
test-fs-fsync.js
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-11-22 08:40:34 -08:00
test-fs-mkdtemp-prefix-check.js
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-options-immutable.js
test-fs-promisified.js
test-fs-read-file-assert-encoding.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js
test-fs-read-stream-double-close.js
test-fs-read-stream-encoding.js
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js
test-fs-read-stream-fd.js
test-fs-read-stream-inherit.js test: replace fixturesDir with fixtures methods 2017-10-14 21:53:21 +08:00
test-fs-read-stream-resume.js test: normalize fixtures use 2017-10-11 22:45:17 +08:00
test-fs-read-stream-throw-type-error.js test: change fixturesDir to fixtures.path 2017-10-09 02:13:19 -07:00
test-fs-read-stream.js
test-fs-read-type.js
test-fs-read-zero-length.js test: use common.fixtures module for file path 2017-10-09 16:54:53 -04:00
test-fs-read.js test: replace fixtureDir with fixtures methods 2017-10-15 00:25:01 +08:00
test-fs-readdir-ucs2.js
test-fs-readdir.js
test-fs-readfile-empty.js
test-fs-readfile-error.js
test-fs-readfile-fd.js test: use common.fixtures.path() 2017-10-10 22:47:05 -07:00
test-fs-readfile-pipe-large.js test: improve message in test-fs-readfile-pipe-large 2017-11-07 10:02:26 +00:00
test-fs-readfile-pipe.js
test-fs-readfile-unlink.js
test-fs-readfile-zero-byte-liar.js
test-fs-readfilesync-pipe-large.js
test-fs-realpath-buffer-encoding.js test: replace common.fixturesDir with fixtures module 2017-11-06 17:50:23 +00:00
test-fs-realpath-native.js fs: expose realpath(3) bindings 2017-11-09 11:39:46 +01:00
test-fs-realpath-on-substed-drive.js test: used fixturesDir from fixtures modules 2017-11-13 18:03:01 +05:30
test-fs-realpath-pipe.js
test-fs-realpath.js test: remove common.tmpDirName 2017-11-28 16:17:53 -05:00
test-fs-sir-writes-alot.js
test-fs-stat.js
test-fs-stream-double-close.js
test-fs-symlink-dir-junction-relative.js test: use fixtures.fixturesDir 2017-10-13 20:32:26 +08:00
test-fs-symlink-dir-junction.js test: use common/fixtures in fs-symlink test 2017-10-12 05:51:17 -07:00
test-fs-symlink.js test: replace fixturesDir to use fixtures module 2017-10-11 15:21:42 +05:30
test-fs-sync-fd-leak.js
test-fs-syncwritestream.js
test-fs-timestamp-parsing-error.js
test-fs-truncate-GH-6233.js
test-fs-truncate-fd.js lib: deprecate fd usage for fs.truncate(Sync) 2017-10-12 18:02:14 -07:00
test-fs-truncate-sync.js
test-fs-truncate.js lib: deprecate fd usage for fs.truncate(Sync) 2017-10-12 18:02:14 -07:00
test-fs-utimes.js test: use tmpDir in test-fs-utimes 2017-11-08 07:54:51 +00:00
test-fs-watch-encoding.js
test-fs-watch-enoent.js
test-fs-watch-recursive.js
test-fs-watch-stop-async.js
test-fs-watch-stop-sync.js
test-fs-watch.js
test-fs-watchfile.js
test-fs-whatwg-url.js test: replace common.fixturesDir with fixtures 2017-10-10 19:30:59 -07:00
test-fs-write-buffer.js
test-fs-write-file-buffer.js
test-fs-write-file-invalid-path.js
test-fs-write-file-sync.js
test-fs-write-file-uint8array.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-double-close.js
test-fs-write-stream-encoding.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-throw-type-error.js
test-fs-write-stream.js
test-fs-write-string-coerce.js
test-fs-write-sync.js
test-fs-write.js test: fs.write() if 3rd argument is a callback, not offset 2017-11-18 22:09:08 +01:00
test-global-console-exists.js
test-global.js test: improve assert messages in test-global 2017-11-07 14:57:40 +00:00
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-abort-before-end.js
test-http-abort-client.js
test-http-abort-queued.js
test-http-abort-stream-end.js
test-http-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-http-agent-maxsockets-regress-4050.js
test-http-agent-maxsockets.js
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 common.crashOnUnhandledRejection 2017-11-22 07:32:38 -08:00
test-http-allow-req-after-204-res.js test: refactored test-http-allow-req-after-204-res to countdown 2017-12-01 20:59:06 +01:00
test-http-automatic-headers.js
test-http-bind-twice.js
test-http-blank-header.js http: send 400 bad request on parse error 2017-10-19 18:15:58 +02:00
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-keep-alive-queued-tcp-socket.js http: do not blindly destroy UNIX domain sockets 2017-10-23 12:13:03 -04:00
test-http-client-abort-keep-alive-queued-unix-socket.js http: do not blindly destroy UNIX domain sockets 2017-10-23 12:13:03 -04:00
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-11-28 02:40:31 +01:00
test-http-client-check-http-token.js
test-http-client-close-event.js http: emit close as the last event in the client 2017-10-18 15:56:19 +02:00
test-http-client-default-headers-exist.js
test-http-client-defaults.js
test-http-client-encoding.js
test-http-client-get-url.js
test-http-client-immediate-error.js async_hooks: deprecate undocumented API 2017-11-20 12:03:06 +01: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-12 10:29:45 -08:00
test-http-client-readable.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-http-client-reject-chunked-with-content-length.js
test-http-client-reject-cr-no-lf.js
test-http-client-reject-unexpected-agent.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-http-client-req-error-dont-double-fire.js test: mock the lookup function in parallel tests 2017-11-28 23:06:56 +08:00
test-http-client-response-domain.js
test-http-client-timeout-agent.js
test-http-client-timeout-connect-listener.js http: use 'connect' event only if socket is connecting 2017-11-06 22:15:48 +01:00
test-http-client-timeout-event.js
test-http-client-timeout-on-connect.js
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-common.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js
test-http-content-length.js
test-http-contentLength0.js
test-http-createConnection.js
test-http-date-header.js
test-http-default-encoding.js
test-http-default-port.js test: replace fixturesDir with the fixtures module 2017-10-14 17:28:18 +08: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-11-28 02:43:20 +01: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-http-flush-headers.js
test-http-flush-response-headers.js
test-http-flush.js
test-http-full-response.js
test-http-generic-streams.js http: support generic `Duplex` streams 2017-10-23 17:11:57 +02:00
test-http-get-pipeline-problem.js test: use fixtures module in test 2017-10-10 22:05:24 -07: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-hostname-typechecking.js
test-http-incoming-matchKnownFields.js
test-http-incoming-pipelined-socket-destroy.js test: replace string concatenation with template 2017-10-09 02:13:17 -07:00
test-http-invalid-path-chars.js
test-http-invalid-urls.js
test-http-invalidheaderfield.js
test-http-invalidheaderfield2.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive.js
test-http-keepalive-client.js
test-http-keepalive-override.js
test-http-keepalive-request.js
test-http-listening.js
test-http-localaddress-bind-error.js
test-http-localaddress.js
test-http-malformed-request.js
test-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 http: improve errors thrown in header validation 2017-11-06 18:24:34 +08:00
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-http-outgoing-first-chunk-singlebyte-encoding.js
test-http-outgoing-internal-headers.js
test-http-outgoing-message-inheritance.js
test-http-outgoing-proto.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-http-outgoing-renderHeaders.js
test-http-parser-bad-ref.js
test-http-parser-free.js test: Update test-http-parser-free to use countdown timer 2017-11-28 02:41:11 +01:00
test-http-parser.js
test-http-pause-resume-one-end.js
test-http-pause.js test: replace function with ES6 arrow function 2017-11-27 21:14:58 -05:00
test-http-pipe-fs.js test: update test/parallel/test-http-pipe-fs.js to use countdown 2017-12-01 20:54:36 +01:00
test-http-pipeline-flood.js
test-http-pipeline-regr-2639.js
test-http-pipeline-regr-3332.js
test-http-pipeline-regr-3508.js stream: remove usage of *State.highWaterMark 2017-11-15 14:30:39 +01:00
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-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-http-response-multiheaders.js
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-01 20:54:09 +01:00
test-http-response-status-message.js
test-http-response-statuscode.js
test-http-same-map.js
test-http-server-client-error.js
test-http-server-de-chunked-trailer.js
test-http-server-keep-alive-timeout.js
test-http-server-multiheaders.js
test-http-server-multiheaders2.js
test-http-server-reject-chunked-with-content-length.js
test-http-server-reject-cr-no-lf.js
test-http-server-response-standalone.js
test-http-server-stale-close.js
test-http-server-unconsume-consume.js
test-http-server-unconsume.js
test-http-server-write-after-end.js
test-http-server.js
test-http-set-cookies.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js
test-http-status-code.js
test-http-status-message.js
test-http-status-reason-invalid-chars.js
test-http-timeout-overflow.js
test-http-timeout.js
test-http-unix-socket-keep-alive.js
test-http-unix-socket.js
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-client.js
test-http-upgrade-client2.js test: update http test client function signatures 2017-10-10 17:32:06 -07: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-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 http: improve errors thrown in header validation 2017-11-06 18:24:34 +08:00
test-http-zero-length-write.js
test-http.js test: replace function with arrow function 2017-11-26 09:04:17 -08:00
test-http2-binding.js http, http2: add 103 Early Hints status code 2017-11-04 11:13:52 -04:00
test-http2-client-data-end.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-client-destroy.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-client-http1-server.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-client-onconnect-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-client-port-80.js http2: allow port 80 in http2.connect 2017-10-23 12:19:59 -04:00
test-http2-client-priority-before-connect.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-client-promisify-connect.js test: add common.crashOnUnhandledRejection() 2017-11-22 11:45:00 -08:00
test-http2-client-request-options-errors.js
test-http2-client-rststream-before-connect.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-client-set-priority.js
test-http2-client-settings-before-connect.js
test-http2-client-shutdown-before-connect.js
test-http2-client-socket-destroy.js http2: do not allow socket manipulation 2017-10-25 12:50:44 -04:00
test-http2-client-stream-destroy-before-connect.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-client-unescaped-path.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-client-upload.js test: fix flaky parallel/test-http2-client-upload 2017-11-28 02:37:32 +01:00
test-http2-client-write-before-connect.js
test-http2-compat-errors.js
test-http2-compat-expect-continue-check.js
test-http2-compat-expect-continue.js
test-http2-compat-expect-handling.js
test-http2-compat-method-connect.js
test-http2-compat-serverrequest-end.js
test-http2-compat-serverrequest-headers.js
test-http2-compat-serverrequest-pause.js
test-http2-compat-serverrequest-pipe.js http2: fix stream reading resumption 2017-10-29 22:39:52 -04:00
test-http2-compat-serverrequest-settimeout.js
test-http2-compat-serverrequest-trailers.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-compat-serverrequest.js
test-http2-compat-serverresponse-close.js
test-http2-compat-serverresponse-createpushresponse.js
test-http2-compat-serverresponse-destroy.js
test-http2-compat-serverresponse-drain.js
test-http2-compat-serverresponse-end.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-compat-serverresponse-finished.js
test-http2-compat-serverresponse-flushheaders.js
test-http2-compat-serverresponse-headers-after-destroy.js
test-http2-compat-serverresponse-headers.js http2: improve errors thrown in header validation 2017-11-06 17:25:34 +08:00
test-http2-compat-serverresponse-settimeout.js
test-http2-compat-serverresponse-statuscode.js
test-http2-compat-serverresponse-statusmessage-property-set.js
test-http2-compat-serverresponse-statusmessage-property.js
test-http2-compat-serverresponse-statusmessage.js
test-http2-compat-serverresponse-trailers.js http2: improve errors thrown in header validation 2017-11-06 17:25:34 +08:00
test-http2-compat-serverresponse-write-no-cb.js
test-http2-compat-serverresponse-writehead.js
test-http2-compat-socket-set.js http2: do not allow socket manipulation 2017-10-25 12:50:44 -04:00
test-http2-compat-socket.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-connect-method.js
test-http2-connect.js
test-http2-cookies.js
test-http2-create-client-connect.js test: fix flaky test-http2-create-client-connect 2017-11-11 20:42:50 +11:00
test-http2-create-client-secure-session.js test: fixup test-http2-create-client-secure-session 2017-11-28 10:30:43 -08:00
test-http2-create-client-session.js
test-http2-createsecureserver-nooptions.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-http2-createwritereq.js
test-http2-date-header.js
test-http2-dont-override.js
test-http2-generic-streams-sendfile.js http2: support generic `Duplex` streams 2017-10-23 16:50:44 +02:00
test-http2-generic-streams.js http2: support generic `Duplex` streams 2017-10-23 16:50:44 +02:00
test-http2-getpackedsettings.js http2: reduce code duplication in settings 2017-11-28 10:30:34 -08:00
test-http2-goaway-opaquedata.js test: http2 emitGoAway post shutdown pre destroy 2017-10-17 10:04:04 +02:00
test-http2-head-request.js stream: complete migration to internal/errors 2017-10-29 18:57:28 +01:00
test-http2-https-fallback.js test: http2 connectionListener reject client 2017-10-15 15:02:04 -07:00
test-http2-info-headers-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-info-headers.js
test-http2-invalidargtypes-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-max-concurrent-streams.js
test-http2-methods.js
test-http2-misbehaving-flow-control-paused.js http2: multiple style and performance updates 2017-10-23 11:57:13 -07:00
test-http2-misbehaving-flow-control.js http2: multiple style and performance updates 2017-10-23 11:57:13 -07:00
test-http2-misc-util.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-http2-misused-pseudoheaders.js
test-http2-multi-content-length.js
test-http2-multiheaders-raw.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-multiheaders.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-multiplex.js
test-http2-no-more-streams.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-options-max-headers-block-length.js
test-http2-options-max-reserved-streams.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-padding-callback.js
test-http2-ping.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-pipe.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-priority-event.js
test-http2-request-response-proto.js
test-http2-respond-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-respond-file-204.js
test-http2-respond-file-304.js http2: replace fixturesDir with common.fixtures 2017-10-12 21:01:11 +05:30
test-http2-respond-file-404.js
test-http2-respond-file-compat.js
test-http2-respond-file-error-dir.js
test-http2-respond-file-errors.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-respond-file-fd-errors.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-respond-file-fd-invalid.js
test-http2-respond-file-fd-range.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-respond-file-fd.js
test-http2-respond-file-push.js test: replace fixtureDir with fixtures module 2017-10-09 10:51:48 +02:00
test-http2-respond-file-range.js test: http2-respond-file-range to use fixtures 2017-10-17 09:37:35 +02:00
test-http2-respond-file.js test: replaced fixturesDir with fixtures module 2017-10-09 08:23:04 +02:00
test-http2-respond-no-data.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-respond-with-fd-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-response-splitting.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-rststream-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-serve-file.js
test-http2-server-errors.js
test-http2-server-http1-client.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-server-push-disabled.js
test-http2-server-push-stream-errors-args.js http2: simplify mapToHeaders, stricter validation 2017-10-29 13:05:54 -04:00
test-http2-server-push-stream-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-server-push-stream-head.js
test-http2-server-push-stream.js
test-http2-server-rst-before-respond.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-server-rst-stream.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-server-set-header.js
test-http2-server-settimeout-no-callback.js test: http2 add timeout no callback test case 2017-10-16 18:39:47 +02:00
test-http2-server-shutdown-before-respond.js
test-http2-server-shutdown-options-errors.js
test-http2-server-shutdown-redundant.js
test-http2-server-socket-destroy.js http2: do not allow socket manipulation 2017-10-25 12:50:44 -04:00
test-http2-server-socketerror.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-server-startup.js test: use fixtures.readKey 2017-10-09 02:13:19 -07:00
test-http2-server-stream-session-destroy.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-server-timeout.js
test-http2-session-gc-while-write-scheduled.js http2: only schedule write when necessary 2017-11-27 02:00:47 +01:00
test-http2-session-settings.js test: http2 client settings errors 2017-10-17 10:16:25 +02:00
test-http2-session-stream-state.js
test-http2-shutdown-errors.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-single-headers.js
test-http2-socket-proxy.js http2: do not allow socket manipulation 2017-10-25 12:50:44 -04:00
test-http2-status-code-invalid.js
test-http2-status-code.js
test-http2-stream-client.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-stream-destroy-event-order.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-timeouts.js
test-http2-too-large-headers.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-too-many-headers.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-too-many-settings.js
test-http2-trailers.js
test-http2-util-assert-valid-pseudoheader.js
test-http2-util-asserts.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-http2-util-headers-list.js http2: simplify mapToHeaders, stricter validation 2017-10-29 13:05:54 -04:00
test-http2-util-nghttp2error.js
test-http2-util-update-options-buffer.js http2: major update to internals 2017-11-21 12:47:54 +01:00
test-http2-window-size.js test: use common.crashOnUnhandledRejection() 2017-11-22 08:07:00 -08:00
test-http2-withflag.js
test-http2-write-callbacks.js http2: use 'close' event instead of 'streamClosed' 2017-11-28 10:30:39 -08:00
test-http2-write-empty-string.js
test-http2-zero-length-write.js
test-https-agent-constructor.js
test-https-agent-create-connection.js
test-https-agent-disable-session-reuse.js test: use fixtures module 2017-10-28 19:05:31 -07:00
test-https-agent-getname.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
test-https-agent-secure-protocol.js
test-https-agent-servername.js
test-https-agent-session-eviction.js test: fix test-https-agent-session-eviction for 1.1 2017-11-11 20:42:50 +11:00
test-https-agent-session-reuse.js test: common.fixturesDir -> common.fixtures 2017-10-11 13:53:29 -04:00
test-https-agent-sni.js
test-https-agent-sockets-leak.js test: replace common.fixtures with fixtures module 2017-10-12 12:37:16 +05:30
test-https-agent.js test: use common/fixtures in test-https-agent 2017-10-12 17:29:12 -07:00
test-https-argument-of-creating.js
test-https-byteswritten.js test: replace fixturesDir with fixtures method 2017-10-12 11:44:43 +08:00
test-https-client-checkServerIdentity.js
test-https-client-get-url.js
test-https-client-reject.js
test-https-client-resume.js test: replace fixturesDir with fixtures module 2017-10-20 11:37:42 +02:00
test-https-close.js test: use common/fixtures in test-https-close 2017-10-12 18:23:41 -07:00
test-https-connect-address-family.js test: bypass dns for IPv6 net tests 2017-11-21 16:37:39 -05:00
test-https-connecting-to-http.js
test-https-drain.js test: use fixtures.readSync 2017-10-13 20:41:13 +08:00
test-https-eof-for-eom.js
test-https-foafssl.js test: use common fixtures module 2017-10-12 13:36:55 -07:00
test-https-host-headers.js
test-https-localaddress-bind-error.js test: use fixtures module 2017-10-28 22:54:26 +02:00
test-https-localaddress.js test: use fixtures in test-https-localaddress.js 2017-10-12 06:06:27 -07:00
test-https-options-boolean-check.js
test-https-pfx.js test: use fixtures module in test-https-pfx 2017-10-31 20:54:50 -07:00
test-https-req-split.js
test-https-resume-after-renew.js test: fixturesDir replaced to fixtures module 2017-10-11 11:53:20 +05:30
test-https-set-timeout-server.js test: use fixtures in test-https-set-timeout-server 2017-10-12 18:32:32 -07:00
test-https-simple.js test: use fixtures module instead of common 2017-10-09 02:13:16 -07:00
test-https-socket-options.js test: replaced fs.readSync with fixtures.readSync 2017-10-15 15:12:45 -07:00
test-https-strict.js test: switch to use common.fixtures.fixturesDir 2017-10-13 13:48:39 -07:00
test-https-timeout-server-2.js test: fs.readFileSync -> fixtures.readKey 2017-10-12 09:32:18 -07:00
test-https-timeout-server.js test: use fixtures.readKey in https-timeout-server 2017-10-22 20:47:59 +05:30
test-https-timeout.js test: replaces fixturesDir with fixtures 2017-10-14 17:15:05 +08:00
test-https-truncate.js test: fix linting error 2017-11-22 07:49:15 -08:00
test-https-unix-socket-self-signed.js test: use fixtures module 2017-10-09 02:13:20 -07:00
test-icu-data-dir.js
test-icu-punycode.js
test-icu-stringwidth.js
test-icu-transcode.js buffer: buffer.transcode to use internal/errors 2017-10-23 19:17:44 +05:30
test-inspect-async-hook-setup-at-inspect.js test: move inspector tests to parallel/sequential 2017-10-17 19:35:50 -04:00
test-instanceof.js
test-internal-errors.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-internal-fs-syncwritestream.js
test-internal-fs.js
test-internal-module-map-asserts.js test: improve coverage of ModuleMap.js 2017-10-19 01:52:49 -02: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 src: add internalBindings for binding isolation 2017-10-12 09:13:29 -05:00
test-internal-socket-list-receive.js
test-internal-socket-list-send.js
test-internal-unicode.js
test-internal-util-assertCrypto.js
test-internal-util-classwrapper.js
test-internal-util-decorate-error-stack.js test: make error stack test engine agnostic 2017-11-11 17:40:38 -08:00
test-internal-util-normalizeencoding.js
test-intl-v8BreakIterator.js test: use common.hasIntl instead of typeof Intl 2017-11-26 08:55:05 -08:00
test-intl.js
test-js-stream-call-properties.js
test-listen-fd-cluster.js
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js
test-listen-fd-server.js
test-memory-usage-emfile.js
test-memory-usage.js
test-microtask-queue-integration-domain.js test: use common.crashOnUnhandledRejection 2017-11-26 15:42:25 +09:00
test-microtask-queue-integration.js test: use crashOnUnhandledRejection 2017-11-22 07:22:35 -08:00
test-microtask-queue-run-domain.js test: use crashOnUnhandledRejection 2017-11-22 07:32:38 -08:00
test-microtask-queue-run-immediate-domain.js test: use common.crashOnUnhandledRejection 2017-11-26 15:48:32 +09:00
test-microtask-queue-run-immediate.js test: use common.crashOnUnhandledRejection 2017-11-22 07:16:26 -08:00
test-microtask-queue-run.js test: use common.crashOnUnhandledRejection() 2017-11-22 16:14:59 -08:00
test-module-binding.js module: rename internalModuleReadFile to internalModuleReadJSON 2017-11-28 16:21:53 -05:00
test-module-builtin.js module: add builtinModules 2017-11-28 02:36:34 +01:00
test-module-children.js test: replace fixturesDir with fixtures module 2017-10-19 18:01:02 +02:00
test-module-circular-symlinks.js
test-module-globalpaths-nodepath.js
test-module-loading-error.js
test-module-loading-globalpaths.js test: move to common.fixtures 2017-10-14 16:53:18 +08:00
test-module-main-extension-lookup.js module: fix extension lookups for top-level main 2017-10-28 13:25:40 +02:00
test-module-main-fail.js module: fix main resolution and not found updates 2017-10-21 10:45:40 -07:00
test-module-main-preserve-symlinks-fail.js module: fix main resolution and not found updates 2017-10-21 10:45:40 -07:00
test-module-nodemodulepaths.js
test-module-relative-lookup.js
test-module-require-depth.js test: replace common.fixturesDir w/common.fixtures 2017-10-11 22:10:36 +08: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: mock the lookup function in parallel tests 2017-11-28 23:06:56 +08: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-client-bind-twice.js
test-net-connect-buffer.js
test-net-connect-call-socket-connect.js
test-net-connect-handle-econnrefused.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js test: mock the lookup function in parallel tests 2017-11-28 23:06:56 +08:00
test-net-connect-options-allowhalfopen.js
test-net-connect-options-fd.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-net-connect-options-ipv6.js test: bypass dns for IPv6 net tests 2017-11-21 16:37:39 -05:00
test-net-connect-options-path.js
test-net-connect-options-port.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-net-connect-paused-connection.js
test-net-dns-custom-lookup.js
test-net-dns-error.js
test-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js
test-net-eaddrinuse.js
test-net-end-close.js
test-net-end-without-connect.js
test-net-error-twice.js
test-net-internal.js
test-net-isip.js
test-net-keepalive.js
test-net-large-string.js
test-net-listen-close-server-callback-is-not-function.js
test-net-listen-close-server.js
test-net-listen-error.js
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js
test-net-listening.js
test-net-local-address-port.js
test-net-localerror.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-net-normalize-args.js
test-net-options-lookup.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js
test-net-pipe-connect-errors.js test: fixtures in test-net-pipe-connect-errors 2017-10-13 12:47:17 -07:00
test-net-reconnect.js
test-net-remote-address-port.js
test-net-server-call-listen-multiple-times.js
test-net-server-close.js
test-net-server-connections-child-null.js
test-net-server-connections.js
test-net-server-listen-handle.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-net-server-listen-options.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-net-server-listen-path.js
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js test: add common.crashOnHandleRejection 2017-11-22 15:37:11 -08:00
test-net-server-max-connections.js
test-net-server-options.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
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-net-socket-connect-without-cb.js
test-net-socket-connecting.js
test-net-socket-destroy-send.js
test-net-socket-destroy-twice.js
test-net-socket-local-address.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js
test-net-socket-write-after-close.js
test-net-socket-write-error.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-net-stream.js
test-net-sync-cork.js
test-net-timeout-no-handle.js net: fix timeout with null handle 2017-10-25 14:48:30 -04: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-next-tick-doesnt-hang.js
test-next-tick-domain.js
test-next-tick-errors.js test: replace assert.throws w/ common.expectsError 2017-11-20 09:56:08 -05:00
test-next-tick-intentional-starvation.js
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick-when-exiting.js
test-next-tick.js
test-npm-install.js
test-openssl-ca-options.js
test-os-eol.js test: make test-os-eol engine agnostic 2017-11-11 17:40:42 -08:00
test-os-homedir-no-envvar.js
test-os.js test: handle blank shells in test-os.js 2017-10-22 22:58:37 +01:00
test-outgoing-message-pipe.js
test-path-basename.js
test-path-dirname.js
test-path-extname.js
test-path-isabsolute.js
test-path-join.js
test-path-makelong.js test: replaced fixturesDir with fixtures module 2017-10-09 02:13:19 -07:00
test-path-normalize.js
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-performance-function.js
test-performance-gc.js src: use unrefed async for GC tracking 2017-11-11 11:50:18 -05:00
test-performance.js
test-performanceobserver.js
test-pipe-address.js
test-pipe-file-to-http.js
test-pipe-head.js test: use of fixtures in test-pipe-head 2017-10-12 06:35:36 -07:00
test-pipe-outgoing-message-data-emitted-after-ended.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe-writev.js
test-preload.js
test-process-argv-0.js
test-process-assert.js
test-process-beforeexit.js
test-process-binding.js
test-process-chdir.js
test-process-config.js src: add openssl-system-ca-path configure option 2017-11-10 05:47:20 +01:00
test-process-constants-noatime.js
test-process-cpuUsage.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-process-dlopen-undefined-exports.js test: add test case for process.dlopen with undefined 2017-12-01 20:40:00 +01:00
test-process-emit.js test: use Number.isNaN() 2017-11-26 08:47:33 -08:00
test-process-emitwarning.js
test-process-env-symbols.js test: make test-process-env-symbols agnostic 2017-11-11 17:40:46 -08:00
test-process-env.js
test-process-exception-capture-errors.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-process-exception-capture-should-abort-on-uncaught.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-process-exception-capture.js process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
test-process-exec-argv.js
test-process-execpath.js
test-process-exit-GH-12322.js
test-process-exit-code.js test: clean up inappropriate language 2017-11-22 16:48:04 +02: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-getactivehandles.js
test-process-getactiverequests.js
test-process-geteuid-getegid.js
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js test: refactor test-process-kill-null 2017-10-18 07:56:04 -07:00
test-process-kill-pid.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-process-next-tick.js
test-process-no-deprecation.js
test-process-ppid.js src: add process.ppid 2017-11-10 14:27:52 -05:00
test-process-prototype.js
test-process-raw-debug.js test: clean up inappropriate language 2017-11-22 16:48:04 +02:00
test-process-redirect-warnings-env.js test: fixtures in test-process-redirect-warnings-env 2017-10-13 12:43:23 -07:00
test-process-redirect-warnings.js test: fixtures in test-process-redirect-warnings 2017-10-12 18:52:43 -07:00
test-process-release.js test: update process-release for Node 8 Carbon 2017-11-02 09:18:13 -07:00
test-process-remove-all-signal-listeners.js
test-process-setuid-setgid.js
test-process-versions.js build: add V8 embedder version string 2017-10-18 09:18:32 -07:00
test-process-warning.js
test-process-wrap.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-promise-internal-creation.js
test-promises-unhandled-proxy-rejections.js process: improve unhandled rejection message 2017-11-22 17:33:52 -05:00
test-promises-unhandled-rejections.js test: add missing spaces in concatenations 2017-10-17 12:41:03 +03:00
test-promises-unhandled-symbol-rejections.js process: improve unhandled rejection message 2017-11-22 17:33:52 -05:00
test-promises-warning-on-unhandled-rejection.js process: improve unhandled rejection message 2017-11-22 17:33:52 -05:00
test-punycode.js
test-querystring-escape.js test: make test-querystring-escape engine agnostic 2017-11-11 17:40:51 -08:00
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js test: replace function with arrow function 2017-11-29 16:10:08 +02:00
test-readdouble.js assert: use Object.is comparison in .strictEqual 2017-11-22 09:16:49 -08:00
test-readfloat.js test: make use of Number.isNaN to test-readfloat.js 2017-11-26 09:31:36 -08:00
test-readint.js
test-readline-csi.js
test-readline-emit-keypress-events.js
test-readline-interface.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-readline-keys.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-readline-position.js
test-readline-reopen.js
test-readline-set-raw-mode.js
test-readline-undefined-columns.js
test-readline.js
test-readuint.js
test-ref-unref-return.js
test-regress-GH-746.js
test-regress-GH-819.js
test-regress-GH-1531.js test: update test to use fixtures.readKey 2017-11-07 01:57:21 +00:00
test-regress-GH-1899.js test: replace fixturesDir with fixtures.path 2017-10-14 22:33:05 +08: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 net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-regress-GH-5927.js
test-regress-GH-6235.js
test-regress-GH-7511.js
test-regress-GH-9819.js
test-regress-GH-12371.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-autolibs.js
test-repl-console.js
test-repl-context.js
test-repl-definecommand.js
test-repl-deprecations.js
test-repl-domain.js
test-repl-editor.js
test-repl-empty.js
test-repl-end-emits-exit.js
test-repl-envvars.js
test-repl-eval-scope.js
test-repl-eval.js
test-repl-function-definition-edge-case.js
test-repl-harmony.js test: make test-repl-harmony engine agnostic 2017-11-11 17:40:55 -08:00
test-repl-history-perm.js test: include file mode in assert message 2017-11-07 09:44:22 +00:00
test-repl-let-process.js lib: add `process` to internal module wrapper 2017-11-28 02:53:42 +01:00
test-repl-load-multiline.js test: use common.crashOnUnhandledRejection 2017-11-23 10:32:26 +08:00
test-repl-memory-deprecation.js repl: deprecate REPLServer.prototype.memory 2017-10-19 14:58:26 -04:00
test-repl-mode.js
test-repl-null-thrown.js
test-repl-null.js
test-repl-options.js
test-repl-persistent-history.js test: fixtures in repl persistent history test 2017-10-15 21:49:01 -07:00
test-repl-preprocess-top-level-await.js repl: support top-level await 2017-11-16 15:42:46 -08:00
test-repl-pretty-custom-stack.js repl: remove internal frames from runtime errors 2017-10-11 14:51:41 -04:00
test-repl-pretty-stack.js repl: remove internal frames from runtime errors 2017-10-11 14:51:41 -04:00
test-repl-recoverable.js
test-repl-require-cache.js
test-repl-require-context.js test: update test to use fixtures 2017-11-06 16:34:27 +00:00
test-repl-require.js test: replaces common.fixturesDir usage 2017-10-11 11:44:22 +05:30
test-repl-reset-event.js
test-repl-save-load.js
test-repl-setprompt.js
test-repl-sigint-nested-eval.js
test-repl-sigint.js
test-repl-syntax-error-handling.js test: clean up inappropriate language 2017-11-22 16:48:04 +02:00
test-repl-syntax-error-stack.js test: make test-repl-syntax-error-stack agnostic 2017-11-11 17:40:58 -08:00
test-repl-tab-complete-crash.js
test-repl-tab-complete.js test: make REPL test pass in coverage mode 2017-11-16 22:54:16 +01:00
test-repl-tab.js
test-repl-throw-null-or-undefined.js repl: avoid crashing from null and undefined errors 2017-10-31 14:37:37 -04:00
test-repl-top-level-await.js repl: support top-level await 2017-11-16 15:42:46 -08:00
test-repl-turn-off-editor-mode.js
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js
test-repl-use-global.js
test-repl.js test: make test-repl engine agnostic 2017-11-11 17:41:02 -08:00
test-require-cache.js
test-require-deps-deprecation.js test: add test for importing acorn 2017-11-16 15:42:00 -08:00
test-require-dot.js test: improve assertion in test-require-dot 2017-11-08 14:20:06 +00:00
test-require-exceptions.js test: change common.fixturesDir to fixtures.path 2017-10-16 09:59:03 -04:00
test-require-extensions-main.js test: add values to error message 2017-11-08 13:41:16 +00:00
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-invalid-package.js
test-require-json.js test: make test-require-json engine agnostic 2017-11-11 17:41:07 -08:00
test-require-long-path.js
test-require-nul.js
test-require-process.js
test-require-resolve.js module: replace default paths in require.resolve() 2017-11-21 11:38:12 -05:00
test-require-symlink.js
test-require-unicode.js
test-setproctitle.js
test-sigint-infinite-loop.js
test-signal-args.js process: Send signal name to signal handlers 2017-11-22 14:35:39 -08:00
test-signal-handler.js
test-signal-safety.js
test-signal-unregister.js
test-socket-address.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-spawn-cmd-named-pipe.js
test-stdin-child-proc.js
test-stdin-from-file.js
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js
test-stdin-script-child-option.js
test-stdin-script-child.js
test-stdio-closed.js
test-stdio-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-stream-base-prototype-accessors-enumerability.js src: make StreamBase prototype accessors robust 2017-11-11 12:52:51 +08:00
test-stream-base-prototype-accessors.js src: make StreamBase prototype accessors robust 2017-11-11 12:52:51 +08:00
test-stream-base-typechecking.js
test-stream-big-packet.js stream: remove usage of *State.highWaterMark 2017-11-15 14:30:39 +01:00
test-stream-big-push.js
test-stream-buffer-list.js
test-stream-decoder-objectmode.js
test-stream-duplex-destroy.js
test-stream-duplex.js
test-stream-end-paused.js
test-stream-events-prepend.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream-inheritance.js
test-stream-ispaused.js
test-stream-objectmode-undefined.js
test-stream-pipe-after-end.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream-pipe-await-drain-manual-resume.js test: improve assert messages in stream test 2017-11-08 14:58:03 +00:00
test-stream-pipe-await-drain-push-while-write.js
test-stream-pipe-await-drain.js
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js
test-stream-pipe-event.js
test-stream-pipe-multiple-pipes.js
test-stream-pipe-same-destination-twice.js
test-stream-pipe-unpipe-streams.js
test-stream-pipe-without-listenerCount.js
test-stream-preprocess.js
test-stream-push-order.js
test-stream-push-strings.js test: use arrow functions instead of bind 2017-11-18 17:31:46 +01:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-destroy.js
test-stream-readable-emittedReadable.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js stream: remove usage of *State.highWaterMark 2017-11-15 14:30:39 +01:00
test-stream-readable-invalid-chunk.js stream: complete migration to internal/errors 2017-10-29 18:57:28 +01:00
test-stream-readable-needReadable.js
test-stream-readable-reading-readingMore.js
test-stream-readable-resumeScheduled.js
test-stream-readable-with-unimplemented-_read.js stream: migrate _stream_readable use error codes 2017-10-29 12:29:29 +01:00
test-stream-readableListening-state.js
test-stream-transform-callback-twice.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-destroy.js
test-stream-transform-final-sync.js
test-stream-transform-final.js
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js
test-stream-transform-split-highwatermark.js
test-stream-transform-split-objectmode.js stream: remove usage of *State.highWaterMark 2017-11-15 14:30:39 +01:00
test-stream-uint8array.js
test-stream-unpipe-event.js
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js stream: migrate _stream_readable use error codes 2017-10-29 12:29:29 +01: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-12 10:29:45 -08:00
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream-writable-destroy.js
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-12 10:29:45 -08:00
test-stream-writable-write-writev-finish.js
test-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-write-final.js
test-stream-writev.js
test-stream2-base64-single-char-read-end.js
test-stream2-basic.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream2-compatibility.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream2-decode-partial.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js
test-stream2-objects.js
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream2-push.js
test-stream2-read-sync-stack.js
test-stream2-readable-empty-buffer-no-eof.js
test-stream2-readable-from-list.js
test-stream2-readable-legacy-drain.js
test-stream2-readable-non-empty-end.js
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js
test-stream2-set-encoding.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream2-transform.js test: add test of stream Transform 2017-11-26 11:03:19 +01:00
test-stream2-unpipe-drain.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream2-unpipe-leak.js stream: remove usage of *State.highWaterMark 2017-11-15 14:30:39 +01:00
test-stream2-writable.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js
test-stream3-pause-then-read.js
test-streams-highwatermark.js
test-string-decoder-end.js
test-string-decoder.js test: use template literals in test-string-decoder 2017-10-10 21:54:41 -07:00
test-stringbytes-external.js
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
test-tcp-wrap-connect.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-tcp-wrap-listen.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-tcp-wrap.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-tick-processor-version-check.js test: tick processor version check regression test 2017-11-07 12:15:33 +01:00
test-timer-close.js
test-timers-active.js
test-timers-api-refs.js
test-timers-args.js
test-timers-clear-null-does-not-throw-error.js
test-timers-clearImmediate.js
test-timers-enroll-invalid-msecs.js
test-timers-immediate-queue.js
test-timers-immediate.js
test-timers-linked-list.js
test-timers-max-duration-warning.js
test-timers-nested.js
test-timers-non-integer-delay.js
test-timers-now.js
test-timers-ordering.js
test-timers-promisified.js
test-timers-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.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.js
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js
test-timers-unrefed-in-callback.js
test-timers-user-call.js
test-timers-zero-timeout.js
test-timers.js test: replace function with arrow function 2017-11-26 09:09:37 -08:00
test-tls-0-dns-altname.js
test-tls-addca.js
test-tls-alert-handling.js
test-tls-alert.js
test-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end.js test: replaced fixturesDir with common.fixtures 2017-10-13 20:36:40 +08:00
test-tls-basic-validations.js
test-tls-buffersize.js tls: properly track writeQueueSize during writes 2017-10-21 09:48:36 -04:00
test-tls-ca-concat.js
test-tls-canonical-ip.js http, tls: better support for IPv6 addresses 2017-11-02 21:05:20 -04:00
test-tls-cert-chains-concat.js
test-tls-cert-chains-in-ca.js
test-tls-cert-regression.js test: test with a larger RSA key 2017-11-11 20:42:50 +11:00
test-tls-check-server-identity.js
test-tls-cipher-list.js
test-tls-client-abort.js
test-tls-client-abort2.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js tls: set ecdhCurve default to 'auto' 2017-11-29 00:43:05 +01:00
test-tls-client-mindhsize.js
test-tls-client-reject.js
test-tls-client-resume.js test: replace common.fixturesDir with fixtures 2017-10-10 22:38:05 -07:00
test-tls-client-verify.js
test-tls-clientcertengine-invalid-arg-type.js test: add tls clientcertengine tests 2017-11-11 13:35:24 -08:00
test-tls-clientcertengine-unsupported.js test: add tls clientcertengine tests 2017-11-11 13:35:24 -08:00
test-tls-close-error.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js
test-tls-connect-address-family.js test: configure certs in tests 2017-11-11 20:42:50 +11:00
test-tls-connect-given-socket.js test: switch to use common.fixtures module for fixturesDir 2017-10-11 14:36:52 +05:30
test-tls-connect-no-host.js test: use common/fixtures in tls-connect-no-host 2017-10-12 17:32:05 -07:00
test-tls-connect-pipe.js
test-tls-connect-secure-context.js test: replace common.fixturesDir w/ fixtures.path 2017-10-10 08:14:23 +02:00
test-tls-connect-simple.js
test-tls-connect-stream-writes.js
test-tls-connect.js test: replace fixturesDir in test-tls-connect 2017-10-28 19:08:56 -07:00
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js test: use fixtures.readKey instead of fixturesDir 2017-10-21 21:59:52 +08:00
test-tls-destroy-whilst-write.js
test-tls-dhe.js
test-tls-disable-renegotiation.js test: replace fixturesDir with fixtures module 2017-10-11 16:50:53 -07:00
test-tls-ecdh-auto.js
test-tls-ecdh-disable.js crypto: deprecate {ecdhCurve: false} 2017-11-11 20:42:50 +11:00
test-tls-ecdh-multiple.js
test-tls-ecdh.js test: replace fixturesDir with fixtures module 2017-10-09 02:13:19 -07:00
test-tls-econnreset.js test: revise test-tls-econnreset for OpenSSL 1.1.0 2017-11-11 20:42:50 +11:00
test-tls-empty-sni-context.js
test-tls-env-bad-extra-ca.js
test-tls-env-extra-ca.js
test-tls-external-accessor.js test: make test-tls-external-accessor agnostic 2017-11-11 17:41:11 -08:00
test-tls-fast-writing.js test: use fixtures module 2017-10-14 20:28:16 -07:00
test-tls-friendly-error-message.js test: use fixtures in tls-friendly-error-message 2017-10-12 18:08:45 -07:00
test-tls-getcipher.js test: use fixtures module 2017-10-19 01:52:48 -02:00
test-tls-getprotocol.js test: replace common.fixturesDir with fixtures.readSync() 2017-11-06 17:47:05 +00:00
test-tls-handshake-error.js test: use fixtures module in tls-handshake-error 2017-10-27 06:57:03 -07:00
test-tls-handshake-nohang.js
test-tls-hello-parser-failure.js test: refactor tls test to use fixtres.readSync 2017-11-07 12:39:50 +05:30
test-tls-honorcipherorder.js test: replace fixturesDir with common.fixtures 2017-10-10 19:25:18 -07:00
test-tls-inception.js test: use fixtures module 2017-10-19 01:52:48 -02:00
test-tls-interleave.js
test-tls-invoke-queued.js
test-tls-js-stream.js test: replace common.fixtiresDir with fixtures.readKey() 2017-11-08 12:31:39 +00:00
test-tls-junk-closes-server.js test: replace common.fixturesDir 2017-10-11 17:44:28 +05:30
test-tls-junk-server.js test: update test expectations for OpenSSL 1.1.0 2017-11-11 20:42:49 +11:00
test-tls-key-mismatch.js test: replace fixturesDir with common.fixtures 2017-10-16 10:03:14 +05:30
test-tls-legacy-deprecated.js
test-tls-legacy-onselect.js
test-tls-lookup.js net: convert to using internal/errors 2017-10-15 11:48:38 +08:00
test-tls-max-send-fragment.js test: use common.fixtures in tls test 2017-10-09 02:13:18 -07:00
test-tls-multi-key.js test: use fixtures in test-tls-multi-key.js 2017-10-13 13:55:15 -07:00
test-tls-multi-pfx.js
test-tls-net-connect-prefer-path.js test: fix lint error 2017-10-11 06:42:08 -07:00
test-tls-no-cert-required.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-tls-no-rsa-key.js
test-tls-no-sslv3.js test: update test expectations for OpenSSL 1.1.0 2017-11-11 20:42:49 +11: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-tls-over-http-tunnel.js
test-tls-parse-cert-string.js
test-tls-passphrase.js
test-tls-pause.js
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js
test-tls-pfx-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-tls-securepair-leak.js
test-tls-securepair-server.js
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js test: update test expectations for OpenSSL 1.1.0 2017-11-11 20:42:49 +11:00
test-tls-server-setoptions-clientcertengine.js test: add tls clientcertengine tests 2017-11-11 13:35:24 -08:00
test-tls-server-verify.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
test-tls-session-cache.js
test-tls-set-ciphers.js
test-tls-set-encoding.js
test-tls-sni-option.js
test-tls-sni-server-client.js
test-tls-socket-close.js
test-tls-socket-constructor-alpn-npn-options-parsing.js tls: accept array of protocols in TLSSocket 2017-11-04 11:36:16 -04:00
test-tls-socket-default-options.js
test-tls-socket-destroy.js
test-tls-socket-failed-handshake-emits-error.js test: update test expectations for OpenSSL 1.1.0 2017-11-11 20:42:49 +11:00
test-tls-startcom-wosign-whitelist.js
test-tls-starttls-server.js
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-two-cas-one-string.js
test-tls-wrap-econnreset-localaddress.js
test-tls-wrap-econnreset-pipe.js
test-tls-wrap-econnreset-socket.js
test-tls-wrap-econnreset.js
test-tls-wrap-event-emmiter.js lib: refactor wrap_js_stream for ES6/readability 2017-10-19 18:06:27 +02:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js
test-trace-events-all.js async_hooks: add trace events to async_hooks 2017-11-16 11:46:54 +01:00
test-trace-events-async-hooks.js trace_events: add executionAsyncId to init events 2017-11-24 21:52:11 +01:00
test-trace-events-binding.js trace_events: add executionAsyncId to init events 2017-11-24 21:52:11 +01:00
test-trace-events-category-used.js async_hooks: add trace events to async_hooks 2017-11-16 11:46:54 +01:00
test-trace-events-none.js async_hooks: add trace events to async_hooks 2017-11-16 11:46:54 +01:00
test-trace-events-v8.js async_hooks: add trace events to async_hooks 2017-11-16 11:46:54 +01:00
test-tty-backwards-api.js
test-ttywrap-invalid-fd.js tty: convert to internal/errors using SystemError 2017-11-02 11:58:38 -07:00
test-types.js
test-umask.js test: improve coverage for process.umask 2017-10-15 16:09:44 -04:00
test-url-domain-ascii-unicode.js
test-url-format-invalid-input.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-url-format-whatwg.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-url-format.js
test-url-parse-format.js
test-url-parse-invalid-input.js
test-url-parse-query.js
test-url-relative.js
test-utf8-scripts.js
test-util-callbackify.js doc,test: remove unnecessary await with return instances 2017-11-30 23:24:44 -08:00
test-util-deprecate-invalid-code.js util: expand test coverage for util.deprecate 2017-10-22 11:31:21 -04:00
test-util-deprecate.js util: emit deprecation code only once 2017-11-16 22:00:24 -08:00
test-util-format-shared-arraybuffer.js test: remove --harmony-sharedarraybuffer usage 2017-10-22 14:09:46 +02:00
test-util-format.js test: use ES6 classes instead of util.inherits 2017-11-12 10:29:45 -08:00
test-util-inherits.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
test-util-inspect-deprecated.js util: runtime deprecation for custom .inspect() 2017-11-16 22:00:39 -08:00
test-util-inspect-proxy.js
test-util-inspect.js util: use @@toStringTag 2017-12-01 21:00:33 +01:00
test-util-internal.js src: remove throws in set/getHiddenValue 2017-11-02 07:24:49 -07:00
test-util-isDeepStrictEqual.js util,assert: expose util.isDeepStrictEqual() 2017-10-25 22:30:37 -07:00
test-util-log.js
test-util-promisify.js
test-util-sigint-watchdog.js
test-util.js
test-uv-binding-constant.js
test-uv-errno.js
test-v8-flag-type-check.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
test-v8-flags.js
test-v8-serdes-sharedarraybuffer.js test: remove --harmony-sharedarraybuffer usage 2017-10-22 14:09:46 +02:00
test-v8-serdes.js test: make test-v8-serdes work without stdin 2017-10-25 07:15:44 +02:00
test-v8-stats.js
test-v8-version-tag.js
test-vm-attributes-property-not-on-sandbox.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02: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-10-28 19:00:47 -07: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-data-property-writable.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-deleting-property.js
test-vm-function-declaration.js
test-vm-function-redefinition.js
test-vm-getters.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-global-assignment.js
test-vm-global-define-property.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-global-identity.js
test-vm-global-non-writable-properties.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-global-property-interceptors.js test: add test for prop interceptors on sandbox 2017-10-26 10:23:07 +02:00
test-vm-harmony-symbols.js
test-vm-indexed-properties.js
test-vm-inherited_properties.js test: fix test for inherited properties on vm 2017-10-25 17:23:40 +02:00
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-10-19 02:26:02 -02:00
test-vm-property-not-on-sandbox.js
test-vm-proxies.js
test-vm-proxy-failure-CP.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-run-in-new-context.js test: cover vm.runInNewContext() 2017-11-10 12:54:05 -05:00
test-vm-script-throw-in-tostring.js test: add test case for throwing an exception with vm.Script 2017-12-01 20:39:51 +01:00
test-vm-sigint-existing-handler.js
test-vm-sigint.js
test-vm-static-this.js
test-vm-strict-assign.js src: use new V8 API in vm module 2017-10-23 14:35:09 +02:00
test-vm-strict-mode.js src: fix vm module for strict mode 2017-10-27 10:12:02 +02:00
test-vm-symbols.js test: remove error msg in test-vm-symbols.js 2017-10-19 02:47:45 -02:00
test-vm-syntax-error-message.js
test-vm-syntax-error-stderr.js
test-vm-timeout.js
test-warn-sigprof.js
test-wasm-simple.js test: add common.crashOnUnhandledRejection() 2017-11-22 08:01:14 -08:00
test-whatwg-encoding-fatal-streaming.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-internals.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-surrogates-utf8.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textdecoder-fatal.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textdecoder-ignorebom.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textdecoder-streaming.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textdecoder-utf16-surrogates.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textdecoder.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textencoder-utf16-surrogates.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-encoding-textencoder.js util: graduate TextEncoder/TextDecoder, tests 2017-10-23 21:12:56 -07:00
test-whatwg-url-constructor.js
test-whatwg-url-domainto.js
test-whatwg-url-historical.js
test-whatwg-url-inspect.js
test-whatwg-url-origin.js
test-whatwg-url-parsing.js url: fix port overflow checking 2017-10-10 08:13:19 -07:00
test-whatwg-url-properties.js
test-whatwg-url-searchparams-append.js
test-whatwg-url-searchparams-constructor.js
test-whatwg-url-searchparams-delete.js
test-whatwg-url-searchparams-entries.js
test-whatwg-url-searchparams-foreach.js
test-whatwg-url-searchparams-get.js
test-whatwg-url-searchparams-getall.js
test-whatwg-url-searchparams-has.js
test-whatwg-url-searchparams-inspect.js
test-whatwg-url-searchparams-keys.js
test-whatwg-url-searchparams-set.js
test-whatwg-url-searchparams-sort.js test: replace concatenation with literals 2017-10-19 01:52:49 -02:00
test-whatwg-url-searchparams-stringifier.js
test-whatwg-url-searchparams-values.js
test-whatwg-url-searchparams.js
test-whatwg-url-setters.js test: use template string for concatenation 2017-11-11 10:55:00 +01:00
test-whatwg-url-toascii.js
test-whatwg-url-tojson.js
test-whatwg-url-tostringtag.js
test-windows-abort-exitcode.js
test-windows-failed-heap-allocation.js
test-wrap-js-stream-duplex.js src: turn JS stream into a full duplex 2017-10-23 16:50:42 +02:00
test-wrap-js-stream-read-stop.js test: add test for WrapStream readStop 2017-10-26 06:07:46 -04:00
test-writedouble.js test: fix isNAN->Number.isNAN 2017-11-26 09:34:59 -08:00
test-writefloat.js
test-writeint.js test: replace function with arrow function 2017-11-29 16:10:08 +02:00
test-writeuint.js test: use arrow function 2017-11-26 08:57:35 -08:00
test-zerolengthbufferbug.js test: replace function with arrow function 2017-11-29 16:10:08 +02:00
test-zlib-bytes-read.js
test-zlib-close-after-error.js
test-zlib-close-after-write.js
test-zlib-const.js
test-zlib-convenience-methods.js
test-zlib-create-raw.js
test-zlib-deflate-constructors.js
test-zlib-deflate-raw-inherits.js
test-zlib-destroy-pipe.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-empty-buffer.js zlib: fix decompression of empty data streams 2017-11-18 20:40:27 +01:00
test-zlib-failed-init.js zlib: gracefully set windowBits from 8 to 9 2017-10-29 20:14:01 +01:00
test-zlib-flush-drain-longblock.js
test-zlib-flush-drain.js
test-zlib-flush-flags.js
test-zlib-flush-multiple-scheduled.js
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js test: use default message for assert.strictEqual 2017-10-19 01:52:47 -02:00
test-zlib-from-gzip-with-trailing-garbage.js test: improve asset msg in test 2017-10-09 02:13:17 -07:00
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input.js
test-zlib-not-string-or-buffer.js
test-zlib-object-write.js zlib: fix assert fail for bad write in object mode 2017-11-18 20:55:57 +01:00
test-zlib-params.js
test-zlib-random-byte-pipes.js
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-unzip-one-byte-chunks.js test: rewrite assert message 2017-10-10 21:45:45 -07:00
test-zlib-write-after-close.js
test-zlib-write-after-flush.js
test-zlib-zero-byte.js
test-zlib.js doc: more accurate zlib windowBits information 2017-10-29 20:14:16 +01:00
testcfg.py