node/test/parallel
David Halls b0225e5926 stream: ensure awaitDrain is increased once
Guard against the call to write() inside pipe's ondata pushing more data
back onto the Readable, thus causing ondata to be called again.

This is fine but results in awaitDrain being increased more than once.
The problem with that is when the destination does drain, only a single
'drain' event is emitted, so awaitDrain in this case will never reach
zero and we end up with a permanently paused stream.

Fixes: https://github.com/nodejs/node/issues/7278
PR-URL: https://github.com/nodejs/node/pull/7292
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-06-15 21:50:10 -05:00
..
parallel.status tls,https: respect address family when connecting 2016-06-02 22:41:59 +10:00
test-arm-math-exp-regress-1376.js
test-assert-typedarray-deepequal.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-assert.js tools,test: make argument linting more stringent 2016-05-17 08:08:23 -05:00
test-async-wrap-check-providers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-async-wrap-disabled-propagate-parent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-async-wrap-post-did-throw.js async_wrap: notify post if intercepted exception 2016-03-28 11:32:44 -06:00
test-async-wrap-propagate-parent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-async-wrap-throw-from-callback.js async_wrap: don't abort on callback exception 2016-03-28 11:32:54 -06:00
test-async-wrap-throw-no-init.js async_wrap: setupHooks now accepts object 2016-03-28 11:32:37 -06:00
test-async-wrap-uid.js async_wrap: setupHooks now accepts object 2016-03-28 11:32:37 -06:00
test-bad-unicode.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-beforeexit-event-exit.js
test-beforeexit-event.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-buffer-alloc.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-buffer-arraybuffer.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-ascii.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-bad-overload.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-buffer-bytelength.js buffer: make byteLength work with ArrayBuffer & DataView 2016-03-27 09:19:39 -07:00
test-buffer-compare-offset.js buffer: add Buffer.prototype.compare by offset 2016-04-26 12:15:55 -07:00
test-buffer-concat.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-buffer-fakes.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-fill.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-buffer-includes.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-buffer-indexof.js buffer: fix UCS2 indexOf for odd buffer length 2016-05-17 08:03:31 -05:00
test-buffer-inheritance.js tools: enable no-proto rule for linter 2016-02-10 08:40:23 -08:00
test-buffer-inspect.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-iterator.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-buffer-safe-unsafe.js buffer: don't set kNoZeroFill flag in allocUnsafe 2016-04-01 17:27:25 -07:00
test-buffer-slow.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-buffer-swap.js buffer: add swap16() and swap32() methods 2016-03-23 08:52:44 -07:00
test-buffer-zero-fill-cli.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-zero-fill-reset.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer.js buffer: ignore negative allocation lengths 2016-06-02 22:42:03 +10:00
test-c-ares.js dns: Use object without protoype for map 2016-03-22 11:13:03 -07:00
test-child-process-buffering.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-constructor.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-child-process-cwd.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-default-options.js test: scope redeclared vars in test-child-process* 2016-01-31 18:06:26 -08:00
test-child-process-detached.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-child-process-disconnect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-double-pipe.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-child-process-env.js tools: enable no-proto rule for linter 2016-02-10 08:40:23 -08:00
test-child-process-exec-buffer.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-child-process-exec-cwd.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-exec-env.js
test-child-process-exec-error.js
test-child-process-exit-code.js
test-child-process-flush-stdio.js test: fix spawn on windows 2016-06-15 18:08:02 -05:00
test-child-process-fork-and-spawn.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-child-process-fork-close.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-child-process-fork-dgram.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-fork-exec-argv.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-fork-exec-path.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-fork-net.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-fork-net2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-fork-ref.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-fork-ref2.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-fork-regr-gh-2847.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-fork.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-fork3.js
test-child-process-internal.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-ipc.js
test-child-process-kill.js
test-child-process-maxBuffer-stderr.js child_process: measure buffer length in bytes 2016-06-02 22:40:45 +10:00
test-child-process-maxBuffer-stdout.js child_process: measure buffer length in bytes 2016-06-02 22:40:45 +10:00
test-child-process-recv-handle.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-send-cb.js
test-child-process-send-keep-open.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-send-returns-boolean.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-child-process-send-type-error.js child_process: support options in send() 2016-02-22 11:53:38 -05:00
test-child-process-send-utf8.js
test-child-process-set-blocking.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-child-process-silent.js test: scope redeclared vars in test-child-process* 2016-01-31 18:06:26 -08:00
test-child-process-spawn-error.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-spawn-shell.js test: update arrow function style 2016-01-28 11:31:31 -05:00
test-child-process-spawn-typeerror.js
test-child-process-spawnsync-env.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-child-process-spawnsync-input.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-spawnsync-maxbuf.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-spawnsync-shell.js child_process: add shell option to spawn() 2016-01-26 19:40:43 -05:00
test-child-process-spawnsync-timeout.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-child-process-spawnsync.js test: refactor spawnSync() cwd test 2016-06-02 22:39:19 +10:00
test-child-process-stdin-ipc.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-child-process-stdin.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-stdio-big-write-end.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-child-process-stdio-inherit.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-stdio.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-stdout-flush-exit.js test: remove unused vars in ChildProcess tests 2015-12-29 09:09:35 -08:00
test-child-process-stdout-flush.js
test-child-process-uid-gid.js test: add test for uid/gid setting in spawn 2016-06-15 17:46:05 -05:00
test-child-process-validate-stdio.js test: scope redeclared vars in test-child-process* 2016-01-31 18:06:26 -08:00
test-cli-eval-event.js
test-cli-eval.js node: make builtin libs available for --eval 2016-04-26 12:16:13 -07:00
test-cli-syntax.js
test-cluster-basic.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-cluster-bind-privileged-port.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-bind-twice.js test: remove test-cluster-* var redeclarations 2016-02-01 08:47:50 -08:00
test-cluster-debug-port.js cluster: rewrite debug ports consistently 2016-06-02 22:42:02 +10:00
test-cluster-dgram-1.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-dgram-2.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-dgram-reuse.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-disconnect-before-exit.js
test-cluster-disconnect-handles.js test: verify cluster worker exit 2016-06-02 22:40:49 +10:00
test-cluster-disconnect-idle-worker.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-cluster-disconnect-leak.js test: move cluster tests to parallel 2016-01-21 13:17:12 -08:00
test-cluster-disconnect-race.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-disconnect-suicide-race.js test: move cluster tests to parallel 2016-01-21 13:17:12 -08:00
test-cluster-disconnect-unshared-tcp.js
test-cluster-disconnect-unshared-udp.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js
test-cluster-eaccess.js
test-cluster-eaddrinuse.js test: remove test-cluster-* var redeclarations 2016-02-01 08:47:50 -08:00
test-cluster-fork-env.js cluster: expose result of send() 2016-06-02 22:42:02 +10:00
test-cluster-http-pipe.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-invalid-message.js cluster: guard against undefined message handlers 2016-06-02 22:40:44 +10:00
test-cluster-ipc-throw.js test: verify IPC messages are emitted on next tick 2016-06-02 22:39:21 +10:00
test-cluster-listening-port.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-cluster-master-error.js test: avoid test-cluster-master-* flakiness 2016-05-17 08:26:39 -05:00
test-cluster-master-kill.js test: avoid test-cluster-master-* flakiness 2016-05-17 08:26:39 -05:00
test-cluster-message.js cluster: emit worker as first 'message' event arg 2016-02-25 12:46:37 +01:00
test-cluster-net-listen.js
test-cluster-net-send.js test: fix flaky cluster-net-send 2015-12-29 00:14:56 -05:00
test-cluster-process-disconnect.js cluster: don't send messages if no IPC channel 2016-06-15 18:11:35 -05:00
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-cluster-send-deadlock.js
test-cluster-send-handle-twice.js
test-cluster-server-restart-none.js cluster: reset handle index on close 2016-06-02 22:40:51 +10:00
test-cluster-server-restart-rr.js cluster: reset handle index on close 2016-06-02 22:40:51 +10:00
test-cluster-setup-master-argv.js
test-cluster-setup-master-cumulative.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-cluster-setup-master-emit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-setup-master-multiple.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-setup-master.js test: cluster-setup-master online workers check 2016-06-02 22:37:00 +10:00
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cluster-shared-leak.js test: fix flaky test-cluster-shared-leak 2016-03-21 08:53:44 -07:00
test-cluster-uncaught-exception.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-worker-constructor.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-worker-death.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-worker-destroy.js
test-cluster-worker-disconnect-on-error.js test: test cluster worker disconnection on error 2016-06-02 22:39:21 +10:00
test-cluster-worker-disconnect.js cluster: migrate from worker.suicide 2016-04-26 12:16:39 -07:00
test-cluster-worker-events.js cluster: expose result of send() 2016-06-02 22:42:02 +10:00
test-cluster-worker-exit.js cluster: migrate from worker.suicide 2016-04-26 12:16:39 -07:00
test-cluster-worker-forced-exit.js cluster: migrate from worker.suicide 2016-04-26 12:16:39 -07:00
test-cluster-worker-init.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-worker-isconnected.js test: remove unused util imports 2015-12-25 13:16:26 -08:00
test-cluster-worker-isdead.js test: fix cluster-worker-isdead 2015-12-06 08:46:28 +09:00
test-cluster-worker-kill.js cluster: migrate from worker.suicide 2016-04-26 12:16:39 -07:00
test-cluster-worker-no-exit.js
test-cluster-worker-wait-server-close.js test: remove 1 second delay from test 2016-01-13 09:53:52 -08:00
test-common.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-console-instance.js console: check that stderr is writable 2016-03-15 19:10:55 -07:00
test-console-not-call-toString.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-console.js test: add tests for console.[info|error|warn] 2016-05-17 08:27:37 -05:00
test-crypto-authenticated.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-binary-default.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-certificate.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-cipher-decipher.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-cipheriv-decipheriv.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-deprecated.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-dh-odd-key.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-dh.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-domain.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-domains.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-ecb.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-fips.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-from-binary.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-hash-stream-pipe.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-hash.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-hmac.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-padding-aes256.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-padding.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-pbkdf2.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-random.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-rsa-dsa.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-sign-verify.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-stream.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-crypto-verify-failure.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-crypto.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cwd-enoent-preload.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cwd-enoent-repl.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-cwd-enoent.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-debug-agent.js debugger: assert test before accessing this.binding 2016-02-10 08:28:30 -08:00
test-debug-args.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-debug-brk-no-arg.js test: enable test-debug-brk-no-arg 2016-06-15 18:07:48 -05:00
test-debug-brk.js debugger: fix --debug-brk interaction with -e 2016-06-15 17:46:14 -05:00
test-debug-no-context.js test: mitigate flaky test-debug-no-context 2016-02-18 20:21:50 -08:00
test-debug-port-cluster.js test: remove modifcation to common.PORT 2016-06-02 22:42:00 +10:00
test-debug-port-from-cmdline.js
test-debug-port-numbers.js test: fix test-debug-port-numbers on OS X 2016-06-02 22:42:01 +10:00
test-debug-signal-cluster.js test: remove modifcation to common.PORT 2016-06-02 22:42:00 +10:00
test-debugger-pid.js test: fix test-debugger-pid 2016-05-17 08:34:29 -05:00
test-debugger-repeat-last.js test: move the debugger tests back to parallel 2016-04-26 12:16:10 -07:00
test-debugger-util-regression.js test: move the debugger tests back to parallel 2016-04-26 12:16:10 -07:00
test-delayed-require.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-dgram-address.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-bind-default-address.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-bind-shared-ports.js
test-dgram-bind.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dgram-bytes-length.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-close-is-not-callback.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-close.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-empty-packet.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-error-message-address.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-exclusive-implicit-bind.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-implicit-bind.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-listen-after-bind.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dgram-membership.js dgram,test: add addMembership/dropMembership tests 2016-06-02 22:37:03 +10:00
test-dgram-msgsize.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-multicast-setTTL.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-oob-buffer.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-dgram-ref.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dgram-regress-4496.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dgram-send-bad-arguments.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-dgram-send-callback-buffer-length.js dgram: copy the list in send 2016-06-02 22:40:47 +10:00
test-dgram-send-callback-buffer.js dgram: pass null as error on successful send() 2016-03-28 09:47:13 -04:00
test-dgram-send-callback-multi-buffer.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-send-callback-recursive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-send-default-host.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-send-empty-array.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-send-empty-buffer.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-send-multi-buffer-copy.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-setBroadcast.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-setTTL.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-udp4.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-udp6-send-default-host.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-dgram-unref.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dh-padding.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-dns-lookup-cb-error.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dns-regress-6244.js
test-dns-regress-7070.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-dns.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-domain-abort-on-uncaught.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-domain-crypto.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-domain-enter-exit.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-domain-exit-dispose-again.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-domain-exit-dispose.js test,tools: enable linting for undefined vars 2016-04-26 12:16:22 -07:00
test-domain-from-timer.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-domain-http-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-domain-implicit-fs.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-domain-multi.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-domain-nested-throw.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-domain-nested.js
test-domain-no-error-handler-abort-on-uncaught.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-domain-safe-exit.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-domain-stack-empty-in-process-uncaughtexception.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-domain-stack.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-domain-timers.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-domain-top-level-error-handler-clears-stack.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-domain-top-level-error-handler-throw.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-domain-uncaught-exception.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-domain-with-abort-on-uncaught-exception.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-domain.js test: remove redeclared var in test-domain 2016-02-02 15:03:25 -08:00
test-dsa-fips-invalid-key.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-error-reporting.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-eval-require.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-eval.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-event-emitter-add-listeners.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-check-listener-leaks.js test: fix redeclared test-event-emitter-* vars 2016-02-02 16:13:02 -08:00
test-event-emitter-errors.js
test-event-emitter-get-max-listeners.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-listener-count.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-listeners-side-effects.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-listeners.js test: refactor large event emitter tests 2016-05-03 20:20:41 -04:00
test-event-emitter-max-listeners.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-method-names.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-modify-in-emit.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-no-error-provided-to-error-event.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-num-args.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-once.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-prepend.js events: add prependListener() and prependOnceListener() 2016-04-26 12:16:33 -07:00
test-event-emitter-remove-all-listeners.js test: refactor large event emitter tests 2016-05-03 20:20:41 -04:00
test-event-emitter-remove-listeners.js test: refactor large event emitter tests 2016-05-03 20:20:41 -04:00
test-event-emitter-set-max-listeners-side-effects.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-special-event-names.js events: don't inherit from Object.prototype 2016-04-26 12:16:18 -07:00
test-event-emitter-subclass.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-event-emitter-symbols.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-events-list.js events: add eventNames() method 2016-03-15 09:25:35 -07:00
test-exception-handler.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-exception-handler2.js test,tools: enable linting for undefined vars 2016-04-26 12:16:22 -07:00
test-exec-max-buffer.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-file-read-noexist.js
test-file-write-stream.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-file-write-stream2.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-file-write-stream3.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-force-repl-with-eval.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-force-repl.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
test-fs-access.js fs: Buffer and encoding enhancements to fs API 2016-03-25 14:21:27 -07:00
test-fs-append-file-sync.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-fs-append-file.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-buffer.js fs: Buffer and encoding enhancements to fs API 2016-03-25 14:21:27 -07:00
test-fs-chmod.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-empty-readStream.js test: refactor test-fs-empty-readStream 2016-01-02 13:43:36 -08:00
test-fs-error-messages.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-exists.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-fsync.js
test-fs-link.js fs: Buffer and encoding enhancements to fs API 2016-03-25 14:21:27 -07:00
test-fs-long-path.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-make-callback.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-mkdir-rmdir.js
test-fs-mkdir.js
test-fs-mkdtemp.js fs: execute mkdtemp's callback with no context 2016-06-15 17:47:11 -05:00
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-fs-open-flags.js test: expand test case for unknown file open flags 2016-03-09 12:28:01 -08:00
test-fs-open-numeric-flags.js test: numeric flags to fs.open 2015-11-22 13:35:02 +01:00
test-fs-open.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-fs-read-buffer-tostring-fail.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-read-buffer-zero-length.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-fs-read-buffer.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-fs-read-file-sync-hostname.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-read-file-sync.js
test-fs-read-stream-encoding.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-read-stream-err.js
test-fs-read-stream-fd-leak.js
test-fs-read-stream-fd.js
test-fs-read-stream-inherit.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js
test-fs-read-stream.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-fs-read-zero-length.js fs: fs.read into zero buffer should not throw exception 2016-01-06 09:33:30 -08:00
test-fs-read.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-readdir-ucs2.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-readdir.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-fs-readfile-empty.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-readfile-error.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-readfile-fd.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-readfile-pipe-large.js
test-fs-readfile-pipe.js
test-fs-readfile-tostring-fail.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-readfile-unlink.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-readfile-zero-byte-liar.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-readfilesync-pipe-large.js
test-fs-realpath.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-sir-writes-alot.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-stat.js tools: enable additional lint rules 2016-02-24 14:54:29 -08:00
test-fs-stream-double-close.js
test-fs-symlink-dir-junction-relative.js test: don't assume a certain folder structure 2015-12-30 15:47:37 +11:00
test-fs-symlink-dir-junction.js
test-fs-symlink.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-sync-fd-leak.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-truncate-fd.js
test-fs-truncate-GH-6233.js
test-fs-truncate.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-utimes.js test: fix var redeclarations in test-fs-* 2016-02-01 19:55:41 +01:00
test-fs-watch-encoding.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-watch-enoent.js
test-fs-watch-recursive.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-fs-watchfile.js
test-fs-write-buffer.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-fs-write-file-buffer.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write-file-sync.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-fs-write-file.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write-no-fd.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write-stream-autoclose-option.js fs: add autoClose option to fs.createWriteStream 2016-01-11 11:03:52 -08:00
test-fs-write-stream-change-open.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-write-stream-encoding.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write-stream-end.js
test-fs-write-stream-err.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write-stream-throw-type-error.js
test-fs-write-stream.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-write-string-coerce.js
test-fs-write-sync.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write.js
test-global-console-exists.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
test-global.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-handle-wrap-close-abort.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-handle-wrap-isrefed-tty.js handle_wrap: IsRefed() -> HasRef() 2016-05-17 09:32:11 -05:00
test-handle-wrap-isrefed.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-1.0-keep-alive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-1.0.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-abort-before-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-abort-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-abort-queued.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-after-connect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-destroyed-socket.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-error-on-idle.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-false.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-http-agent-getname.js test: use strictEqual consistently in agent test 2016-06-02 22:41:59 +10:00
test-http-agent-keepalive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-maxsockets-regress-4050.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-maxsockets.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-no-protocol.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent-null.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-agent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-allow-req-after-204-res.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-automatic-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-bind-twice.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-blank-header.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-buffer-sanity.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-byteswritten.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-catch-uncaughtexception.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-chunk-problem.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-chunked-304.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-chunked.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-abort-event.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-abort.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-abort2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-agent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-default-headers-exist.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-encoding.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-get-url.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-keep-alive-release-before-finish.js http: wait for both prefinish/end to keepalive 2016-06-15 18:02:01 -05:00
test-http-client-parse-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-pipe-end.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-http-client-race-2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-race.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-read-in-error.js
test-http-client-readable.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-http-client-reject-chunked-with-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-reject-cr-no-lf.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-response-domain.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-http-client-timeout-agent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-timeout-event.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-timeout-with-data.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-unescaped-path.js
test-http-client-upload-buf.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-client-upload.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-conn-reset.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-connect-req-res.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-connect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-contentLength0.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-createConnection.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-date-header.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-default-encoding.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-default-port.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-destroyed-socket-write2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-dns-error.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-http-double-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-end-throw-socket-handling.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-eof-on-connect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-exceptions.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-expect-continue.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-expect-handling.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-extra-response.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-flush-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-flush-response-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-flush.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-full-response.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-get-pipeline-problem.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-head-request.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-head-response-has-no-body-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-head-response-has-no-body.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-header-obstext.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-header-read.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-hex-write.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-host-header-ipv6-fail.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-host-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-incoming-pipelined-socket-destroy.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-invalid-urls.js
test-http-invalidheaderfield.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-invalidheaderfield2.js test: add more http token/value checking tests 2016-06-15 21:49:39 -05:00
test-http-keep-alive-close-on-header.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-keep-alive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-keepalive-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-keepalive-maxsockets.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-keepalive-request.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-legacy.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-listening.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-localaddress-bind-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-localaddress.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-malformed-request.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-many-ended-pipelines.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-max-headers-count.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-methods.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-http-multi-line-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-mutable-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-no-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-no-read-no-dump.js http: fix no dumping after maybeReadMore 2016-06-15 21:50:05 -05:00
test-http-outgoing-finish.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-parser-bad-ref.js test,tools: limit lint tolerance of gc global 2016-05-03 20:20:33 -04:00
test-http-parser-free.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-parser.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-http-pause-resume-one-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pause.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pipe-fs.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pipeline-flood.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pipeline-regr-2639.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pipeline-regr-3332.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-pipeline-regr-3508.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-proxy.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-raw-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-regr-gh-2821.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-remove-header-stays-removed.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-request-dont-override-options.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-request-end-twice.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-request-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-request-methods.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-res-write-after-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-res-write-end-dont-take-array.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-multi-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-multiheaders.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-no-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-readable.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-splitting.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-status-message.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-response-statuscode.js http: disallow sending obviously invalid status codes 2016-04-26 12:16:29 -07:00
test-http-server-client-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-consumed-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-multiheaders.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-multiheaders2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-reject-chunked-with-content-length.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-reject-cr-no-lf.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-stale-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server-unconsume.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-set-cookies.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-set-timeout-server.js test: fix flaky test-http-set-timeout-server 2016-04-26 12:16:19 -07:00
test-http-set-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-set-trailers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-should-keep-alive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-status-code.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-status-message.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-timeout-overflow.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-unix-socket.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-upgrade-advertise.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-upgrade-agent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-upgrade-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-upgrade-client2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-upgrade-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-upgrade-server2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-auth-with-header-in-request.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-auth.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-basic.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-https.request.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-only-support-http-https-protocol.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-http-url.parse-path.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-post.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-url.parse-search.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-wget.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-write-callbacks.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-write-empty-string.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-write-head.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http-zero-length-write.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-http.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent-disable-session-reuse.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent-getname.js test: added tests for https-agent-getname 2016-06-02 22:36:59 +10:00
test-https-agent-servername.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent-session-eviction.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent-session-reuse.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent-sni.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-agent.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-byteswritten.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-client-checkServerIdentity.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-client-get-url.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-client-reject.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-client-resume.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-connect-address-family.js tls,https: respect address family when connecting 2016-06-02 22:41:59 +10:00
test-https-connecting-to-http.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-drain.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-eof-for-eom.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-foafssl.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-host-headers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-localaddress-bind-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-localaddress.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-pfx.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-req-split.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-resume-after-renew.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-set-timeout-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-simple.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-socket-options.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-strict.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-timeout-server-2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-timeout-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-https-truncate.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-internal-modules-expose.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-internal-modules.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-intl-v8BreakIterator.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-intl.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-js-stream-call-properties.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-listen-fd-cluster.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-listen-fd-detached-inherit.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-listen-fd-detached.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-listen-fd-ebadf.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-listen-fd-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-memory-usage-emfile.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-memory-usage.js test: check memoryUsage properties 2016-03-03 13:21:15 -06:00
test-microtask-queue-integration-domain.js test: remove Object.observe from tests 2016-01-27 23:02:53 +01:00
test-microtask-queue-integration.js test: remove Object.observe from tests 2016-01-27 23:02:53 +01:00
test-microtask-queue-run-domain.js test: clarify role of domains in test 2016-01-01 16:09:51 -08:00
test-microtask-queue-run-immediate-domain.js test: clarify role of domains in test 2016-01-01 16:09:51 -08:00
test-microtask-queue-run-immediate.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-microtask-queue-run.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-module-circular-symlinks.js src,module: add --preserve-symlinks command line flag 2016-05-17 08:52:27 -05:00
test-module-globalpaths-nodepath.js
test-module-loading-error.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-module-nodemodulepaths.js
test-module-relative-lookup.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-module-require-depth.js module: cache stat() results more aggressively 2016-01-12 12:35:11 -08:00
test-module-symlinked-peer-modules.js src,module: add --preserve-symlinks command line flag 2016-05-17 08:52:27 -05:00
test-net-access-byteswritten.js
test-net-after-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-better-error-messages-listen-path.js
test-net-better-error-messages-listen.js
test-net-better-error-messages-path.js
test-net-better-error-messages-port-hostname.js test: fix test-net-* error code check for getaddrinfo(3) 2016-06-15 21:49:59 -05:00
test-net-better-error-messages-port.js
test-net-binary.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-bind-twice.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-buffersize.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-bytes-read.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-bytes-stats.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-can-reset-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-connect-buffer.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-connect-handle-econnrefused.js
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js test: fix test-net-* error code check for getaddrinfo(3) 2016-06-15 21:49:59 -05:00
test-net-connect-local-error.js net: add local address/port for better errors 2015-11-24 16:00:51 -06:00
test-net-connect-options-ipv6.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-connect-options.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-connect-paused-connection.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-create-connection.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-dns-custom-lookup.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-dns-error.js test: use String.prototype.repeat() for clarity 2016-02-21 13:23:47 -08:00
test-net-dns-lookup-skip.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-dns-lookup.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-during-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-eaddrinuse.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-end-without-connect.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-error-twice.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-internal.js net: strict checking for internal/net isLegalPort 2016-03-21 12:08:57 -07:00
test-net-isip.js net: make isIPv4 and isIPv6 more efficient 2016-03-15 08:32:32 -07:00
test-net-keepalive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-large-string.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-listen-close-server-callback-is-not-function.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-listen-close-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-listen-error.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-listen-exclusive-random-ports.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-net-listen-fd0.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-net-listen-port-option.js net: Validate port in createServer().listen() 2016-04-26 12:16:28 -07:00
test-net-listen-shared-ports.js
test-net-listening.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-local-address-port.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-localerror.js test: remove unused variables from net tests 2015-12-29 11:16:21 -08:00
test-net-localport.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-pause-resume-connecting.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-persistent-keepalive.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-persistent-nodelay.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-persistent-ref-unref.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-pingpong.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-pipe-connect-errors.js tools,test: make argument linting more stringent 2016-05-17 08:08:23 -05:00
test-net-reconnect-error.js
test-net-reconnect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-remote-address-port.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-bind.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-net-server-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-connections.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-server-listen-remove-callback.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-max-connections-close-makes-more-available.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-max-connections.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-options.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-pause-on-connect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-try-ports.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-server-unref-persistent.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-server-unref.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-settimeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-socket-connecting.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-socket-destroy-twice.js
test-net-socket-local-address.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-socket-timeout-unref.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-socket-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-socket-write-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-stream.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-sync-cork.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-write-after-close.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-write-connect-write.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-net-write-slow.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-next-tick-doesnt-hang.js
test-next-tick-domain.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-next-tick-errors.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-next-tick-intentional-starvation.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-next-tick-ordering.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-next-tick-ordering2.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-next-tick.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-npm-install.js test: robust handling of env for npm-test-install 2016-06-02 22:37:00 +10:00
test-os-homedir-no-envvar.js
test-os.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-path-makelong.js
test-path-parse-format.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-path-zero-length-strings.js test: improve path tests 2016-02-09 20:35:41 -08:00
test-path.js test: add more path.basename() tests 2016-06-02 22:37:01 +10:00
test-pipe-address.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-pipe-file-to-http.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-pipe-head.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-pipe-return-val.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-pipe-stream.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-pipe-unref.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-preload.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-process-argv-0.js
test-process-before-exit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-binding.js test: fix issues for space-in-parens ESLint rule 2016-01-19 04:09:39 +01:00
test-process-chdir.js
test-process-config.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-process-constants-noatime.js test: make sure O_NOATIME is present only in Linux 2016-05-17 08:51:36 -05:00
test-process-cpuUsage.js process: add process.cpuUsage() - implementation, doc, tests 2016-05-03 20:20:36 -04:00
test-process-emit.js node: set process._eventsCount to 0 on startup 2016-02-15 09:33:17 -06:00
test-process-emitwarning.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
test-process-env.js test: fix variable redeclarations 2016-02-02 12:48:08 -08:00
test-process-exec-argv.js test: fix test-process-exec-argv flakiness 2016-05-17 08:37:44 -05:00
test-process-exit-code.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-exit-from-before-exit.js
test-process-exit-recursive.js
test-process-exit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-getactivehandles.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-process-getactiverequests.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-getgroups.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-process-hrtime.js src: fix negative values in process.hrtime() 2016-01-20 22:00:37 +01:00
test-process-kill-null.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-kill-pid.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-next-tick.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-no-deprecation.js util: adhere to noDeprecation set at runtime 2016-05-17 08:08:09 -05:00
test-process-raw-debug.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-remove-all-signal-listeners.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-process-versions.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-process-wrap.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-promises-unhandled-rejections.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-punycode.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-querystring-escape.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-querystring-maxKeys-non-finite.js querystring: check that maxKeys is finite 2016-02-05 13:58:50 -08:00
test-querystring-multichar-separator.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-querystring.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-readdouble.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-readfloat.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-readint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-readline-emit-keypress-events.js readline: document emitKeypressEvents() 2016-04-05 10:48:47 -04:00
test-readline-interface.js repl: copying tabs shouldn't trigger completion 2016-05-17 08:52:13 -05:00
test-readline-keys.js readline: emit key info unconditionally 2016-04-05 10:48:59 -04:00
test-readline-set-raw-mode.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-readline-undefined-columns.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-readuint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-ref-unref-return.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-746.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-regress-GH-819.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-regress-GH-897.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-1531.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-regress-GH-1899.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-regress-GH-2245.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-regress-GH-3238.js cluster: fix race condition setting suicide prop 2016-01-13 20:15:02 -08:00
test-regress-GH-3542.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-regress-GH-3739.js
test-regress-GH-4256.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-regress-GH-4948.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-regress-GH-5051.js http: use localAddress instead of path 2016-06-02 22:37:03 +10:00
test-regress-GH-5727.js test: don't assume IPv6 in test-regress-GH-5727 2016-04-26 12:16:29 -07:00
test-regress-GH-5927.js
test-regress-GH-6235.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-7511.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-regress-GH-io-1068.js
test-regress-GH-io-1811.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-node-9326.js
test-regression-object-prototype.js
test-repl-.save.load.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-repl-autolibs.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-repl-console.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-definecommand.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-domain.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-repl-end-emits-exit.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-envvars.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-eval-scope.js test: repl tab completion test 2016-03-21 16:55:49 -07:00
test-repl-eval.js test: minimal repl eval option test 2016-02-12 13:41:22 -08:00
test-repl-harmony.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl-history-perm.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-repl-mode.js test: fix tests after V8 upgrade 2016-03-03 20:35:20 -08:00
test-repl-null.js repl: refactor repl.js 2016-04-26 12:15:53 -07:00
test-repl-options.js repl: accept no arguments to start() 2016-02-25 08:48:43 -05:00
test-repl-persistent-history.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-repl-recoverable.js repl: exports Recoverable 2016-05-17 08:51:31 -05:00
test-repl-require-cache.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-require.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-repl-reset-event.js test: move ArrayStream to common 2015-11-26 21:16:08 -05:00
test-repl-setprompt.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl-syntax-error-handling.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl-syntax-error-stack.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-repl-tab-complete-crash.js test: remove unused util imports 2015-12-25 13:16:26 -08:00
test-repl-tab-complete.js repl: don’t complete expressions when eval fails 2016-04-26 12:16:39 -07:00
test-repl-tab.js test: remove unused util imports 2015-12-25 13:16:26 -08:00
test-repl-timeout-throw.js
test-repl-underscore.js repl: Assignment of _ allowed with warning 2016-03-18 21:03:40 +01:00
test-repl-unexpected-token-recoverable.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-require-cache.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-require-dot.js
test-require-exceptions.js module: fix resolution of filename with trailing slash 2016-04-26 12:16:26 -07:00
test-require-extensions-main.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js
test-require-json.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-require-long-path.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-require-process.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-require-resolve.js
test-require-symlink.js src,module: add --preserve-symlinks command line flag 2016-05-17 08:52:27 -05:00
test-require-unicode.js
test-setproctitle.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-sigint-infinite-loop.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-signal-handler.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-signal-safety.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-signal-unregister.js
test-socket-write-after-fin-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-socket-write-after-fin.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-spawn-cmd-named-pipe.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-stdin-child-proc.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-stdin-from-file.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-stdin-hang.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js test: add test for piping large input from stdin 2016-03-30 11:09:42 +02:00
test-stdin-pipe-resume.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-stdin-resume-pause.js
test-stdin-script-child.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-stdio-closed.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-stdio-readable-writable.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stdout-cannot-be-closed-child-process-pipe.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-stdout-close-catch.js test: fix flaky test-stdout-close-catch 2016-06-02 22:37:01 +10:00
test-stdout-close-unref.js test: ensure _handle property existence 2016-03-31 20:09:20 -07:00
test-stdout-stderr-reading.js test: move more tests from sequential to parallel 2016-04-26 12:16:24 -07:00
test-stdout-to-file.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-stream-base-no-abort.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-stream-big-packet.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-big-push.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-duplex.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-end-paused.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-ispaused.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-pipe-after-end.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-pipe-await-drain-manual-resume.js stream: reset awaitDrain after manual .resume() 2016-06-15 21:49:12 -05:00
test-stream-pipe-await-drain-push-while-write.js stream: ensure awaitDrain is increased once 2016-06-15 21:50:10 -05:00
test-stream-pipe-await-drain.js stream: Fix readableState.awaitDrain mechanism 2016-04-26 12:15:59 -07:00
test-stream-pipe-cleanup-pause.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-pipe-cleanup.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-pipe-error-handling.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-stream-pipe-event.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-pipe-without-listenerCount.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-stream-push-order.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream-push-strings.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream-readable-constructor-set-methods.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-readable-event.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-readable-flow-recursion.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-transform-constructor-set-methods.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-transform-objectmode-falsey-value.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream-transform-split-objectmode.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-stream-unshift-empty-chunk.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream-unshift-read-race.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-wrap-encoding.js stream_wrap: error if stream has StringDecoder 2015-12-06 21:55:25 -05:00
test-stream-wrap.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-writable-change-default-encoding.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-stream-writable-constructor-set-methods.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-writable-decoded-encoding.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-stream-writable-null.js stream: make null an invalid chunk to write in object mode 2016-04-26 12:16:27 -07:00
test-stream-writev.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-base64-single-char-read-end.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-compatibility.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-decode-partial.js stream: fix no data on partial decode 2016-02-17 14:15:47 -05:00
test-stream2-finish-pipe.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-httpclient-response-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-stream2-large-read-stall.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-objects.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-pipe-error-handling.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-pipe-error-once-listener.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-stream2-push.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-read-sync-stack.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-readable-empty-buffer-no-eof.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-readable-from-list.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-readable-legacy-drain.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-readable-non-empty-end.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-readable-wrap-empty.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream2-readable-wrap.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-set-encoding.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-transform.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-stream2-unpipe-drain.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-stream2-unpipe-leak.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-writable.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
test-stream3-cork-end.js test: add tests for stream3 buffering using cork 2016-05-17 08:51:45 -05:00
test-stream3-cork-uncork.js test: add tests for stream3 buffering using cork 2016-05-17 08:51:45 -05:00
test-stream3-pause-then-read.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-string-decoder-end.js string_decoder: rewrite implementation 2016-06-02 22:41:59 +10:00
test-string-decoder.js string_decoder: rewrite implementation 2016-06-02 22:41:59 +10:00
test-stringbytes-external.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-sync-fileread.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-sync-io-option.js lib,src: ensure '(node:pid)' prefix for stdout logging 2015-12-03 12:24:38 -08:00
test-sys.js tools: add Node.js-specific ESLint rules 2016-02-21 13:44:45 -08:00
test-tcp-wrap-connect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tcp-wrap-listen.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tcp-wrap.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tick-processor.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-timer-close.js
test-timers-active.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-api-refs.js test: confirm globals not used internally 2016-03-28 16:18:26 -07:00
test-timers-args.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-timers-immediate-queue.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-immediate.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-timers-linked-list.js tools: add Node.js-specific ESLint rules 2016-02-21 13:44:45 -08:00
test-timers-non-integer-delay.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-timers-now.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-ordering.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-timers-reset-process-domain-on-throw.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-timers-socket-timeout-removes-other-socket-unref-timer.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-timers-this.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-timers-throw-when-cb-not-function.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-timers-uncaught-exception.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unref-active-unenrolled-disposed.js test: increase timeouts on some unref timers tests 2016-02-22 12:14:58 -05:00
test-timers-unref-active.js test: increase timeouts on some unref timers tests 2016-02-22 12:14:58 -05:00
test-timers-unref-call.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unref-leak.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unref-remove-other-unref-timers.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-timers-unref.js test: fix issues for ESLint 2.7.0 2016-04-26 12:15:58 -07:00
test-timers-unrefd-interval-still-fires.js test: increase timeouts on some unref timers tests 2016-02-22 12:14:58 -05:00
test-timers-unrefed-in-beforeexit.js
test-timers-zero-timeout.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-timers.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-tls-0-dns-altname.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-alert-handling.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-alert.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-alpn-server-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-async-cb-after-socket-end.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-basic-validations.js crypto: improve error messages 2016-03-26 23:46:32 +05:30
test-tls-cert-regression.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-check-server-identity.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-cipher-list.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-client-abort.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-client-abort2.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-client-default-ciphers.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-client-destroy-soon.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-client-getephemeralkeyinfo.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-client-mindhsize.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-client-reject.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-client-resume.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-client-verify.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-close-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-close-notify.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-cnnic-whitelist.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect-address-family.js tls,https: respect address family when connecting 2016-06-02 22:41:59 +10:00
test-tls-connect-given-socket.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect-no-host.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect-pipe.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-connect-secure-context.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect-simple.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect-stream-writes.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-connect.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-delayed-attach-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-delayed-attach.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-destroy-whilst-write.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-dhe.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-ecdh-disable.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-ecdh.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-econnreset.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-empty-sni-context.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-external-accessor.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-fast-writing.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-friendly-error-message.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-getcipher.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-getprotocol.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-handshake-error.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-handshake-nohang.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-hello-parser-failure.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-honorcipherorder.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-inception.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-interleave.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-invoke-queued.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-js-stream.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-junk-closes-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-junk-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-key-mismatch.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-legacy-onselect.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-max-send-fragment.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-multi-key.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-no-cert-required.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-no-rsa-key.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-no-sslv3.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-no-sslv23.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-npn-server-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-ocsp-callback.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-on-empty-socket.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-over-http-tunnel.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-parse-cert-string.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-tls-passphrase.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-pause.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-peer-certificate-encoding.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-peer-certificate-multi-keys.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-peer-certificate.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-pfx-gh-5100-regr.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-regr-gh-5108.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-request-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-securepair-fiftharg.js
test-tls-securepair-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-server-connection-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-server-verify.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-session-cache.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-set-ciphers.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-set-encoding.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-sni-option.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-sni-server-client.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-socket-default-options.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-ticket-cluster.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-ticket.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-timeout-server-2.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-timeout-server.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-two-cas-one-string.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-wrap-no-abort.js tls_wrap: do not abort on new TLSWrap() 2016-06-02 22:39:22 +10:00
test-tls-wrap-timeout.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tls-zero-clear-in.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-tty-stdout-end.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-tty-wrap.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-umask.js
test-url.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-utf8-scripts.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-util-decorate-error-stack.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-util-format.js util: Change how Error objects are formatted 2016-01-11 09:57:15 -08:00
test-util-inherits.js
test-util-inspect-proxy.js util: fix inspecting of proxy objects 2016-05-03 20:20:42 -04:00
test-util-inspect-simd.js util: pretty-print SIMD types 2016-06-02 22:39:16 +10:00
test-util-inspect.js test: refactor to eliminate __defineGetter__ 2016-06-02 22:37:05 +10:00
test-util-internal.js test: use common.fixturesDir almost everywhere 2016-06-15 18:02:32 -05:00
test-util-log.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-util.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
test-v8-flag-type-check.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-v8-flags.js test: v8-flags is sensitive to script caching 2016-04-26 12:16:29 -07:00
test-v8-stats.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-vm-basic.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-vm-cached-data.js test: fix test-vm-cached-data to work with old v8 2016-05-17 08:35:06 -05:00
test-vm-context-async-script.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-context-property-forwarding.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-context.js test: add regression test for Proxy as vm context 2016-06-02 22:40:47 +10:00
test-vm-create-and-run-in-context.js test,tools: limit lint tolerance of gc global 2016-05-03 20:20:33 -04:00
test-vm-create-context-accessors.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-vm-create-context-arg.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-vm-create-context-circular-reference.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-cross-context.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-debug-context.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-vm-function-declaration.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-global-define-property.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-vm-global-identity.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-harmony-symbols.js test: fix redeclared vars in test-vm-* 2016-02-01 09:39:46 -08:00
test-vm-is-context.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-low-stack-space.js vm: don't abort process when stack space runs out 2016-06-02 22:39:20 +10:00
test-vm-new-script-new-context.js test,vm: enable strict mode for vm tests 2016-04-26 12:16:10 -07:00
test-vm-new-script-this-context.js test,vm: enable strict mode for vm tests 2016-04-26 12:16:10 -07:00
test-vm-preserves-property.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-proxies.js test: fix tests after V8 upgrade 2016-03-03 20:35:20 -08:00
test-vm-run-in-new-context.js test,tools: limit lint tolerance of gc global 2016-05-03 20:20:33 -04:00
test-vm-static-this.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-vm-symbols.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-syntax-error-message.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-syntax-error-stderr.js test: move some test from sequential to parallel 2016-04-26 12:15:55 -07:00
test-vm-timeout.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writedouble.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writefloat.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writeint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writeuint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-zerolengthbufferbug.js test: use random ports where possible 2016-06-15 18:12:31 -05:00
test-zlib-close-after-error.js zlib: remove _closed in source 2016-06-02 22:36:59 +10:00
test-zlib-close-after-write.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-zlib-const.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-zlib-convenience-methods.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-zlib-dictionary-fail.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-zlib-dictionary.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-zlib-flush-drain.js test,tools: adjust function argument alignment 2016-05-03 20:20:32 -04:00
test-zlib-flush-flags.js zlib: Make the finish flush flag configurable 2016-04-26 12:16:09 -07:00
test-zlib-flush.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-zlib-from-concatenated-gzip.js zlib: detect gzip files when using unzip* 2016-04-05 20:01:48 +02:00
test-zlib-from-gzip-with-trailing-garbage.js zlib: fix gzip member head/buffer boundary issue 2016-03-31 13:23:31 +02:00
test-zlib-from-gzip.js
test-zlib-from-string.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-zlib-invalid-input.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-zlib-params.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-zlib-random-byte-pipes.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-zlib-sync-no-event.js zlib: do not emit event on *Sync() methods 2016-03-19 13:38:26 -07:00
test-zlib-truncated.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
test-zlib-unzip-one-byte-chunks.js zlib: detect gzip files when using unzip* 2016-04-05 20:01:48 +02:00
test-zlib-write-after-close.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-zlib-write-after-flush.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-zlib-zero-byte.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-zlib.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
testcfg.py