0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/parallel
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term
When node began using the OneByte API (f150d56) it also switched to
officially supporting ISO-8859-1. Though at the time no new encoding
string was introduced.

Introduce the new encoding string 'latin1' to be more explicit. The
previous 'binary' and documented as an alias to 'latin1'.  While many
tests have switched to use 'latin1', there are still plenty that do both
'binary' and 'latin1' checks side-by-side to ensure there is no
regression.

PR-URL: https://github.com/nodejs/node/pull/7111
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-06-07 13:51:14 -06:00
..
parallel.status tls,https: respect address family when connecting 2016-05-28 22:49:36 +02:00
test-arm-math-exp-regress-1376.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-assert-typedarray-deepequal.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-assert.js tools,test: make argument linting more stringent 2016-05-15 18:22:50 -07:00
test-async-wrap-check-providers.js async_wrap: setupHooks now accepts object 2016-03-28 11:32:37 -06:00
test-async-wrap-disabled-propagate-parent.js test: fix issues for ESLint 2.7.0 2016-04-10 11:47:04 +02: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: fix issues for ESLint 2.7.0 2016-04-10 11:47:04 +02: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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-beforeexit-event.js test: fix issues for space-in-parens ESLint rule 2016-01-19 04:09:39 +01:00
test-buffer-alloc.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06: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-08 17:12:33 -07:00
test-buffer-bytelength.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-buffer-compare-offset.js buffer: add Buffer.prototype.compare by offset 2016-04-08 20:16:46 -07:00
test-buffer-concat.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
test-buffer-fakes.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-fill.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-buffer-includes.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-buffer-indexof.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06: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-22 14:38:09 -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-22 14:38:09 -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: introduce latin1 encoding term 2016-06-07 13:51:14 -06: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-06 15:28:52 -07:00
test-child-process-disconnect.js test: enable linting for tests 2015-05-19 21:21:27 +02: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: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-child-process-exec-error.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-child-process-exit-code.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-child-process-flush-stdio.js test: fix spawn on windows 2016-06-07 00:04:23 -04:00
test-child-process-fork3.js test: enable linting for tests 2015-05-19 21:21:27 +02: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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-child-process-fork-exec-argv.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-child-process-fork-exec-path.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-child-process-fork-net2.js test: refactor switch 2016-01-27 12:20:26 -08:00
test-child-process-fork-net.js test: make test-child-process-fork-net more robust 2016-05-31 20:29:06 -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-ref.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-child-process-fork-regr-gh-2847.js test: fix flaky child-process-fork-regr-gh-2847 2016-02-29 15:40:09 -08:00
test-child-process-fork.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-child-process-internal.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-child-process-ipc.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-child-process-kill.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-child-process-maxBuffer-stderr.js child_process: measure buffer length in bytes 2016-05-25 10:57:59 -07:00
test-child-process-maxBuffer-stdout.js child_process: measure buffer length in bytes 2016-05-25 10:57:59 -07:00
test-child-process-recv-handle.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-child-process-send-cb.js child_process: add callback parameter to .send() 2015-09-06 21:37:58 +10:00
test-child-process-send-keep-open.js child_process: add keepOpen option to send() 2016-02-22 11:55:30 -05:00
test-child-process-send-returns-boolean.js lib: return boolean from child.send() 2015-10-29 17:00:27 -07: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: enable linting for tests 2015-05-19 21:21:27 +02:00
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-22 14:38:09 -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: fix tests that check error messages 2015-11-10 07:12:33 +01:00
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-22 14:38:09 -07:00
test-child-process-spawnsync-maxbuf.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-05-24 09:59:11 -04: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-22 14:38:09 -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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-child-process-uid-gid.js test: add test for uid/gid setting in spawn 2016-06-03 13:42:24 -07: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 src: fix deferred events not working with -e 2015-05-26 17:16:48 +02:00
test-cli-eval.js node: make builtin libs available for --eval 2016-04-18 15:31:32 -07:00
test-cli-syntax.js src: wrap source before doing syntax check 2015-10-29 13:08:32 -05:00
test-cluster-basic.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-cluster-bind-privileged-port.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-05-31 09:21:00 -04:00
test-cluster-dgram-1.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cluster-dgram-2.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cluster-dgram-reuse.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cluster-disconnect-before-exit.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-cluster-disconnect-handles.js test: verify cluster worker exit 2016-05-27 09:14:43 -04:00
test-cluster-disconnect-idle-worker.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-12 16:43:35 -04: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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-cluster-disconnect-unshared-udp.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cluster-disconnect-with-no-workers.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-cluster-disconnect.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-cluster-eaccess.js test: refresh temp directory when using pipe 2015-10-08 20:05:22 -07:00
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-05-31 09:45:14 -04:00
test-cluster-http-pipe.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cluster-invalid-message.js cluster: guard against undefined message handlers 2016-05-25 11:58:02 -04:00
test-cluster-ipc-throw.js test: verify IPC messages are emitted on next tick 2016-05-24 12:20:57 -04:00
test-cluster-listening-port.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-cluster-master-error.js test: avoid test-cluster-master-* flakiness 2016-05-04 14:02:16 -04:00
test-cluster-master-kill.js test: avoid test-cluster-master-* flakiness 2016-05-04 14:02:16 -04: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: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-cluster-net-send.js test: fix flaky cluster-net-send 2015-12-29 00:14:56 -05:00
test-cluster-rr-domain-listen.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-cluster-send-handle-twice.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-cluster-server-restart-none.js cluster: reset handle index on close 2016-05-27 18:43:09 +02:00
test-cluster-server-restart-rr.js cluster: reset handle index on close 2016-05-27 18:43:09 +02:00
test-cluster-setup-master-argv.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-cluster-setup-master-cumulative.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-05-18 00:15:28 +02:00
test-cluster-shared-handle-bind-error.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-cluster-shared-handle-bind-privileged-port.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-cluster-worker-disconnect-on-error.js test: test cluster worker disconnection on error 2016-05-24 12:20:57 -04:00
test-cluster-worker-disconnect.js cluster: migrate from worker.suicide 2016-04-25 19:24:37 -05:00
test-cluster-worker-events.js cluster: expose result of send() 2016-05-31 09:45:14 -04:00
test-cluster-worker-exit.js cluster: migrate from worker.suicide 2016-04-25 19:24:37 -05:00
test-cluster-worker-forced-exit.js cluster: migrate from worker.suicide 2016-04-25 19:24:37 -05: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-25 19:24:37 -05:00
test-cluster-worker-no-exit.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
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-22 14:38:09 -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 tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-constants.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-crypto-authenticated.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-binary-default.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-certificate.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-cipher-decipher.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-cipheriv-decipheriv.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-deprecated.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-dh-odd-key.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-dh.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-domain.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-domains.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-ecb.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-fips.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-from-binary.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-hash-stream-pipe.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-hash.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-hmac.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-padding-aes256.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-padding.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-pbkdf2.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-random.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-rsa-dsa.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-crypto-sign-verify.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-stream.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto-verify-failure.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-crypto.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cwd-enoent-preload.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cwd-enoent-repl.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-cwd-enoent.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-08 17:12:33 -07:00
test-debug-brk-no-arg.js test: enable test-debug-brk-no-arg 2016-06-06 17:09:31 -07:00
test-debug-brk.js debugger: fix --debug-brk interaction with -e 2016-06-03 21:40:30 -07: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-05-29 13:27:42 -07:00
test-debug-port-from-cmdline.js test: fix test-debug-port-from-cmdline 2015-07-15 21:52:16 -04:00
test-debug-port-numbers.js test: fix test-debug-port-numbers on OS X 2016-05-30 09:40:15 +02:00
test-debug-signal-cluster.js test: remove modifcation to common.PORT 2016-05-29 13:27:42 -07:00
test-debugger-pid.js test: fix test-debugger-pid 2016-05-11 09:24:02 +02:00
test-debugger-repeat-last.js test: move the debugger tests back to parallel 2016-04-18 16:55:48 +02:00
test-debugger-util-regression.js test: move the debugger tests back to parallel 2016-04-18 16:55:48 +02:00
test-delayed-require.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-dgram-address.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-dgram-bind-default-address.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-dgram-bind-shared-ports.js test: check for error on Windows 2015-06-24 21:04:05 -07:00
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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-dgram-error-message-address.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08: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 buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07: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-05-18 22:54:07 -07: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: fix style issues after eslint update 2016-01-13 23:16:17 +01: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-11 23:18:16 -07:00
test-dgram-send-callback-buffer-length.js dgram: copy the list in send 2016-05-26 11:28:45 +02: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 dgram: copy the list in send 2016-05-26 11:28:45 +02:00
test-dgram-send-callback-recursive.js test: refactor test-dgram-send-callback-recursive 2016-02-26 12:14:32 +01:00
test-dgram-send-default-host.js test: allow out-of-order replies in dgram tests 2016-05-10 07:56:52 +02:00
test-dgram-send-empty-array.js dgram: copy the list in send 2016-05-26 11:28:45 +02:00
test-dgram-send-empty-buffer.js dgram: copy the list in send 2016-05-26 11:28:45 +02:00
test-dgram-send-multi-buffer-copy.js dgram: copy the list in send 2016-05-26 11:28:45 +02:00
test-dgram-setBroadcast.js test,dgram: add tests for setBroadcast() 2016-05-16 14:52:08 -07:00
test-dgram-setTTL.js test: add test for dgram.setTTL 2015-07-09 23:23:20 -05:00
test-dgram-udp4.js test: refactor test-dgram-udp4 2016-02-26 12:04:16 +01:00
test-dgram-udp6-send-default-host.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-12 16:43:35 -04: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: enable linting for tests 2015-05-19 21:21:27 +02:00
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-22 14:38:09 -07:00
test-domain-abort-on-uncaught.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
test-domain-crypto.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-domain-enter-exit.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-domain-exit-dispose-again.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-domain-exit-dispose.js test,tools: enable linting for undefined vars 2016-04-20 08:38:41 -07:00
test-domain-from-timer.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-domain-http-server.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-domain-implicit-fs.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-domain-multi.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-domain-nested-throw.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-domain-nested.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-domain-no-error-handler-abort-on-uncaught.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
test-domain-safe-exit.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-domain-stack-empty-in-process-uncaughtexception.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07: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-04-28 14:42:51 -07:00
test-domain-timers.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-domain-top-level-error-handler-clears-stack.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-domain-top-level-error-handler-throw.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07: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-11 23:18:16 -07: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-12 16:43:35 -04:00
test-error-reporting.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -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-22 14:38:09 -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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-22 14:38:09 -07:00
test-event-emitter-listeners.js test: refactor large event emitter tests 2016-05-02 10:36:32 -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-22 14:38:09 -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-22 14:38:09 -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-22 09:28:37 -07:00
test-event-emitter-remove-all-listeners.js test: refactor large event emitter tests 2016-05-02 10:36:32 -04:00
test-event-emitter-remove-listeners.js test: refactor large event emitter tests 2016-05-02 10:36:32 -04:00
test-event-emitter-set-max-listeners-side-effects.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-event-emitter-special-event-names.js events: don't inherit from Object.prototype 2016-04-18 21:45:26 -04:00
test-event-emitter-subclass.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-event-emitter-symbols.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-events-list.js events: add eventNames() method 2016-03-15 09:25:35 -07:00
test-exception-handler2.js test,tools: enable linting for undefined vars 2016-04-20 08:38:41 -07:00
test-exception-handler.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-exec-max-buffer.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-file-read-noexist.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-file-write-stream2.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-file-write-stream3.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-file-write-stream.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-force-repl-with-eval.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-force-repl.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -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-18 17:19:11 -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: remove deprecated error logging 2015-10-07 11:13:38 -07:00
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-12 16:43:35 -04:00
test-fs-make-callback.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-mkdir-rmdir.js test: test sync version of mkdir & rmdir 2015-09-21 12:42:45 +05:30
test-fs-mkdir.js tools: re-enable comma-spacing linter rule 2015-06-29 19:04:16 +02:00
test-fs-mkdtemp.js fs: execute mkdtemp's callback with no context 2016-06-04 16:31:18 +05:30
test-fs-non-number-arguments-throw.js test: lint and refactor to avoid autocrlf issue 2015-08-29 20:00:10 +02:00
test-fs-null-bytes.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
test-fs-open-flags.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-fs-open-numeric-flags.js src: refactor require('constants') 2016-05-17 11:05:18 -07: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-22 14:38:09 -07:00
test-fs-read-buffer.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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: enable linting for tests 2015-05-19 21:21:27 +02:00
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: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-fs-read-stream-fd-leak.js test: Fix test-fs-read-stream-fd-leak race cond 2015-10-08 16:31:16 -04:00
test-fs-read-stream-fd.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
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 lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-fs-read-stream-throw-type-error.js test: fix tests that check error messages 2015-11-10 07:12:33 +01:00
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-12 16:43:35 -04:00
test-fs-readdir.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-12 16:43:35 -04: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 build: Updates to enable AIX support 2015-09-15 13:17:28 -04:00
test-fs-readfile-pipe.js build: Updates to enable AIX support 2015-09-15 13:17:28 -04:00
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 build: Updates to enable AIX support 2015-09-15 13:17:28 -04:00
test-fs-realpath.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
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: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
test-fs-symlink.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
test-fs-truncate-GH-6233.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
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-12 16:43:35 -04:00
test-fs-watch-enoent.js test: split independent tests into separate files 2015-10-28 12:24:13 -07:00
test-fs-watch-recursive.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-fs-watchfile.js test: fix tests that check error messages 2015-11-10 07:12:33 +01:00
test-fs-write-buffer.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-fs-write-stream-end.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
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: fix tests that check error messages 2015-11-10 07:12:33 +01:00
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: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
test-fs-write-sync.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-fs-write.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
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-06 15:28:52 -07: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-11 17:43:57 -04:00
test-handle-wrap-isrefed.js handle_wrap: IsRefed() -> HasRef() 2016-05-11 17:43:57 -04:00
test-http-1.0-keep-alive.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-http-1.0.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -07:00
test-http-abort-before-end.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-abort-client.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-abort-queued.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-http-after-connect.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-agent-destroyed-socket.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-agent-error-on-idle.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07: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-05-28 22:49:56 +02:00
test-http-agent-keepalive.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-http-agent-maxsockets-regress-4050.js http: remove excess calls to removeSocket 2015-12-21 16:11:57 -05:00
test-http-agent-maxsockets.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-http-agent-no-protocol.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-agent-null.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-agent.js test: mitigate flaky test-http-agent 2016-02-22 11:15:31 -08:00
test-http-allow-req-after-204-res.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-automatic-headers.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-bind-twice.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-blank-header.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-buffer-sanity.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-byteswritten.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-catch-uncaughtexception.js src,http: fix uncaughtException miss in http 2016-03-08 10:45:58 -07:00
test-http-chunk-problem.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-http-chunked-304.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-chunked.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-abort2.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-client-abort-event.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-abort.js test: fix flaky test-http-client-abort 2016-04-08 17:10:26 -07:00
test-http-client-agent.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-default-headers-exist.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-encoding.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-client-get-url.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-keep-alive-release-before-finish.js http: wait for both prefinish/end to keepalive 2016-06-06 13:34:11 -04:00
test-http-client-parse-error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-pipe-end.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-client-race-2.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-race.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-read-in-error.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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 tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-client-reject-cr-no-lf.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-client-response-domain.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-client-timeout-agent.js test: fix issues for space-in-parens ESLint rule 2016-01-19 04:09:39 +01:00
test-http-client-timeout-event.js test: address flaky test-http-client-timeout-event 2015-11-23 20:23:34 +01:00
test-http-client-timeout-with-data.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-client-timeout.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-client-unescaped-path.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-http-client-upload-buf.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-client-upload.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-conn-reset.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-connect-req-res.js test: add test for responses to HTTP CONNECT req 2016-04-19 11:48:09 -04:00
test-http-connect.js test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
test-http-content-length.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-contentLength0.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-createConnection.js http: allow async createConnection() 2016-02-11 12:52:46 -05:00
test-http-date-header.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-http-default-encoding.js test: address timing issues in simple http tests 2015-08-05 17:25:54 -07:00
test-http-default-port.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-http-destroyed-socket-write2.js lib,test: update in preparation for linter update 2016-05-04 10:24:47 -07:00
test-http-dns-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-http-double-content-length.js deps: update http-parser to version 2.6.1 2016-02-09 09:22:03 -08:00
test-http-end-throw-socket-handling.js test: refactor http-end-throw-socket-handling 2016-04-02 13:57:54 -03:00
test-http-eof-on-connect.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-exceptions.js test,tools: enable linting for undefined vars 2016-04-20 08:38:41 -07:00
test-http-expect-continue.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-expect-handling.js http: improves expect header handling 2016-01-13 08:05:12 -08:00
test-http-extra-response.js test: fix test-http-extra-response flakiness 2016-02-01 08:45:55 -08:00
test-http-flush-headers.js lib,test: update let to const where applicable 2015-10-27 23:03:33 +05:30
test-http-flush-response-headers.js http: flush stored header 2015-05-29 16:19:12 +03:00
test-http-flush.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-full-response.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-http-get-pipeline-problem.js test: minimize test-http-get-pipeline-problem 2016-03-21 08:43:41 -07:00
test-http-head-request.js test: remove unused util imports 2015-12-25 13:16:26 -08:00
test-http-head-response-has-no-body-end.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-head-response-has-no-body.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-header-obstext.js deps: update to http-parser 2.6.2 2016-02-15 12:45:17 -08:00
test-http-header-read.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-hex-write.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-host-header-ipv6-fail.js http: Corrects IPv6 address in Host header 2016-04-01 08:57:16 -07:00
test-http-host-headers.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-http-incoming-pipelined-socket-destroy.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-invalid-urls.js http{s}: don't connect to localhost on invalid URL 2015-10-27 08:47:23 +05:30
test-http-invalidheaderfield.js http: add checkIsHttpToken check for header fields 2015-09-25 08:37:57 -07:00
test-http-keep-alive-close-on-header.js test: remove unused util imports 2015-12-25 13:16:26 -08:00
test-http-keep-alive.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-keepalive-client.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-keepalive-maxsockets.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-keepalive-request.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-legacy.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-listening.js net: add net.listening boolean property over a getter 2016-01-21 16:34:35 -06:00
test-http-localaddress-bind-error.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-localaddress.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-http-malformed-request.js test: remove TODO 2015-06-04 11:38:57 +10:00
test-http-many-ended-pipelines.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-max-headers-count.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-methods.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-multi-line-headers.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-mutable-headers.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-no-content-length.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-outgoing-finish.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-parser-bad-ref.js test,tools: limit lint tolerance of gc global 2016-04-28 19:22:16 -07:00
test-http-parser-free.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-parser.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-pause-resume-one-end.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-pause.js test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
test-http-pipe-fs.js test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
test-http-pipeline-flood.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-pipeline-regr-2639.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-http-pipeline-regr-3332.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-pipeline-regr-3508.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-proxy.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-raw-headers.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-regr-gh-2821.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-remove-header-stays-removed.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-request-dont-override-options.js test: add test for 06cfff9 regression 2015-04-18 14:25:52 -07:00
test-http-request-end-twice.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-request-end.js test: address timing issues in simple http tests 2015-08-05 17:25:54 -07:00
test-http-request-methods.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-res-write-after-end.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-res-write-end-dont-take-array.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-response-close.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-response-multi-content-length.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-response-multiheaders.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-response-no-headers.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-response-readable.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-response-splitting.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-response-status-message.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-response-statuscode.js http: disallow sending obviously invalid status codes 2016-04-20 16:34:58 -07:00
test-http-server-client-error.js http: overridable clientError 2016-01-07 03:39:15 -05:00
test-http-server-consumed-timeout.js http: unref socket timer on parser execute 2016-04-20 13:57:54 -04:00
test-http-server-multiheaders2.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-server-multiheaders.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-server-reject-chunked-with-content-length.js deps: update http-parser to version 2.6.1 2016-02-09 09:22:03 -08:00
test-http-server-reject-cr-no-lf.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-http-server-stale-close.js test: remove unused variables form http tests 2015-12-28 16:17:24 -08:00
test-http-server-unconsume.js http_parser: consume StreamBase instance 2015-08-26 12:45:22 -07:00
test-http-server.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-set-cookies.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-set-timeout-server.js test: fix flaky test-http-set-timeout-server 2016-04-19 10:20:32 +02:00
test-http-set-timeout.js test: fix flaky test-http-set-timeout 2016-03-24 14:47:10 -07:00
test-http-set-trailers.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-http-should-keep-alive.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-status-code.js http: 451 status code "Unavailable For Legal Reasons" 2015-12-23 17:31:26 -08:00
test-http-status-message.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-http-timeout-overflow.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-timeout.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01: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 http: do not emit upgrade on advertisement 2015-12-17 19:25:43 -05:00
test-http-upgrade-agent.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-upgrade-client2.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-upgrade-client.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-http-upgrade-server2.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-upgrade-server.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-url.parse-auth-with-header-in-request.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-url.parse-auth.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-url.parse-basic.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-url.parse-https.request.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-url.parse-post.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-http-url.parse-search.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-wget.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http-write-callbacks.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-http-write-empty-string.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-http-write-head.js test: fix tests that check error messages 2015-11-10 07:12:33 +01:00
test-http-zero-length-write.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-http.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-https-agent-disable-session-reuse.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-agent-getname.js test: added tests for https-agent-getname 2016-05-17 15:00:04 -07:00
test-https-agent-servername.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-agent-session-eviction.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-https-agent-session-reuse.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-agent-sni.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-agent.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-byteswritten.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-client-checkServerIdentity.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-client-get-url.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-client-reject.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-client-resume.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-close.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-connect-address-family.js tls,https: respect address family when connecting 2016-05-28 22:49:36 +02:00
test-https-connecting-to-http.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-drain.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-eof-for-eom.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-foafssl.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-host-headers.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-localaddress-bind-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-localaddress.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-pfx.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-req-split.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-resume-after-renew.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-https-set-timeout-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-simple.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-socket-options.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-strict.js test: fix spurious EADDRINUSE in test-https-strict 2016-05-31 16:59:19 -07:00
test-https-timeout-server-2.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-timeout-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-timeout.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-https-truncate.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-06 15:28:52 -07:00
test-intl-v8BreakIterator.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-intl.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-listen-fd-detached-inherit.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-listen-fd-detached.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-listen-fd-ebadf.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-listen-fd-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-memory-usage-emfile.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -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-13 11:43:47 -07:00
test-module-globalpaths-nodepath.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-module-loading-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-module-nodemodulepaths.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-module-relative-lookup.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07: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-13 11:43:47 -07:00
test-net-access-byteswritten.js net: don't throw on bytesWritten access 2015-10-12 08:29:30 -06:00
test-net-after-close.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-better-error-messages-listen-path.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-net-better-error-messages-listen.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-net-better-error-messages-path.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-net-better-error-messages-port-hostname.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-net-better-error-messages-port.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-net-binary.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-net-bind-twice.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-buffersize.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-bytes-read.js stream_base: expose bytesRead getter 2016-04-20 12:42:33 -04:00
test-net-bytes-stats.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-can-reset-timeout.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-connect-buffer.js net: introduce Socket#connecting property 2016-04-27 00:41:15 -04:00
test-net-connect-handle-econnrefused.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-connect-immediate-destroy.js net: don't throw on immediately destroyed socket 2015-07-27 16:23:21 -05:00
test-net-connect-immediate-finish.js test: use really invalid hostname 2015-11-09 11:30:02 -08: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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-net-connect-options.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-connect-paused-connection.js test: apply correct assert.fail() arguments 2015-10-16 00:31:04 -07:00
test-net-create-connection.js net: support DNS hints in createConnection() 2016-04-01 17:03:42 -04:00
test-net-dns-custom-lookup.js test: remove unused variables from net tests 2015-12-29 11:16:21 -08: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: remove unused variables from net tests 2015-12-29 11:16:21 -08:00
test-net-dns-lookup.js net: emit host in lookup event 2016-03-18 11:04:02 -05:00
test-net-during-close.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-eaddrinuse.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-end-without-connect.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-error-twice.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07: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: fix test-net-keepalive for AIX 2015-10-21 12:43:04 -07:00
test-net-large-string.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-net-listen-close-server-callback-is-not-function.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-listen-close-server.js test: remove unused variables from net tests 2015-12-29 11:16:21 -08: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-20 09:14:33 -07:00
test-net-listen-fd0.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-net-listen-port-option.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
test-net-listen-shared-ports.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-listening.js net: add net.listening boolean property over a getter 2016-01-21 16:34:35 -06:00
test-net-local-address-port.js test: remove unused variables from net tests 2015-12-29 11:16:21 -08: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: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-net-pause-resume-connecting.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-net-persistent-keepalive.js test: fix test-net-persistent-keepalive for AIX 2015-11-04 15:18:49 -08:00
test-net-persistent-nodelay.js net: return this from setNoDelay and setKeepAlive 2015-05-23 18:10:32 +02:00
test-net-persistent-ref-unref.js net: persist net.Socket options before connect 2015-05-19 13:21:44 -05:00
test-net-pingpong.js test: refresh temp directory when using pipe 2015-10-08 20:05:22 -07:00
test-net-pipe-connect-errors.js tools,test: make argument linting more stringent 2016-05-15 18:22:50 -07:00
test-net-reconnect-error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-reconnect.js test: remove unused variables from net tests 2015-12-29 11:16:21 -08:00
test-net-remote-address-port.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-server-bind.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-net-server-close.js test: enable linting for tests 2015-05-19 21:21:27 +02: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-server-max-connections-close-makes-more-available.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-net-server-max-connections.js test: fix flaky SmartOS test 2015-11-16 13:25:26 -08:00
test-net-server-options.js net: type check createServer options object 2016-03-15 10:50:02 +02:00
test-net-server-pause-on-connect.js test: fix race in test-net-server-pause-on-connect 2016-01-13 08:35:59 -08:00
test-net-server-try-ports.js test: check error type from net.Server.listen() 2015-05-30 18:24:36 +02: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-settimeout.js test: fix test-net-settimeout flakiness 2016-04-19 09:08:02 +02:00
test-net-socket-connecting.js net: introduce Socket#connecting property 2016-04-27 00:41:15 -04:00
test-net-socket-destroy-twice.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-socket-local-address.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-net-socket-timeout-unref.js test: fix flaky test-net-socket-timeout-unref 2016-04-04 09:56:25 -07:00
test-net-socket-timeout.js test: fix flaky test-net-socket-timeout 2016-03-26 04:22:34 -04:00
test-net-socket-write-error.js net: improve socket.write() error message 2016-04-01 09:46:01 -07:00
test-net-stream.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-net-sync-cork.js streams: support unlimited synchronous cork/uncork cycles 2016-04-14 08:30:32 +02:00
test-net-write-after-close.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-write-connect-write.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-write-slow.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-next-tick-doesnt-hang.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-22 14:38:09 -07:00
test-next-tick-intentional-starvation.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-next-tick-ordering2.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-next-tick-ordering.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08: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-05-17 18:41:56 -07:00
test-os-homedir-no-envvar.js os: add homedir() 2015-06-05 22:58:14 -04:00
test-os.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-path-makelong.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-path-parse-format.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -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-05-18 02:12:47 -04:00
test-pipe-address.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-pipe-file-to-http.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-pipe-head.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -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-20 09:14:33 -07:00
test-pipe-unref.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-preload.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-process-argv-0.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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: use normalize() for unicode paths 2015-10-06 18:10:49 +02:00
test-process-config.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-process-constants-noatime.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-process-cpuUsage.js process: add process.cpuUsage() - implementation, doc, tests 2016-04-29 16:07:06 -07: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-12 18:42:57 +02: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-process-exit-recursive.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-process-exit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-getactivehandles.js test: prevent flakey test on pi2 2016-03-03 13:51:46 -07: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-12 16:43:35 -04: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-13 21:33:42 +02: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-12 16:43:35 -04:00
test-process-versions.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-22 14:38:09 -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-22 14:38:09 -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-22 14:38:09 -07:00
test-querystring.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-13 17:18:40 +02: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-22 14:38:09 -07:00
test-readline-undefined-columns.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -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: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-regress-GH-819.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-regress-GH-1899.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-regress-GH-2245.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-12 16:43:35 -04:00
test-regress-GH-3739.js test: use tmpDir instead of fixturesDir 2015-08-28 04:18:03 +05:30
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: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-regress-GH-5051.js http: use localAddress instead of path 2016-05-19 12:01:57 +02:00
test-regress-GH-5727.js test: don't assume IPv6 in test-regress-GH-5727 2016-04-21 10:59:13 -04:00
test-regress-GH-5927.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-11 23:18:16 -07:00
test-regress-GH-io-1068.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-regression-object-prototype.js test: make common.js mandatory via linting rule 2015-10-06 15:11:58 -07:00
test-repl-.save.load.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-11 23:18:16 -07: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-12 16:43:35 -04: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-08 13:58:48 -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-06 15:28:52 -07:00
test-repl-recoverable.js repl: exports Recoverable 2016-05-12 10:03:06 -04: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: update test-repl-require for local paths 2016-03-29 21:39:26 +02: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-06 15:28:52 -07: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-25 09:40:55 -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: enable linting for tests 2015-05-19 21:21:27 +02:00
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 repl: refine handling of illegal tokens 2016-06-04 14:25:25 -07:00
test-require-cache.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-require-dot.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-require-exceptions.js module: fix resolution of filename with trailing slash 2016-04-20 09:45:57 -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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-require-extensions-same-filename-as-dir.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-require-json.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-require-long-path.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-require-process.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-require-resolve.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-require-symlink.js src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
test-require-unicode.js src: don't use fopen() in require() fast path 2015-08-17 20:17:55 +02:00
test-setproctitle.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-sigint-infinite-loop.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-signal-handler.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-signal-safety.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-signal-unregister.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-socket-write-after-fin-error.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-socket-write-after-fin.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-spawn-cmd-named-pipe.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-stdin-child-proc.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-stdin-from-file.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-stdin-pause-resume.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-08 17:12:33 -07:00
test-stdin-resume-pause.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-stdin-script-child.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-stdio-closed.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-08 17:12:33 -07:00
test-stdout-close-catch.js test: fix flaky test-stdout-close-catch 2016-05-18 10:20:24 +02: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-20 09:14:33 -07:00
test-stdout-to-file.js test: move some test from sequential to parallel 2016-04-08 17:12:33 -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: move more tests from sequential to parallel 2016-04-20 09:14:33 -07: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-22 14:38:09 -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-22 14:38:09 -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-22 14:38:09 -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-22 14:38:09 -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-08 22:45:20 -07:00
test-stream2-unpipe-drain.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-stream2-unpipe-leak.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-writable.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-stream3-cork-end.js test: add tests for stream3 buffering using cork 2016-05-12 18:09:13 -04:00
test-stream3-cork-uncork.js test: add tests for stream3 buffering using cork 2016-05-12 18:09:13 -04:00
test-stream3-pause-then-read.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-base-no-abort.js src: no abort from getter if object isn't wrapped 2016-05-24 14:40:22 -06: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.js stream: Fix readableState.awaitDrain mechanism 2016-04-11 22:50:45 -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-22 14:38:09 -07:00
test-stream-push-strings.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-22 14:38:09 -07:00
test-stream-transform-split-objectmode.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
test-stream-unshift-empty-chunk.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-20 13:28:35 -07:00
test-stream-writev.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-string-decoder-end.js string_decoder: rewrite implementation 2016-05-29 14:48:11 -04:00
test-string-decoder.js string_decoder: rewrite implementation 2016-05-29 14:48:11 -04:00
test-stringbytes-external.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-sync-fileread.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07: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: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-tcp-wrap-listen.js test: move more tests from sequential to parallel 2016-04-20 09:14:33 -07:00
test-tcp-wrap.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-tick-processor.js tools,test: make argument linting more stringent 2016-05-15 18:22:50 -07:00
test-timer-close.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-22 14:38:09 -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-22 14:38:09 -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-04-28 14:42:51 -07:00
test-timers-reset-process-domain-on-throw.js test,tools: adjust function argument alignment 2016-04-28 14:42:51 -07:00
test-timers-socket-timeout-removes-other-socket-unref-timer.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01: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: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
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-10 11:47:04 +02: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 timers: reuse timer in setTimeout().unref() 2015-10-20 14:20:24 -04:00
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: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-alert-handling.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-alert.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-alpn-server-client.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-async-cb-after-socket-end.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-tls-basic-validations.js crypto: improve error messages 2016-03-26 23:46:32 +05:30
test-tls-cert-regression.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-check-server-identity.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-cipher-list.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-tls-client-abort2.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-abort.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-default-ciphers.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-destroy-soon.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-getephemeralkeyinfo.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-mindhsize.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-reject.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-resume.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-client-verify.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-close-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-close-notify.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-cnnic-whitelist.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-address-family.js tls,https: respect address family when connecting 2016-05-28 22:49:36 +02:00
test-tls-connect-given-socket.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-no-host.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-pipe.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-secure-context.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-simple.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-connect-stream-writes.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-tls-connect.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-delayed-attach-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-delayed-attach.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-destroy-whilst-write.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-dhe.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-ecdh-disable.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-ecdh.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-econnreset.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-empty-sni-context.js tls: catch certCbDone exceptions 2016-05-25 16:07:30 -04:00
test-tls-external-accessor.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-fast-writing.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-friendly-error-message.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-getcipher.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-getprotocol.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-handshake-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-handshake-nohang.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-hello-parser-failure.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-honorcipherorder.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-inception.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-interleave.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-invoke-queued.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-js-stream.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-junk-closes-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-junk-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-key-mismatch.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-legacy-onselect.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-max-send-fragment.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-multi-key.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-no-cert-required.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-no-rsa-key.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-no-sslv3.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-no-sslv23.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-npn-server-client.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-ocsp-callback.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-tls-on-empty-socket.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-over-http-tunnel.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-parse-cert-string.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-tls-passphrase.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-pause.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-peer-certificate-encoding.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-peer-certificate-multi-keys.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-peer-certificate.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-pfx-gh-5100-regr.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-regr-gh-5108.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-request-timeout.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-securepair-fiftharg.js tls: add options argument to createSecurePair 2015-10-17 11:53:45 -04:00
test-tls-securepair-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-server-connection-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-server-verify.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-tls-session-cache.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-set-ciphers.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-set-encoding.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-sni-option.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-sni-server-client.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-socket-default-options.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-ticket-cluster.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-ticket.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-timeout-server-2.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-timeout-server.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-two-cas-one-string.js src,test,tools: modify for more stringent linting 2016-02-18 10:11:26 -08:00
test-tls-wrap-no-abort.js tls_wrap: do not abort on new TLSWrap() 2016-05-24 14:39:04 -06:00
test-tls-wrap-timeout.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-zero-clear-in.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-12 16:43:35 -04:00
test-umask.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-url.js tools: lint for object literal spacing 2016-05-08 22:45:20 -07: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-06 15:28:52 -07:00
test-util-format.js util: Change how Error objects are formatted 2016-01-11 09:57:15 -08:00
test-util-inherits.js util: make inherits work with classes 2015-10-27 06:40:05 +01:00
test-util-inspect-proxy.js util: fix inspecting of proxy objects 2016-05-03 10:08:24 -07:00
test-util-inspect-simd.js util: pretty-print SIMD types 2016-05-23 12:16:41 +02:00
test-util-inspect.js test: refactor to eliminate __defineGetter__ 2016-05-19 22:07:50 -07:00
test-util-internal.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07: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-08 22:45:20 -07: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-21 09:31:54 -07:00
test-v8-stats.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-vm-basic.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-vm-cached-data.js test: fix test-vm-cached-data to work with old v8 2016-05-11 12:07:24 -07: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-05-26 09:48:23 +02:00
test-vm-create-and-run-in-context.js test,tools: limit lint tolerance of gc global 2016-04-28 19:22:16 -07:00
test-vm-create-context-accessors.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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-22 14:38:09 -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-05-24 17:03:02 +02:00
test-vm-new-script-new-context.js test,vm: enable strict mode for vm tests 2016-04-17 20:02:46 -07:00
test-vm-new-script-this-context.js test,vm: enable strict mode for vm tests 2016-04-17 20:02:46 -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-04-28 19:22:16 -07:00
test-vm-static-this.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -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-08 17:12:33 -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: move some test from sequential to parallel 2016-04-08 17:12:33 -07:00
test-zlib-close-after-error.js zlib: remove _closed in source 2016-05-17 23:28:06 +02: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-04-28 14:42:51 -07: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-04-28 14:42:51 -07:00
test-zlib-flush-flags.js zlib: Make the finish flush flag configurable 2016-04-17 17:01:55 +02:00
test-zlib-flush.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -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: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
test-zlib-from-string.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -07:00
test-zlib-invalid-input.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-zlib-params.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-zlib-random-byte-pipes.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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-18 17:19:11 -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-18 17:19:11 -07:00
testcfg.py