node/test/parallel
Rich Trott ff001c12b0 test: move WPT to its own testing module
This is first in a hoped-for series of moves away from a monolithic
common.js that is loaded for every test and towards a more modular
approach. (In the end, common.js will hopefully contain checks for
variables leaking into the global space and perhaps some of the more
ubiquitous functions like common.mustCall().)

Move the WPT testing code to its own module.

PR-URL: https://github.com/nodejs/node/pull/12736
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2017-05-03 17:00:31 -07:00
..
parallel.status test: fix flaky child-process-exec-kill-throws 2017-03-30 22:49:19 -07:00
test-arm-math-exp-regress-1376.js
test-assert-checktag.js test: add second argument to assert.throws 2017-04-13 11:31:39 +02:00
test-assert-deep.js test: add second argument to assert.throws 2017-04-13 11:31:39 +02:00
test-assert-fail.js assert: improve assert.fail() API 2017-04-12 14:25:22 -07:00
test-assert-typedarray-deepequal.js
test-assert.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-async-wrap-check-providers.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-async-wrap-disabled-propagate-parent.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-async-wrap-post-did-throw.js
test-async-wrap-propagate-parent.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-async-wrap-throw-no-init.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-async-wrap-uid.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-bad-unicode.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-beforeexit-event-exit.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-benchmark-crypto.js test: add test-benchmark-crypto 2017-04-14 14:30:07 -07:00
test-binding-constants.js lib,src: make constants not inherit from Object 2017-03-22 15:02:43 -07:00
test-buffer-alloc.js buffer: fix backwards incompatibility 2017-04-18 08:47:11 -07:00
test-buffer-arraybuffer.js test: increase coverage for buffer.js 2017-04-19 09:53:37 -07:00
test-buffer-ascii.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-buffer-bad-overload.js
test-buffer-badhex.js
test-buffer-bindingobj-no-zerofill.js test: fix allocUnsafe uninitialized buffer check 2017-04-11 02:45:25 -07:00
test-buffer-bytelength.js test: increase coverage of buffer 2017-05-03 10:35:56 +08:00
test-buffer-compare-offset.js test: increase coverage of buffer 2017-02-05 16:57:42 -08:00
test-buffer-compare.js
test-buffer-concat.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-buffer-copy.js doc,test: args to `buffer.copy` can be Uint8Arrays 2017-02-24 01:59:18 +01:00
test-buffer-equals.js test: validate error message from buffer.equals 2017-02-11 14:58:50 +09:00
test-buffer-failed-alloc-typed-arrays.js
test-buffer-fakes.js
test-buffer-fill.js buffer: remove error for malformatted hex string 2017-03-28 11:31:10 -07:00
test-buffer-includes.js test: fix broken tests in test-buffer-includes 2017-03-27 10:28:25 -07:00
test-buffer-indexof.js test: update Buffer.lastIndexOf 2017-01-25 00:37:37 +01:00
test-buffer-inheritance.js
test-buffer-inspect.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-buffer-isencoding.js
test-buffer-iterator.js
test-buffer-new.js
test-buffer-no-negative-allocation.js
test-buffer-nopendingdep-map.js buffer: add pending deprecation warning 2017-04-19 09:15:57 -07:00
test-buffer-over-max-length.js
test-buffer-parent-property.js
test-buffer-pending-deprecation.js test: check that pending warning is emitted once 2017-04-24 14:14:24 -07:00
test-buffer-prototype-inspect.js test: add test-buffer-prototype-inspect 2017-03-02 09:38:57 -08:00
test-buffer-read.js test: consolidate buffer.read() in a file 2017-02-16 15:17:17 -08:00
test-buffer-regression-649.js
test-buffer-safe-unsafe.js
test-buffer-sharedarraybuffer.js
test-buffer-slice.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-buffer-slow.js
test-buffer-swap.js test: use block scoped variable names 2017-04-24 13:45:44 -07:00
test-buffer-tojson.js buffer, test: add tests for buffer.toJSON 2017-01-28 23:58:33 +08:00
test-buffer-tostring-range.js buffer: stricter argument checking in toString 2017-02-05 14:14:53 +02:00
test-buffer-tostring.js test: increase coverage of buffer 2017-05-03 10:35:56 +08:00
test-buffer-write-noassert.js src: allow ArrayBufferView as instance of Buffer 2017-04-12 10:02:59 -07:00
test-buffer-write.js test: increase coverage of buffer 2017-05-03 10:35:56 +08:00
test-buffer-zero-fill-cli.js
test-buffer-zero-fill-reset.js
test-buffer-zero-fill.js buffer: zero fill Buffer(num) by default 2017-04-03 09:57:24 -07:00
test-c-ares.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-bad-stdio.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-child-process-buffering.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-constructor.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-child-process-custom-fds.js
test-child-process-cwd.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-default-options.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-child-process-detached.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-disconnect.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-child-process-double-pipe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-env.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-child-process-exec-cwd.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-exec-encoding.js test: increase coverage for exec() functions 2017-01-25 09:33:56 -05:00
test-child-process-exec-env.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-child-process-exec-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-exec-kill-throws.js test: fix flaky child-process-exec-kill-throws 2017-03-30 22:49:19 -07:00
test-child-process-exec-maxBuffer.js
test-child-process-exec-stdout-stderr-data-string.js
test-child-process-exec-timeout.js test: fix flaky test-child-process-exec-timeout 2017-04-04 15:02:35 +02:00
test-child-process-execfile.js test: complete coverage of lib/child_process.js 2017-04-18 15:15:19 -04:00
test-child-process-exit-code.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-flush-stdio.js
test-child-process-fork-and-spawn.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-child-process-fork-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork-dgram.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-child-process-fork-exec-argv.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork-exec-path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork-net.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-child-process-fork-net2.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-child-process-fork-ref.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork-ref2.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-child-process-fork-regr-gh-2847.js
test-child-process-fork-stdio-string-variant.js test: include all stdio strings for fork() 2017-03-13 11:42:30 -07:00
test-child-process-fork-stdio.js
test-child-process-fork.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork3.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-internal.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-ipc.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-kill.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-child-process-recv-handle.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-send-after-close.js
test-child-process-send-cb.js
test-child-process-send-keep-open.js
test-child-process-send-returns-boolean.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-child-process-send-type-error.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-child-process-send-utf8.js test: replace [].join() with ''.repeat() 2017-04-16 03:08:11 +03:00
test-child-process-set-blocking.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-silent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-spawn-argv0.js
test-child-process-spawn-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-spawn-shell.js test: do not use `more` command on Windows 2017-03-23 05:52:35 +02:00
test-child-process-spawn-typeerror.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-child-process-spawnsync-env.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-spawnsync-input.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-child-process-spawnsync-kill-signal.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-child-process-spawnsync-maxbuf.js
test-child-process-spawnsync-shell.js test: do not use `more` command on Windows 2017-03-23 05:52:35 +02:00
test-child-process-spawnsync-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-spawnsync-validation-errors.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-child-process-spawnsync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-stdin-ipc.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-stdin.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-child-process-stdio-big-write-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-stdio-inherit.js test: do not use `more` command on Windows 2017-03-23 05:52:35 +02:00
test-child-process-stdio.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-child-process-stdout-flush-exit.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-child-process-stdout-flush.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-uid-gid.js
test-child-process-validate-stdio.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
test-cli-eval-event.js
test-cli-eval.js lib: fix event race condition with -e 2017-03-24 09:19:09 -07:00
test-cli-node-options.js test: add hasCrypto check to test-cli-node-options 2017-04-29 13:57:38 +02:00
test-cli-syntax.js test: fix test-cli-syntax assertions on windows 2017-04-04 12:12:16 -04:00
test-cluster-basic.js test: remove common.PORT from test-cluster-basic 2017-04-14 22:08:58 -07:00
test-cluster-bind-privileged-port.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-bind-twice.js test: use dynamic port in test-cluster-bind-twice 2017-04-18 10:05:12 -07:00
test-cluster-dgram-1.js test: dynamic port in cluster worker dgram 2017-04-22 22:38:50 -07:00
test-cluster-dgram-2.js test: dynamic port in cluster worker dgram 2017-04-22 22:38:50 -07:00
test-cluster-dgram-reuse.js
test-cluster-disconnect-before-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-disconnect-idle-worker.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-disconnect-leak.js test: remove common.PORT from test-cluster*.js 2017-04-18 09:43:46 -07:00
test-cluster-disconnect-race.js test: remove common.PORT from test-cluster*.js 2017-04-18 09:43:46 -07:00
test-cluster-disconnect-suicide-race.js
test-cluster-disconnect-unshared-tcp.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-disconnect-unshared-udp.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-disconnect-with-no-workers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-disconnect.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-cluster-eaccess.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-eaddrinuse.js test: dynamic port in cluster eaddrinuse 2017-04-24 13:41:06 -07:00
test-cluster-fork-env.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-fork-stdio.js
test-cluster-http-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-inspector-debug-port.js src: remove support for --debug 2017-04-06 09:50:09 +02:00
test-cluster-invalid-message.js
test-cluster-ipc-throw.js test: dynamic port in cluster ipc throw 2017-04-24 13:33:18 -07:00
test-cluster-listening-port.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-cluster-master-error.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-cluster-master-kill.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-cluster-message.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-cluster-net-listen.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-net-send.js test: remove common.PORT from multiple tests 2017-04-18 08:07:04 -07:00
test-cluster-process-disconnect.js test: remove common.PORT from test-cluster*.js 2017-04-18 09:43:46 -07:00
test-cluster-rr-domain-listen.js test: remove common.PORT from multiple tests 2017-04-18 08:07:04 -07:00
test-cluster-rr-ref.js test: remove common.PORT from multiple tests 2017-04-18 08:07:04 -07:00
test-cluster-send-deadlock.js test: dynamic port in cluster worker send 2017-04-19 10:09:13 -07:00
test-cluster-send-handle-twice.js test: dynamic port in cluster worker send 2017-04-19 10:09:13 -07:00
test-cluster-server-restart-none.js test: dynamic port in parallel cluster tests 2017-04-24 10:25:46 -07:00
test-cluster-server-restart-rr.js test: dynamic port in parallel cluster tests 2017-04-24 10:25:46 -07:00
test-cluster-setup-master-argv.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-setup-master-cumulative.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-setup-master-emit.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-setup-master-multiple.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-setup-master.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-shared-handle-bind-error.js test: dynamic port in parallel cluster tests 2017-04-24 10:25:46 -07:00
test-cluster-shared-handle-bind-privileged-port.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-shared-leak.js test: remove common.PORT from multiple tests 2017-04-18 08:07:04 -07:00
test-cluster-uncaught-exception.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-constructor.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-death.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-deprecated.js
test-cluster-worker-destroy.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-worker-disconnect-on-error.js test: dynamic port in cluster worker disconnect 2017-04-19 10:33:28 -07:00
test-cluster-worker-disconnect.js test: use dynamic port in 3 test-cluster-worker tests 2017-04-18 08:32:43 -07:00
test-cluster-worker-events.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-exit.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-cluster-worker-forced-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-init.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-cluster-worker-isconnected.js
test-cluster-worker-isdead.js
test-cluster-worker-kill.js test: use dynamic port in 3 test-cluster-worker tests 2017-04-18 08:32:43 -07:00
test-cluster-worker-no-exit.js test: remove common.PORT from multiple tests 2017-04-18 08:07:04 -07:00
test-cluster-worker-wait-server-close.js test: dynamic port in cluster worker wait close 2017-04-19 10:20:03 -07:00
test-common.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-console-async-write-error.js console: fixup `console.dir()` error handling 2017-02-21 16:50:58 +01:00
test-console-instance.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-console-not-call-toString.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-console-sync-write-error.js console: fixup `console.dir()` error handling 2017-02-21 16:50:58 +01:00
test-console.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-constants.js
test-crypto-authenticated.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-binary-default.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-certificate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-cipher-decipher.js crypto: throw error in CipherBase::SetAutoPadding 2017-02-07 13:07:55 +01:00
test-crypto-cipheriv-decipheriv.js benchmark,build,doc,lib,src,test: correct typos 2017-03-03 16:29:19 -05:00
test-crypto-deprecated.js
test-crypto-dh-odd-key.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-dh.js crypto: support all ArrayBufferView types 2017-04-12 10:03:22 -07:00
test-crypto-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-domains.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-ecb.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-engine.js test: improve crypto.setEngine coverage to check for errors 2017-02-07 15:45:52 -08:00
test-crypto-fips.js crypto: support OPENSSL_CONF again 2017-02-09 12:26:39 -08:00
test-crypto-from-binary.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-hash-stream-pipe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-hash.js crypto: throw proper errors if out enc is UTF-16 2017-05-03 19:19:05 +02:00
test-crypto-hmac.js crypto: throw proper errors if out enc is UTF-16 2017-05-03 19:19:05 +02:00
test-crypto-lazy-transform-writable.js test: add crypto check to crypto-lazy-transform 2017-04-17 09:04:11 -07:00
test-crypto-padding-aes256.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-padding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-pbkdf2.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-crypto-random.js crypto: add randomFill and randomFillSync 2017-04-17 14:28:37 -05:00
test-crypto-rsa-dsa.js
test-crypto-sign-verify.js test: change == to === in crypto test 2017-04-16 10:44:06 -07:00
test-crypto-stream.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto-verify-failure.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-crypto.js crypto: fix default encoding of LazyTransform 2017-03-11 22:43:35 +01:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
test-cwd-enoent.js
test-debug-args.js
test-debug-prompt.js test: make tests pass when built without inspector 2017-04-26 10:02:15 +02:00
test-debug-usage.js test: add hasCrypto check to test-debug-usage 2017-04-14 22:38:33 +02:00
test-delayed-require.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-address.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-dgram-bind-default-address.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-bind-shared-ports.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-dgram-bind.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-bytes-length.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-close-during-bind.js test: cover dgram socket close during bind case 2017-02-16 13:06:48 -05:00
test-dgram-close-in-listening.js test: dynamic port in dgram tests 2017-04-27 17:20:21 +02:00
test-dgram-close-is-not-callback.js test: dynamic port in dgram tests 2017-04-27 17:20:21 +02:00
test-dgram-close.js test: dynamic port in dgram tests 2017-04-27 17:20:21 +02:00
test-dgram-cluster-bind-error.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-dgram-cluster-close-during-bind.js test: cover dgram socket close during cluster bind 2017-02-14 11:54:06 -05:00
test-dgram-create-socket-handle.js test: add coverage for dgram _createSocketHandle() 2017-02-13 17:25:40 -05:00
test-dgram-createSocket-type.js
test-dgram-error-message-address.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-exclusive-implicit-bind.js test: dynamic port in dgram tests 2017-04-27 17:20:21 +02:00
test-dgram-implicit-bind-failure.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-dgram-implicit-bind.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-listen-after-bind.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-membership.js test: refactor test-dgram-membership 2017-02-16 12:42:23 -08:00
test-dgram-msgsize.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-multicast-loopback.js test: increase setMulticastLoopback() coverage 2017-02-13 10:12:00 -05:00
test-dgram-multicast-setTTL.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-oob-buffer.js test: dynamic port in dgram tests 2017-04-27 17:20:21 +02:00
test-dgram-recv-error.js test: add coverage to dgram receive error case 2017-02-10 12:17:19 -05:00
test-dgram-ref.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-regress-4496.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-send-address-types.js dgram: improve signature of Socket.prototype.send 2017-02-17 13:12:51 -08:00
test-dgram-send-bad-arguments.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-send-callback-buffer-empty-address.js dgram: improve signature of Socket.prototype.send 2017-02-17 13:12:51 -08:00
test-dgram-send-callback-buffer-length-empty-address.js dgram: improve signature of Socket.prototype.send 2017-02-17 13:12:51 -08:00
test-dgram-send-callback-buffer-length.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dgram-send-callback-buffer.js
test-dgram-send-callback-multi-buffer-empty-address.js dgram: improve signature of Socket.prototype.send 2017-02-17 13:12:51 -08:00
test-dgram-send-callback-multi-buffer.js
test-dgram-send-callback-recursive.js
test-dgram-send-default-host.js dgram: support Uint8Array input to send() 2017-03-27 02:03:51 +02:00
test-dgram-send-empty-array.js
test-dgram-send-empty-buffer.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-dgram-send-empty-packet.js
test-dgram-send-error.js test: add coverage for dgram send() errors 2017-02-10 16:34:32 -05:00
test-dgram-send-multi-buffer-copy.js
test-dgram-send-multi-string-array.js test: add coverage for string array dgram send() 2017-02-10 15:26:04 -05:00
test-dgram-sendto.js test: add dgram.Socket.prototype.sendto's test 2017-01-24 09:29:39 +01:00
test-dgram-setBroadcast.js test: refactor test-dgram-setBroadcast.js 2017-02-11 10:05:32 -08:00
test-dgram-setTTL.js test: improving coverage for dgram 2017-01-17 12:28:18 -05:00
test-dgram-udp4.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-dgram-udp6-send-default-host.js
test-dgram-unref.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dh-padding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dns-lookup.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-dns-regress-6244.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dns-regress-7070.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-dns.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-domain-crypto.js crypto: add randomFill and randomFillSync 2017-04-17 14:28:37 -05:00
test-domain-enter-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-exit-dispose-again.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-exit-dispose.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-domain-from-timer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-http-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-implicit-fs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-multi.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-nested-throw.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-nested.js meta: restore original copyright header 2017-03-10 11:23:48 -08: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 domain: support promises 2017-04-27 17:40:11 +02:00
test-domain-safe-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-stack-empty-in-process-uncaughtexception.js
test-domain-stack.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-domain-timers-uncaught-exception.js timer,domain: maintain order of timer callbacks 2017-02-14 18:54:36 -05:00
test-domain-timers.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
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-04-12 14:25:33 -07:00
test-domain-with-abort-on-uncaught-exception.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-domain.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-dsa-fips-invalid-key.js
test-env-var-no-warnings.js doc: fix occurences of "the the" 2017-03-09 10:41:42 +01:00
test-error-reporting.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-eval-require.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-eval.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-add-listeners.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-event-emitter-check-listener-leaks.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-errors.js events: update and clarify error message 2017-03-24 16:07:35 -07:00
test-event-emitter-get-max-listeners.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-listener-count.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-listeners-side-effects.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-event-emitter-listeners.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-max-listeners-warning-for-null.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-max-listeners-warning-for-symbol.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-max-listeners-warning.js test: verify listener leak is only emitted once 2017-04-21 13:53:52 -04:00
test-event-emitter-max-listeners.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-method-names.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-modify-in-emit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-no-error-provided-to-error-event.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-num-args.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-once.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-event-emitter-prepend.js
test-event-emitter-remove-all-listeners.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-remove-listeners.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-event-emitter-set-max-listeners-side-effects.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-event-emitter-special-event-names.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-subclass.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-event-emitter-symbols.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-events-list.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-exception-handler.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-exception-handler2.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-file-read-noexist.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-file-write-stream.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-file-write-stream2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-file-write-stream3.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-force-repl-with-eval.js
test-force-repl.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-freelist.js freelist: simplify export 2017-05-01 11:18:51 -07:00
test-fs-access.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-fs-append-file-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-append-file.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-assert-encoding-error.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-buffer.js test: refactor test-fs-buffer 2017-02-09 20:48:48 -08:00
test-fs-buffertype-writesync.js test: buffer should always be stringified 2017-04-18 11:05:28 -07:00
test-fs-chmod.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-empty-readStream.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-error-messages.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-fs-exists.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-fsync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-link.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-fs-long-path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-make-callback.js test: extended test to makeCallback cb type check 2017-04-03 13:32:19 -04:00
test-fs-makeStatsCallback.js test: extended test to makeCallback cb type check 2017-04-03 13:32:19 -04:00
test-fs-mkdir-rmdir.js
test-fs-mkdir.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-mkdtemp-prefix-check.js test: refactor mkdtemp test and added async 2017-04-04 11:48:49 -07:00
test-fs-mkdtemp.js
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-fs-open-flags.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-open-numeric-flags.js
test-fs-open.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-options-immutable.js test: remove AIX guard in fs-options-immutable 2017-04-28 17:22:45 +01:00
test-fs-read-file-assert-encoding.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-read-file-sync-hostname.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-read-file-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-read-stream-double-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-read-stream-encoding.js
test-fs-read-stream-err.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-read-stream-fd-leak.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-fs-read-stream-fd.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-read-stream-inherit.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-read-stream-resume.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-read-stream-throw-type-error.js
test-fs-read-stream.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-read-type.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-read-zero-length.js test: refactor test-fs-read-zero-length.js 2017-01-17 12:34:58 -05:00
test-fs-read.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-readdir-ucs2.js
test-fs-readdir.js
test-fs-readfile-empty.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-readfile-error.js test: use common.js to check platform 2017-04-27 17:15:21 +02:00
test-fs-readfile-fd.js
test-fs-readfile-pipe-large.js test: use repeat() instead of new Array().join() 2017-02-01 20:06:04 -08:00
test-fs-readfile-pipe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-readfile-unlink.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-readfile-zero-byte-liar.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-readfilesync-pipe-large.js test: use repeat() instead of new Array().join() 2017-02-01 20:06:04 -08:00
test-fs-realpath-buffer-encoding.js
test-fs-realpath-on-substed-drive.js
test-fs-realpath.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-sir-writes-alot.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-stat.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-fs-stream-double-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-symlink-dir-junction-relative.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-symlink-dir-junction.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-symlink.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-sync-fd-leak.js fs: include more fs.stat*() optimizations 2017-03-14 21:54:40 -07:00
test-fs-syncwritestream.js
test-fs-timestamp-parsing-error.js fs: (+/-)Infinity and NaN invalid unixtimestamp 2017-03-21 22:31:04 -07:00
test-fs-truncate-GH-6233.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-truncate-fd.js
test-fs-truncate-sync.js test: expand test coverage of fs.js 2017-01-26 11:36:08 -05:00
test-fs-truncate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-utimes.js fs: (+/-)Infinity and NaN invalid unixtimestamp 2017-03-21 22:31:04 -07:00
test-fs-watch-encoding.js fs: re-enable watch facility in AIX 2017-02-09 13:53:45 -05:00
test-fs-watch-enoent.js
test-fs-watch-recursive.js
test-fs-watch-stop-async.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-watch-stop-sync.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-watchfile.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-whatwg-url.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-fs-write-buffer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-file-buffer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-file-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-file-uint8array.js
test-fs-write-file.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-no-fd.js
test-fs-write-stream-autoclose-option.js
test-fs-write-stream-change-open.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-stream-double-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-write-stream-encoding.js
test-fs-write-stream-end.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-fs-write-stream-err.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write-stream-throw-type-error.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-fs-write-stream.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-fs-write-string-coerce.js
test-fs-write-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-write.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-global-console-exists.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-global.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-handle-wrap-close-abort.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-handle-wrap-isrefed.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-1.0-keep-alive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-1.0.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-abort-before-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-abort-client.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-abort-queued-2.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-abort-queued.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-after-connect.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent-destroyed-socket.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent-error-on-idle.js
test-http-agent-false.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent-getname.js
test-http-agent-keepalive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent-maxsockets-regress-4050.js
test-http-agent-maxsockets.js
test-http-agent-no-protocol.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent-null.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-agent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-allow-req-after-204-res.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-automatic-headers.js
test-http-bind-twice.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-blank-header.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-buffer-sanity.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-byteswritten.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-catch-uncaughtexception.js
test-http-chunk-problem.js
test-http-chunked-304.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-chunked.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-abort-event.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-abort-no-agent.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-abort-unix-socket.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-abort.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-abort2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-aborted-event.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-client-agent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-check-http-token.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-default-headers-exist.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-defaults.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-client-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-get-url.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-keep-alive-release-before-finish.js
test-http-client-parse-error.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-http-client-pipe-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-race-2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-race.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-read-in-error.js
test-http-client-readable.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-reject-chunked-with-content-length.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-reject-cr-no-lf.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-client-reject-unexpected-agent.js http: should support userland Agent 2017-03-26 13:13:58 -07:00
test-http-client-response-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-timeout-agent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-timeout-event.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-timeout-option-listeners.js
test-http-client-timeout-option.js
test-http-client-timeout-with-data.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-unescaped-path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-upload-buf.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-client-upload.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-common.js test: add http-common's test 2017-01-18 10:34:03 -05:00
test-http-conn-reset.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-connect-req-res.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-connect.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-content-length.js
test-http-contentLength0.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-createConnection.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-date-header.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-default-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-default-port.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-destroyed-socket-write2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-dns-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-double-content-length.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-end-throw-socket-handling.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-eof-on-connect.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-exceptions.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-expect-continue.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-expect-handling.js
test-http-extra-response.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-http-flush-headers.js
test-http-flush-response-headers.js
test-http-flush.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-full-response.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-get-pipeline-problem.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-http-head-request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-head-response-has-no-body-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-head-response-has-no-body.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-header-obstext.js
test-http-header-read.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-hex-write.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-host-header-ipv6-fail.js
test-http-host-headers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-hostname-typechecking.js test: fixup test-http-hostname-typechecking 2017-04-27 17:17:11 +02:00
test-http-incoming-matchKnownFields.js http: append Cookie header values with semicolon 2017-03-09 08:10:25 -05:00
test-http-incoming-pipelined-socket-destroy.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-invalid-path-chars.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-invalid-urls.js
test-http-invalidheaderfield.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-invalidheaderfield2.js
test-http-keep-alive-close-on-header.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-keep-alive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-keepalive-client.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-keepalive-maxsockets.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-keepalive-request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-listening.js
test-http-localaddress-bind-error.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-localaddress.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-malformed-request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-many-ended-pipelines.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-max-headers-count.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-methods.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-multi-line-headers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-mutable-headers.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-no-content-length.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-no-read-no-dump.js
test-http-outgoing-finish.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-outgoing-first-chunk-singlebyte-encoding.js http: fix first body chunk fast case for UTF-16 2017-05-03 15:31:49 +02:00
test-http-outgoing-proto.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-http-parser-bad-ref.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-parser-free.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-parser.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-http-pause-resume-one-end.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-pause.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-pipe-fs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-pipeline-flood.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-pipeline-regr-2639.js
test-http-pipeline-regr-3332.js test: use repeat() instead of new Array().join() 2017-02-01 20:06:04 -08:00
test-http-pipeline-regr-3508.js
test-http-proxy.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-raw-headers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-regr-gh-2821.js
test-http-remove-header-stays-removed.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-request-dont-override-options.js
test-http-request-end-twice.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-request-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-request-invalid-method-error.js test: change common.expectsError() signature 2017-02-27 12:29:49 -08:00
test-http-request-methods.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-res-write-after-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-res-write-end-dont-take-array.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-response-add-header-after-sent.js
test-http-response-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-response-multi-content-length.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-response-multiheaders.js
test-http-response-no-headers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-response-readable.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-response-remove-header-after-sent.js
test-http-response-splitting.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-response-status-message.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-http-response-statuscode.js test: refactor test-http-response-statuscode 2017-02-12 23:47:38 -08:00
test-http-same-map.js
test-http-server-client-error.js
test-http-server-multiheaders.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-server-multiheaders2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-server-reject-chunked-with-content-length.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-server-reject-cr-no-lf.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-http-server-stale-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-server-unconsume-consume.js tools: use no-useless-concat ESLint rule 2017-04-25 22:28:46 +03:00
test-http-server-unconsume.js
test-http-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-set-cookies.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-set-timeout-server.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-set-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-set-trailers.js tools: use no-useless-concat ESLint rule 2017-04-25 22:28:46 +03:00
test-http-should-keep-alive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-status-code.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-status-message.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-status-reason-invalid-chars.js test: don't connect to :: (use localhost instead) 2017-01-22 19:11:42 -08:00
test-http-timeout-overflow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-unix-socket.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-http-upgrade-advertise.js
test-http-upgrade-agent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-upgrade-client.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-upgrade-client2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-upgrade-server.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-http-upgrade-server2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-auth-with-header-in-request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-auth.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-basic.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-https.request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-only-support-http-https-protocol.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-post.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-url.parse-search.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-wget.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-write-callbacks.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-write-empty-string.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-write-head.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-zero-length-write.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-agent-create-connection.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-https-agent-disable-session-reuse.js
test-https-agent-getname.js
test-https-agent-secure-protocol.js
test-https-agent-servername.js
test-https-agent-session-eviction.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-https-agent-session-reuse.js
test-https-agent-sni.js
test-https-agent-sockets-leak.js
test-https-agent.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-byteswritten.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-client-checkServerIdentity.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-client-get-url.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-client-reject.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-client-resume.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-https-connect-address-family.js
test-https-connecting-to-http.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-drain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-eof-for-eom.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-foafssl.js tls: make rejectUnauthorized default to true 2017-03-23 13:27:56 -07:00
test-https-host-headers.js
test-https-localaddress-bind-error.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-https-localaddress.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-pfx.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-req-split.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-resume-after-renew.js
test-https-simple.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-https-socket-options.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-https-strict.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-https-timeout-server-2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-timeout-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-truncate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-icu-punycode.js test: more comprehensive IDNA test cases 2017-02-28 18:32:01 -08:00
test-icu-stringwidth.js test: use common.hasIntl in tests related to ICU 2017-01-19 09:12:22 +01:00
test-icu-transcode.js src, i18n: cleanup usage of MaybeStackBuffer 2017-02-24 17:49:41 -08:00
test-instanceof.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-internal-errors.js errors: use lazy assert to avoid issues on startup 2017-04-27 15:44:08 -07:00
test-internal-fs-syncwritestream.js test: add internal/fs tests 2017-04-14 22:45:34 +02:00
test-internal-fs.js test: add internal/fs tests 2017-04-14 22:45:34 +02:00
test-internal-modules-expose.js freelist: simplify export 2017-05-01 11:18:51 -07:00
test-internal-modules.js
test-internal-socket-list-receive.js test: increase coverage of internal/socket_list 2017-04-04 11:50:36 -07:00
test-internal-socket-list-send.js test: increase coverage of internal/socket_list 2017-04-04 11:50:36 -07:00
test-internal-unicode.js test: add Unicode characters regression test 2017-04-04 11:14:14 -07:00
test-internal-util-assertCrypto.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-internal-util-classwrapper.js util: add createClassWrapper to internal/util 2017-02-17 10:37:32 -08:00
test-internal-util-decorate-error-stack.js util: eliminate unnecessary exports 2017-02-19 12:15:21 -08:00
test-internal-util-normalizeencoding.js
test-intl-no-icu-data.js test: make test-intl-no-icu-data more robust 2017-02-22 15:57:37 +01:00
test-intl-v8BreakIterator.js test: use common.hasIntl in tests related to ICU 2017-01-19 09:12:22 +01:00
test-intl.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-js-stream-call-properties.js
test-listen-fd-cluster.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-listen-fd-detached-inherit.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-listen-fd-detached.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-listen-fd-ebadf.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-listen-fd-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-memory-usage-emfile.js
test-memory-usage.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-integration-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-integration.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-run-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-run-immediate-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-run-immediate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-microtask-queue-run.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-circular-symlinks.js
test-module-globalpaths-nodepath.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-module-loading-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading-globalpaths.js test: add test for loading from global folders 2017-03-11 22:08:18 +00:00
test-module-nodemodulepaths.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-relative-lookup.js lib: simplify Module._resolveLookupPaths 2017-03-10 23:48:59 -05:00
test-module-require-depth.js
test-module-symlinked-peer-modules.js
test-module-version.js
test-net-access-byteswritten.js
test-net-after-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-better-error-messages-listen-path.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-better-error-messages-listen.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-better-error-messages-path.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-better-error-messages-port-hostname.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-better-error-messages-port.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-binary.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-bind-twice.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-buffersize.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-bytes-read.js
test-net-bytes-stats.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-can-reset-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-connect-buffer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-connect-handle-econnrefused.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-connect-immediate-destroy.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-connect-immediate-finish.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-connect-local-error.js test: improve message in net-connect-local-error 2017-02-16 12:40:04 -08:00
test-net-connect-options-allowhalfopen.js test: add more and refactor test cases to net.connect 2017-03-16 15:09:58 -07:00
test-net-connect-options-fd.js test: add relative path to accommodate limit 2017-04-28 14:33:14 -07:00
test-net-connect-options-ipv6.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-connect-options-path.js test: add more and refactor test cases to net.connect 2017-03-16 15:09:58 -07:00
test-net-connect-options-port.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-connect-paused-connection.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-dns-custom-lookup.js
test-net-dns-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-dns-lookup-skip.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-dns-lookup.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-during-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-eaddrinuse.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-net-end-close.js
test-net-end-without-connect.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-error-twice.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-net-internal.js
test-net-isip.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-keepalive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-large-string.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-listen-close-server-callback-is-not-function.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-listen-close-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-listen-error.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-listen-exclusive-random-ports.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-listen-fd0.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-listen-shared-ports.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-listening.js
test-net-local-address-port.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-localerror.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-localport.js test: console.log removed from test-net-localport 2017-04-20 05:57:17 +09:00
test-net-options-lookup.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-pause-resume-connecting.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-pipe-connect-errors.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-net-reconnect-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-reconnect.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-remote-address-port.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-bind.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-server-close.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-connections-child-null.js
test-net-server-connections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-listen-handle.js test: add more test cases of server.listen option 2017-03-16 13:17:32 +08:00
test-net-server-listen-options.js test: add more test cases of server.listen option 2017-03-16 13:17:32 +08:00
test-net-server-listen-path.js test: add more test cases of server.listen option 2017-03-16 13:17:32 +08:00
test-net-server-listen-remove-callback.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-max-connections-close-makes-more-available.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-net-server-max-connections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-options.js test: improved type checking with regex 2017-04-25 21:18:11 -07:00
test-net-server-pause-on-connect.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-net-server-try-ports.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-unref-persistent.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-net-server-unref.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-settimeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-socket-connect-without-cb.js net: allow missing callback for Socket.connect 2017-03-13 20:12:44 +08:00
test-net-socket-connecting.js
test-net-socket-destroy-twice.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-socket-local-address.js
test-net-socket-timeout-unref.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-socket-timeout.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-socket-write-error.js
test-net-stream.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-sync-cork.js
test-net-write-after-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-write-connect-write.js tools: use no-useless-concat ESLint rule 2017-04-25 22:28:46 +03:00
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-04-12 14:25:33 -07:00
test-next-tick-doesnt-hang.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-errors.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-intentional-starvation.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-ordering.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-ordering2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-when-exiting.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-next-tick.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-no-enter-tickcallback.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-npm-install.js test: improve error messages in test-npm-install 2017-02-01 11:17:53 -08:00
test-openssl-ca-options.js src: add --use-bundled-ca --use-openssl-ca check 2017-03-31 20:10:36 +02:00
test-os-homedir-no-envvar.js
test-os.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-path-makelong.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-path-parse-format.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-path-zero-length-strings.js
test-path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pending-deprecation.js src: add --pending-deprecation and NODE_PENDING_DEPRECATION 2017-04-19 09:15:50 -07:00
test-pipe-address.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-pipe-file-to-http.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe-head.js
test-pipe-return-val.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe-stream.js
test-pipe-unref.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-pipe-writev.js
test-preload.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-process-argv-0.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-assert.js test: add process.assert's test 2017-01-25 12:51:15 +01:00
test-process-beforeexit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-binding.js
test-process-chdir.js test: improve test-process-chdir 2017-04-24 10:31:28 -07:00
test-process-config.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-constants-noatime.js
test-process-cpuUsage.js
test-process-emit.js
test-process-emitwarning.js process: add optional detail to process emitWarning 2017-05-01 11:53:47 -07:00
test-process-env-symbols.js src: make process.env work with symbols in/delete 2017-03-09 16:36:12 -08:00
test-process-env.js tools: ignore URLs in line length linting 2017-03-20 18:28:40 -07:00
test-process-exec-argv.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-execpath.js
test-process-exit-GH-12322.js src: don't call uv_run() after 'exit' event 2017-04-19 11:11:41 +02:00
test-process-exit-code.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-exit-from-before-exit.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-process-exit-recursive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-external-stdio-close.js console: do not emit error events 2017-02-15 21:29:16 +01:00
test-process-getactivehandles.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-process-getactiverequests.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-getgroups.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-hrtime.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-process-kill-null.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-kill-pid.js test: improve test-process-kill-pid 2017-04-25 21:22:25 -07:00
test-process-next-tick.js errors: port internal/process errors to internal/errors 2017-04-20 11:34:07 -07:00
test-process-no-deprecation.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-process-prototype.js process: maintain constructor descriptor 2017-03-25 00:33:20 +01:00
test-process-raw-debug.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-redirect-warnings-env.js process: add --redirect-warnings command line argument 2017-01-30 11:11:47 -08:00
test-process-redirect-warnings.js process: add --redirect-warnings command line argument 2017-01-30 11:11:47 -08:00
test-process-remove-all-signal-listeners.js
test-process-setuid-setgid.js test: enable setuid/setgid test 2017-04-16 13:41:44 -07:00
test-process-versions.js test: support unreleased V8 versions 2017-04-26 09:53:08 +02:00
test-process-wrap.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-promises-unhandled-rejections.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-promises-unhandled-symbol-rejections.js process: cast promise rejection reason to string 2017-04-30 01:00:46 +02:00
test-promises-warning-on-unhandled-rejection.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-punycode.js test: improve punycode coverage to check surrogate pair 2017-04-13 15:05:47 -07:00
test-querystring-escape.js test: increase querystring coverage 2017-04-04 09:28:36 -07:00
test-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-readdouble.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-readfloat.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-readint.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-readline-emit-keypress-events.js
test-readline-interface.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-readline-keys.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-readline-set-raw-mode.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-readline-undefined-columns.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-readline.js test: increase readline coverage 2017-05-03 15:49:48 +02:00
test-readuint.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-ref-unref-return.js
test-regress-GH-746.js
test-regress-GH-819.js
test-regress-GH-1531.js
test-regress-GH-1899.js
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 meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4948.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-regress-GH-5051.js test: dynamic port in parallel regress tests 2017-04-27 17:09:56 +02:00
test-regress-GH-5727.js test: dynamic port in parallel regress tests 2017-04-27 17:09:56 +02:00
test-regress-GH-5927.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-6235.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-7511.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-9819.js crypto: handle exceptions in hmac/hash.digest 2017-04-10 16:37:09 +02:00
test-regress-GH-12371.js os,vm: fix segfaults and CHECK failure 2017-04-14 23:02:45 +02:00
test-regress-GH-io-1068.js
test-regress-GH-io-1811.js
test-regress-GH-node-9326.js
test-regression-object-prototype.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-autolibs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-console.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-context.js test: add second argument to assert.throws 2017-04-13 11:31:39 +02:00
test-repl-definecommand.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-repl-deprecated.js
test-repl-domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-editor.js test: fix test filenames 2017-04-30 03:16:30 -04:00
test-repl-empty.js test: minor fixups for REPL eval tests 2017-03-22 09:17:34 -07:00
test-repl-end-emits-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-envvars.js
test-repl-eval-scope.js
test-repl-eval.js test: minor fixups for REPL eval tests 2017-03-22 09:17:34 -07:00
test-repl-function-definition-edge-case.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-repl-harmony.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-repl-history-perm.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-repl-mode.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-repl-null.js
test-repl-options.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-persistent-history.js repl: fix /dev/null history file regression 2017-05-02 18:47:16 -04:00
test-repl-recoverable.js
test-repl-require-cache.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-require-context.js test: simplify output handling in repl tests 2017-02-05 12:27:07 -08:00
test-repl-require.js
test-repl-reset-event.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-save-load.js test: fix test filenames 2017-04-30 03:16:30 -04:00
test-repl-setprompt.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-sigint-nested-eval.js test: refactor test-repl-sigint-nested-eval 2017-02-13 14:19:04 -08:00
test-repl-sigint.js test: refactor test-repl-sigint 2017-02-13 08:14:52 -08:00
test-repl-syntax-error-handling.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-syntax-error-stack.js
test-repl-tab-complete-crash.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-repl-tab-complete.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-tab.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-repl-underscore.js
test-repl-unexpected-token-recoverable.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-repl-use-global.js
test-repl.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-require-cache.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-require-dot.js
test-require-exceptions.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-require-extensions-main.js
test-require-extensions-same-filename-as-dir-trailing-slash.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-require-extensions-same-filename-as-dir.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-require-invalid-package.js test: change common.expectsError() signature 2017-02-27 12:29:49 -08:00
test-require-json.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-require-long-path.js
test-require-process.js
test-require-resolve.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-require-symlink.js tools: enable no-useless-return eslint rule 2017-04-25 12:01:55 -04:00
test-require-unicode.js
test-setproctitle.js test: fix parallel/test-setproctitle.js on alpine 2017-04-21 14:38:23 +08:00
test-sigint-infinite-loop.js
test-signal-handler.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-signal-safety.js
test-signal-unregister.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-spawn-cmd-named-pipe.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-stdin-child-proc.js
test-stdin-from-file.js
test-stdin-hang.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stdin-pause-resume-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stdin-pause-resume.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stdin-pipe-large.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stdin-script-child.js
test-stdio-closed.js src: ensure that fd 0-2 are valid on windows 2017-03-20 20:48:14 +01:00
test-stdio-readable-writable.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stdout-stderr-reading.js
test-stdout-to-file.js
test-stream-base-no-abort.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-base-typechecking.js src: turn buffer type-CHECK into exception 2017-05-03 19:04:48 +02:00
test-stream-big-packet.js test: replace indexOf with includes 2017-04-30 04:08:46 +03:00
test-stream-big-push.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-buffer-list.js
test-stream-decoder-objectmode.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-duplex.js test: use duplex streams in duplex stream test 2017-04-21 22:17:17 +08:00
test-stream-end-paused.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-events-prepend.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-inheritance.js
test-stream-ispaused.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-pipe-after-end.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-await-drain-manual-resume.js test: tests for _readableStream.awaitDrain 2017-01-18 08:04:13 -05:00
test-stream-pipe-await-drain-push-while-write.js test: tests for _readableStream.awaitDrain 2017-01-18 08:04:13 -05:00
test-stream-pipe-await-drain.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-cleanup-pause.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-cleanup.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-pipe-error-handling.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-event.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-pipe-multiple-pipes.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-same-destination-twice.js stream: fix y.pipe(x)+y.pipe(x)+y.unpipe(x) 2017-05-03 15:33:37 +02:00
test-stream-pipe-unpipe-streams.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-pipe-without-listenerCount.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-preprocess.js
test-stream-push-order.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-push-strings.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-readable-constructor-set-methods.js
test-stream-readable-emittedReadable.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-readable-event.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-readable-flow-recursion.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-readable-invalid-chunk.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-readable-needReadable.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-readable-reading-readingMore.js
test-stream-readable-resumeScheduled.js
test-stream-readable-with-unimplemented-_read.js
test-stream-readableListening-state.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-transform-constructor-set-methods.js
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-transform-split-objectmode.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-unpipe-event.js stream: Fixes missing 'unpipe' event 2017-04-14 15:08:06 +02:00
test-stream-unshift-empty-chunk.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-unshift-read-race.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-stream-wrap-encoding.js
test-stream-wrap.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream-writable-change-default-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08: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-stream-writableState-ending.js
test-stream-writableState-uncorked-bufferedRequestCount.js
test-stream-writev.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-base64-single-char-read-end.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-stream2-compatibility.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-decode-partial.js
test-stream2-finish-pipe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-objects.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-pipe-error-handling.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-pipe-error-once-listener.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-stream2-push.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-read-sync-stack.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-readable-empty-buffer-no-eof.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-readable-from-list.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-readable-legacy-drain.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-readable-non-empty-end.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-readable-wrap-empty.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-readable-wrap.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream2-set-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-transform.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-unpipe-drain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-unpipe-leak.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-writable.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js
test-stream3-pause-then-read.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-string-decoder-end.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-string-decoder.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stringbytes-external.js test: replace [].join() with ''.repeat() 2017-04-16 03:08:11 +03:00
test-sync-fileread.js
test-sync-io-option.js
test-sys.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js test: improve test-tcp-wrap-listen 2017-04-29 17:36:54 +02:00
test-tcp-wrap.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timer-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
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: add mustCall in test-timers-clearImmediate 2017-04-25 21:10:49 -07:00
test-timers-immediate-queue.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers-immediate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers-linked-list.js linkedlist: remove unused methods 2017-04-04 10:59:44 -07:00
test-timers-nested.js
test-timers-non-integer-delay.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers-now.js
test-timers-ordering.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-timers-regress-GH-9765.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-timers-reset-process-domain-on-throw.js
test-timers-same-timeout-wrong-list-deleted.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-timers-socket-timeout-removes-other-socket-unref-timer.js benchmark,build,doc,lib,src,test: correct typos 2017-03-03 16:29:19 -05:00
test-timers-this.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers-throw-when-cb-not-function.js
test-timers-uncaught-exception.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers-unenroll-unref-interval.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers-unref-active-unenrolled-disposed.js
test-timers-unref-active.js
test-timers-unref-call.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
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: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers-unref.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers-unrefed-in-callback.js timers: fix not to close reused timer handle 2017-03-22 10:47:52 -07:00
test-timers-zero-timeout.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-timers.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-0-dns-altname.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-addca.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-alert-handling.js
test-tls-alert.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-alpn-server-client.js test: fix tests when npn feature is disabled. 2017-03-03 14:11:12 +09:00
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js tls: support Uint8Arrays for protocol list buffers 2017-03-27 02:08:49 +02:00
test-tls-ca-concat.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-cert-chains-concat.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-cert-chains-in-ca.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-cert-regression.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-check-server-identity.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-cipher-list.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-tls-client-abort.js test: remove uses of common.PORT in test-tls-client tests 2017-04-19 10:29:11 -07:00
test-tls-client-abort2.js test: remove uses of common.PORT in test-tls-client tests 2017-04-19 10:29:11 -07:00
test-tls-client-default-ciphers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-client-destroy-soon.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-client-getephemeralkeyinfo.js
test-tls-client-mindhsize.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-tls-client-reject.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-client-resume.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-client-verify.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-close-error.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-close-notify.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-cnnic-whitelist.js test: add --use-bundled-ca to tls-cnnic-whitelist 2017-04-18 13:06:15 +02:00
test-tls-connect-address-family.js
test-tls-connect-given-socket.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-connect-no-host.js
test-tls-connect-pipe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-connect-secure-context.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-connect-simple.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-connect-stream-writes.js
test-tls-connect.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-delayed-attach-error.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-delayed-attach.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-destroy-whilst-write.js
test-tls-dhe.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-ecdh-disable.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-ecdh.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-econnreset.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-tls-empty-sni-context.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-tls-env-bad-extra-ca.js
test-tls-env-extra-ca.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-external-accessor.js
test-tls-fast-writing.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-friendly-error-message.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-getcipher.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-getprotocol.js
test-tls-handshake-error.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-tls-handshake-nohang.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-hello-parser-failure.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-honorcipherorder.js
test-tls-inception.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-interleave.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-invoke-queued.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-js-stream.js
test-tls-junk-closes-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-junk-server.js
test-tls-key-mismatch.js test: add regex for expected error message 2017-03-26 11:39:08 +02:00
test-tls-legacy-deprecated.js test: add hasCrypto check to tls-legacy-deprecated 2017-03-10 07:34:15 +01:00
test-tls-legacy-onselect.js
test-tls-max-send-fragment.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-multi-key.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-no-cert-required.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-no-rsa-key.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-no-sslv3.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-tls-no-sslv23.js
test-tls-npn-server-client.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-ocsp-callback.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-on-empty-socket.js
test-tls-over-http-tunnel.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-parse-cert-string.js
test-tls-passphrase.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-pause.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-peer-certificate-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-peer-certificate-multi-keys.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-peer-certificate.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-pfx-gh-5100-regr.js
test-tls-regr-gh-5108.js
test-tls-request-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-retain-handle-no-abort.js stream_base,tls_wrap: notify on destruct 2017-03-27 02:20:59 +02:00
test-tls-securepair-fiftharg.js
test-tls-securepair-leak.js tls: fix SecurePair external memory reporting 2017-03-22 09:41:04 -07:00
test-tls-securepair-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-server-connection-server.js
test-tls-server-failed-handshake-emits-clienterror.js
test-tls-server-verify.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-session-cache.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-tls-set-ciphers.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-set-encoding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-sni-option.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-sni-server-client.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-socket-close.js test: fix flaky test-tls-socket-close 2017-03-21 21:16:57 -07:00
test-tls-socket-default-options.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-tls-socket-destroy.js tls: fix segfault on destroy after partial read 2017-03-20 16:51:29 +01:00
test-tls-socket-failed-handshake-emits-error.js
test-tls-startcom-wosign-whitelist.js crypto: add cert check issued by StartCom/WoSign 2017-02-04 00:19:59 +09:00
test-tls-starttls-server.js tls: do not crash on STARTTLS when OCSP requested 2017-02-22 09:36:02 -08:00
test-tls-ticket-cluster.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-ticket.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-timeout-server-2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-timeout-server.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-tls-two-cas-one-string.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-tls-wrap-no-abort.js
test-tls-wrap-timeout.js
test-tls-writewrap-leak.js
test-tls-zero-clear-in.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-trace-event.js test: increase strictness for test-trace-event 2017-02-01 19:18:00 -08:00
test-umask.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-url-domain-ascii-unicode.js
test-url-format-invalid-input.js url: fix error message of url.format 2017-02-11 13:59:34 -08:00
test-url-format-whatwg.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-url-format.js test: clean up comments in test-url-format 2017-03-06 14:58:19 -08:00
test-url-parse-format.js tools: ignore URLs in line length linting 2017-03-20 18:28:40 -07:00
test-url-parse-invalid-input.js test: add case for url.parse throwing a URIError 2017-04-04 10:56:21 -07:00
test-url-parse-query.js url, test: break up test-url.js 2017-01-30 10:19:37 -08:00
test-url-relative.js test: add test for url 2017-03-25 00:58:11 +09:00
test-utf8-scripts.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-util-format-shared-arraybuffer.js
test-util-format.js util: add %i and %f formatting specifiers 2017-03-29 07:12:05 +02:00
test-util-inherits.js test: cleanup test-util-inherits.js 2017-04-27 17:31:16 +02:00
test-util-inspect-proxy.js util: use `[Array]` for deeply nested arrays 2017-03-28 13:11:07 -07:00
test-util-inspect.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
test-util-internal.js util, debugger: remove internalUtil.error 2017-02-19 12:33:19 -08:00
test-util-log.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-util-sigint-watchdog.js
test-util.js test: remove eslint comments from test-util.js 2017-04-28 13:06:05 -04:00
test-v8-flag-type-check.js test: replace assertion error check with regex 2017-04-24 13:06:46 -07:00
test-v8-flags.js test: replace assertion error check with regex 2017-04-24 13:06:46 -07:00
test-v8-serdes-sharedarraybuffer.js v8: expose new V8 serialization API 2017-03-29 05:14:55 +02:00
test-v8-serdes.js test: fix V8 test on big-endian machines 2017-04-03 15:15:08 +02:00
test-v8-stats.js
test-v8-version-tag.js v8: add cachedDataVersionTag 2017-03-05 14:23:02 +01:00
test-vm-basic.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-cached-data.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-vm-context-async-script.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-context-property-forwarding.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-context.js test: refactored context type err message to regex 2017-04-24 11:20:26 -07:00
test-vm-create-and-run-in-context.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-create-context-accessors.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-create-context-arg.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-create-context-circular-reference.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-cross-context.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-debug-context.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-vm-deleting-property.js src: fix delete operator on vm context 2017-02-11 09:01:15 -08:00
test-vm-function-declaration.js test: fix misleading comment 2017-03-28 18:34:23 +02:00
test-vm-function-redefinition.js test: move test-vm-function-redefinition to parallel 2017-01-26 22:46:18 +01:00
test-vm-global-assignment.js test: add regression tests for vm bugs 2017-01-25 15:44:29 -08:00
test-vm-global-define-property.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-global-identity.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-harmony-symbols.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-indexed-properties.js test: added test for indexed properties 2017-03-14 22:09:01 -07:00
test-vm-is-context.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-low-stack-space.js
test-vm-new-script-new-context.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-new-script-this-context.js test: add second argument to assert.throws 2017-04-13 11:31:39 +02:00
test-vm-preserves-property.js
test-vm-property-not-on-sandbox.js test: add vm module edge cases 2017-02-11 09:48:11 -08:00
test-vm-proxies.js test: failing behaviour on sandboxed Proxy 2017-03-17 09:44:41 -07:00
test-vm-run-in-new-context.js test: add regex to assert.throws 2017-03-14 17:06:53 -07:00
test-vm-sigint-existing-handler.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-vm-sigint.js test: add coverage for vm's breakOnSigint option 2017-04-21 22:02:32 +08:00
test-vm-static-this.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-strict-mode.js
test-vm-symbols.js
test-vm-syntax-error-message.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-vm-syntax-error-stderr.js test: remove common.fail() 2017-04-12 14:25:33 -07:00
test-vm-timeout.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-whatwg-url-constructor.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-domainto.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-historical.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-inspect.js url: always show password for URL instances 2017-04-26 09:12:30 -07:00
test-whatwg-url-origin.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-parsing.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-properties.js test: add more WHATWG URL origin tests 2017-03-09 08:58:55 -05:00
test-whatwg-url-searchparams-append.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-constructor.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-delete.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-entries.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-searchparams-foreach.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-get.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-getall.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-has.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-inspect.js test: add test for URLSearchParams inspection 2017-02-18 15:51:04 +01:00
test-whatwg-url-searchparams-keys.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-searchparams-set.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-sort.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-stringifier.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-searchparams-values.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-searchparams.js url: port WHATWG URL API to internal/errors 2017-04-25 16:33:08 -07:00
test-whatwg-url-setters.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-tojson.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-whatwg-url-tostringtag.js test, url: synchronize WPT url tests 2017-02-02 11:46:52 -08:00
test-writedouble.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-writefloat.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-writeint.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-writeuint.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zerolengthbufferbug.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-zlib-close-after-error.js
test-zlib-close-after-write.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-zlib-const.js
test-zlib-convenience-methods.js zlib: support all ArrayBufferView types 2017-04-12 10:03:26 -07:00
test-zlib-create-raw.js
test-zlib-deflate-constructors.js zlib: support all ArrayBufferView types 2017-04-12 10:03:26 -07:00
test-zlib-dictionary-fail.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-dictionary.js zlib: support all ArrayBufferView types 2017-04-12 10:03:26 -07:00
test-zlib-flush-drain.js
test-zlib-flush-flags.js zlib: use RangeError/TypeError consistently 2017-02-17 10:37:46 -08:00
test-zlib-flush.js
test-zlib-from-concatenated-gzip.js
test-zlib-from-gzip-with-trailing-garbage.js
test-zlib-from-gzip.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-from-string.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-invalid-input.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-not-string-or-buffer.js zlib: support all ArrayBufferView types 2017-04-12 10:03:26 -07:00
test-zlib-params.js
test-zlib-random-byte-pipes.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-sync-no-event.js
test-zlib-truncated.js
test-zlib-unzip-one-byte-chunks.js
test-zlib-write-after-close.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-zlib-write-after-flush.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-zlib-zero-byte.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-zlib.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py