node/test/parallel
Jonathan Darling 6ed0e8b49c test: convert assert.equal to assert.strictEqual
converts an instance of assert.equal in a file already mostly
updated to use assert.strictEqual

PR-URL: https://github.com/nodejs/node/pull/9925
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-12-05 19:41:09 -08:00
..
parallel.status test: move tick-processor tests to own directory 2016-11-09 19:34:56 -08:00
test-arm-math-exp-regress-1376.js
test-assert-typedarray-deepequal.js tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
test-assert.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-async-wrap-check-providers.js test: refactor test-async-wrap-* 2016-11-20 20:47:42 -08:00
test-async-wrap-disabled-propagate-parent.js test: refactor test-async-wrap-* 2016-11-20 20:47:42 -08:00
test-async-wrap-post-did-throw.js test: fixup parallel/test-async-wrap-post-did-throw.js 2016-09-22 09:29:42 -07:00
test-async-wrap-propagate-parent.js test: refactor test-async-wrap-* 2016-11-20 20:47:42 -08:00
test-async-wrap-throw-from-callback.js test: refactor test-async-wrap-* 2016-11-20 20:47:42 -08:00
test-async-wrap-throw-no-init.js async_wrap: add a missing case to test-async-wrap-throw-no-init 2016-08-26 03:52:19 +08:00
test-async-wrap-uid.js async_wrap: call destroy() callback in uv_idle_t 2016-12-01 16:49:17 -07:00
test-bad-unicode.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-beforeexit-event-exit.js
test-beforeexit-event.js test: strictEqual in test-beforeexit-event.js 2016-12-05 15:05:48 -05:00
test-buffer-alloc.js test: fix buffer alloc tests 2016-12-05 13:43:50 -08:00
test-buffer-arraybuffer.js buffer: expose underlying buffer object always 2016-09-08 23:33:25 +02:00
test-buffer-ascii.js test: additional refactoring/cleanup of buffer tests 2016-08-29 15:24:03 -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-badhex.js test: clean up test-buffer-badhex 2016-09-29 09:54:09 -04:00
test-buffer-bytelength.js test: refactor and fix test-buffer-bytelength 2016-11-28 13:47:59 +01:00
test-buffer-compare-offset.js test: improve coverage of the buffer module 2016-09-19 09:15:41 +02:00
test-buffer-compare.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -07:00
test-buffer-concat.js buffer: zero-fill uninitialized bytes in .concat() 2016-09-28 11:19:18 +10:00
test-buffer-copy.js test: additional refactoring/cleanup of buffer tests 2016-08-29 15:24:03 -07:00
test-buffer-creation-regression.js buffer: convert offset & length to int properly 2016-12-05 18:15:49 +05:30
test-buffer-equals.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -07:00
test-buffer-failed-alloc-typed-arrays.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -07:00
test-buffer-fakes.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-buffer-fill.js test: strictEqual() and RegExp in test-buffer-fill.js 2016-12-05 15:16:09 -08:00
test-buffer-includes.js test: improve chained property readability 2016-08-02 09:52:50 -07:00
test-buffer-indexof.js test: adding strictEqual to test-buffer-indexof.js 2016-12-05 12:17:57 -08:00
test-buffer-inheritance.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-buffer-inspect.js buffer: use correct name for custom inspect symbol 2016-10-28 09:07:55 -07:00
test-buffer-isencoding.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -07:00
test-buffer-iterator.js test: additional refactoring/cleanup of buffer tests 2016-08-29 15:24:03 -07:00
test-buffer-new.js test: improve coverage of the buffer module 2016-09-19 09:15:41 +02:00
test-buffer-no-negative-allocation.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -07:00
test-buffer-parent-property.js buffer: expose underlying buffer object always 2016-09-08 23:33:25 +02:00
test-buffer-regression-649.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -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-sharedarraybuffer.js buffer: fix check for .buffer property 2016-10-07 00:57:35 +02:00
test-buffer-slice.js test: strictCompare and explcit inputs mprovement to test-buffer-slice 2016-12-05 14:33:21 -08:00
test-buffer-slow.js test: convert assert.equal to assert.strictEqual 2016-12-05 19:41:09 -08:00
test-buffer-swap.js buffer: speed up swap16/32, add swap64 2016-06-27 14:38:37 -06:00
test-buffer-tostring-range.js test: clean up / refactor buffer tests, remove duplication 2016-08-26 07:15:31 -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-c-ares.js test: various test improvements 2016-10-10 08:52:03 -07:00
test-child-process-bad-stdio.js test: add test for broken child process stdio 2016-11-15 15:35:11 -05:00
test-child-process-buffering.js test: cleanup test-child-process-buffering.js 2016-09-20 23:05:42 +03:00
test-child-process-constructor.js test: refactor test-child-process-constructor 2016-12-04 19:54:01 -08:00
test-child-process-custom-fds.js test: add child_process customFds test 2016-10-29 13:28:18 -04:00
test-child-process-cwd.js test: modernize js and tighten equality checking 2016-09-20 10:58:55 -07: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 tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-child-process-disconnect.js test: cleanup test-child-process-disconnect.js 2016-09-20 13:28:04 +03:00
test-child-process-double-pipe.js test: refactor test-child-process-double-pipe 2016-12-05 08:45:13 -08: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 test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-exec-cwd.js test: clean up test-child-process-exec-cwd.js 2016-10-25 21:38:43 -07:00
test-child-process-exec-env.js test: cleanup test-child-process-exec-env.js 2016-09-21 00:00:56 +03:00
test-child-process-exec-error.js test: refactor test-child-process-exec-error 2016-11-27 10:16:47 -08:00
test-child-process-exec-maxBuffer.js child_process: preserve argument type 2016-06-30 16:04:54 -07:00
test-child-process-exec-stdout-stderr-data-string.js child_process: preserve argument type 2016-06-30 16:04:54 -07:00
test-child-process-exec-timeout.js test: add child_process.exec() timeout coverage 2016-10-25 12:25:43 -04:00
test-child-process-exit-code.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-flush-stdio.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-child-process-fork3.js
test-child-process-fork-and-spawn.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-fork-close.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-child-process-fork-dgram.js test: fix flaky test-child-process-fork-dgram 2016-10-17 19:30:01 -07:00
test-child-process-fork-exec-argv.js test: fix tests after V8 upgrade 2016-06-29 10:44:25 +02:00
test-child-process-fork-exec-path.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-child-process-fork-net2.js test: remove call to net.Socket.resume() 2016-09-23 14:02:06 +03:00
test-child-process-fork-net.js test: use random ports where possible 2016-06-10 22:30:55 -04: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 child_process: add public API for IPC channel 2016-11-01 20:37:57 -04:00
test-child-process-fork-stdio.js child_process: support stdio option in fork() 2016-07-22 11:57:01 -04:00
test-child-process-fork.js child_process: add public API for IPC channel 2016-11-01 20:37:57 -04:00
test-child-process-internal.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-ipc.js
test-child-process-kill.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-recv-handle.js child_process: add public API for IPC channel 2016-11-01 20:37:57 -04:00
test-child-process-send-after-close.js test: test sending over a closed IPC channel 2016-08-20 16:19:35 -04:00
test-child-process-send-cb.js
test-child-process-send-keep-open.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-child-process-send-returns-boolean.js test: use random ports where possible 2016-06-10 22:30:55 -04: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: update test/parallel/test-child-process-send-utf8.js 2016-09-22 10:07:59 -07:00
test-child-process-set-blocking.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-silent.js child_process: add public API for IPC channel 2016-11-01 20:37:57 -04:00
test-child-process-spawn-argv0.js child_process: control argv0 for spawned processes 2016-08-08 16:35:43 +02:00
test-child-process-spawn-error.js test: refactor child-process-spawn-error 2016-12-04 09:49:48 -08: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,lib,benchmark: match function names 2016-10-19 22:20:27 -07: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-kill-signal.js test: add coverage for spawnSync() killSignal 2016-10-10 14:31:01 -04: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: add common.rootDir 2016-07-14 10:06:13 -04:00
test-child-process-stdin-ipc.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-child-process-stdin.js test: improve child_process tests 2016-09-19 23:33:56 +03:00
test-child-process-stdio-big-write-end.js test: improve child_process tests 2016-09-19 23:33:56 +03:00
test-child-process-stdio-inherit.js test: refactor test-child-process-stdio-inherit 2016-12-04 15:28:06 -08:00
test-child-process-stdio.js test: update test/parallel/test-child-process-stdio.js 2016-09-22 10:31:36 -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: improve test-child-process-stdout-flush 2016-09-20 15:28:09 -07:00
test-child-process-uid-gid.js test: fix child-process-uid-gid on Windows 2016-10-04 16:04:05 -07:00
test-child-process-validate-stdio.js test: replace equal with strictEqual 2016-12-04 15:00:52 -08:00
test-cli-eval-event.js test: use strictEqual in test-cli-eval-event.js 2016-12-04 20:32:16 -05:00
test-cli-eval.js lib: fix beforeExit not working with -e 2016-10-24 23:12:47 +02:00
test-cli-syntax.js test: refactor test-cli-syntax 2016-12-04 20:00:09 -08:00
test-cluster-basic.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-bind-privileged-port.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-bind-twice.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07: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: fix test-cluster-dgram-1 flakiness 2016-09-02 14:54:47 -04:00
test-cluster-dgram-2.js test: fix flaky test-cluster-dgram-2 2016-11-27 21:54:47 -08:00
test-cluster-dgram-reuse.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-disconnect-before-exit.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-disconnect-handles.js test: avoid usage of mixed IPV6 addresses 2016-07-18 17:40:17 -04:00
test-cluster-disconnect-idle-worker.js test: update var to const, use arrow functions 2016-09-27 06:39:31 -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: cleanup cluster-disconnect-unshared-tcp test 2016-09-20 19:11:56 +03:00
test-cluster-disconnect-unshared-udp.js test: update test-cluster-disconnect-unshared-udp 2016-09-20 21:21:52 +03:00
test-cluster-disconnect-with-no-workers.js
test-cluster-disconnect.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-eaccess.js
test-cluster-eaddrinuse.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
test-cluster-fork-env.js cluster: expose result of send() 2016-05-31 09:45:14 -04:00
test-cluster-fork-stdio.js cluster: support stdio option for workers 2016-08-01 15:08:42 -04:00
test-cluster-http-pipe.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-cluster-inspector-debug-port.js test: add cluster inspector debug port test 2016-10-10 11:37:24 -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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-cluster-master-error.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-master-kill.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-message.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
test-cluster-net-listen.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-cluster-net-send.js test: fix flaky cluster-net-send 2015-12-29 00:14:56 -05:00
test-cluster-process-disconnect.js cluster: don't send messages if no IPC channel 2016-06-08 15:51:26 +02:00
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-cluster-send-deadlock.js test: Changed assert.equal to assert.strictEqual 2016-12-04 19:00:19 -08:00
test-cluster-send-handle-twice.js
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: refactor test-cluster-setup-master-argv 2016-12-03 22:02:48 -08: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: change equal to strictEqual 2016-12-03 14:14:51 +01:00
test-cluster-shared-handle-bind-privileged-port.js test: update to const iin cluster test 2016-12-03 19:16:25 -08: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: refactor /parallel/test-cluster-uncaught-exception.js to ES6 2016-10-26 12:27:19 -07:00
test-cluster-worker-constructor.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-cluster-worker-death.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-cluster-worker-destroy.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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 test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-worker-events.js test: refactor test-cluster-worker-events 2016-12-05 13:23:08 -08:00
test-cluster-worker-exit.js test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-worker-forced-exit.js test: improve chained property readability 2016-08-02 09:52:50 -07:00
test-cluster-worker-init.js test: fix test-cluster-worker-init.js flakyness 2016-09-24 01:59:12 +03: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 test: refactor/cleanup a number of cluster tests 2016-09-01 07:13:47 -07:00
test-cluster-worker-no-exit.js test: make import common as the first line 2016-07-21 16:39:21 -07: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 test: console constructor missing new keyword 2016-08-09 23:42:21 -07:00
test-console-not-call-toString.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-console.js test: refactor test-console 2016-12-04 21:01:40 -08:00
test-constants.js constants: errors -> errno 2016-11-29 07:33:24 -05:00
test-crypto-authenticated.js crypto: fix faulty logic in iv size check 2016-10-17 17:05:40 +02:00
test-crypto-binary-default.js test: refactor test-crypto-binary-default 2016-11-29 14:00:00 +01:00
test-crypto-certificate.js test: refactor test-crypto-certificate 2016-12-04 20:35:02 -08:00
test-crypto-cipher-decipher.js test: replace equal with strictEqual in crypto 2016-12-04 15:03:31 -08:00
test-crypto-cipheriv-decipheriv.js test: refactor test-crypto-cipheriv-decipheriv 2016-12-04 06:54:55 -08:00
test-crypto-deprecated.js test: add expectWarning to common 2016-09-24 17:17:08 +02: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 test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-crypto-domain.js test: assert.equal -> assert.strictEqual 2016-12-05 00:51:37 +01:00
test-crypto-domains.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-crypto-ecb.js test: refactor test-crypto-ecb 2016-12-04 22:06:41 -08:00
test-crypto-fips.js crypto: fix openssl.cnf FIPS handling & testing 2016-10-19 14:25:23 +11:00
test-crypto-from-binary.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-crypto-hash-stream-pipe.js test: refactor test-crypto-hash-stream-pipe 2016-12-04 10:48:34 -08:00
test-crypto-hash.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-hmac.js test: favor === over == in crypto tests 2016-08-21 20:25:08 -07:00
test-crypto-padding-aes256.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
test-crypto-padding.js test: refactor test-crypto-padding.js 2016-12-04 20:08:57 -05:00
test-crypto-pbkdf2.js test: use const in test-crypto-pbkdf2 2016-12-03 16:14:23 -08:00
test-crypto-random.js test: refactored test-crypto-random.js 2016-09-20 02:14:16 +03:00
test-crypto-rsa-dsa.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-crypto-sign-verify.js test: update assert.equal() to assert.strictEqual() 2016-12-05 14:08:48 -08:00
test-crypto-stream.js test: assert.equal -> assert.strictEqual 2016-12-05 00:55:19 +01:00
test-crypto-verify-failure.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-crypto.js test: refactor and fix test-crypto 2016-11-29 13:36:24 +01:00
test-cwd-enoent-preload.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-cwd-enoent-repl.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-cwd-enoent.js test: use strictEqual in cwd-enoent 2016-12-05 00:34:45 +01:00
test-debug-agent.js test: checking if error constructor is assert.AssertionError 2016-10-18 15:45:03 -07:00
test-debug-args.js test: refactor test-debug-args 2016-12-02 09:06:42 -06: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 module: check -e flag in debug break setup 2016-11-15 13:54:53 -08: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 src: make debugger listen on 127.0.0.1 by default 2016-08-23 21:10:34 +02:00
test-debug-port-from-cmdline.js src: make debugger listen on 127.0.0.1 by default 2016-08-23 21:10:34 +02:00
test-debug-port-numbers.js src: make debugger listen on 127.0.0.1 by default 2016-08-23 21:10:34 +02:00
test-debug-prompt.js debugger: call this.resume() after this.run() 2016-12-05 14:25:39 -05:00
test-debug-protocol-execute.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-debug-signal-cluster.js test: remove watchdog in test-debug-signal-cluster 2016-11-08 11:13:14 -08:00
test-debug-uncaught-exception-async.js test: increase _debugger coverage 2016-09-06 22:47:15 -07:00
test-debug-uncaught-exception.js test: add uncaught exception test for debugger 2016-08-15 22:13:00 -07:00
test-debug-usage.js test: add test for debug usage message 2016-08-12 17:15:40 -07:00
test-debugger-client-addhandle.js test: add coverage for client._addHandle() 2016-09-15 21:54:09 -07:00
test-debugger-pid.js test: remove unneeded escaping in template strings 2016-10-18 15:28:21 -07:00
test-debugger-repeat-last.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debugger-util-regression.js test: improve test-debugger-util-regression 2016-11-07 13:32:49 +01:00
test-delayed-require.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-dgram-address.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-bind-default-address.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-bind-shared-ports.js test: refactor test-dgram-bind-shared-ports.js 2016-09-21 02:52:59 +03: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-in-listening.js dgram: generalized send queue to handle close 2016-07-13 17:49:04 +02:00
test-dgram-close-is-not-callback.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-dgram-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-dgram-createSocket-type.js dgram: prefer strict equality, type validation 2016-09-08 22:21:31 +01:00
test-dgram-error-message-address.js test: cleanup test-dgram-error-message-address 2016-11-28 08:22:52 +01:00
test-dgram-exclusive-implicit-bind.js test: refactor test-dgram-exclusive-implicit-bind 2016-12-05 00:52:47 +01:00
test-dgram-implicit-bind.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: use random ports where possible 2016-06-10 22:30:55 -04: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 test: remove arbitrary timer 2016-10-21 16:25:14 -07:00
test-dgram-send-callback-buffer.js test: fix flaky test by removing timer 2016-10-25 08:07:16 -05:00
test-dgram-send-callback-multi-buffer.js test: fix freebsd10-64 CI failures 2016-10-29 13:11:01 -07:00
test-dgram-send-callback-recursive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-send-default-host.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-send-empty-array.js test: fix flaky test-dgram-empty-packet & friends 2016-11-24 14:37:41 -08:00
test-dgram-send-empty-buffer.js test: fix flaky test-dgram-empty-packet & friends 2016-11-24 14:37:41 -08:00
test-dgram-send-empty-packet.js test: fix flaky test-dgram-empty-packet & friends 2016-11-24 14:37:41 -08:00
test-dgram-send-multi-buffer-copy.js test: refactor dgram-send-multi-buffer-copy 2016-12-04 20:28:44 -08:00
test-dgram-setBroadcast.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-setTTL.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-udp4.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-udp6-send-default-host.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-dgram-unref.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: various test improvements 2016-10-10 08:52:03 -07:00
test-dns-regress-6244.js test: various test improvements 2016-10-10 08:52:03 -07:00
test-dns-regress-7070.js test: various test improvements 2016-10-10 08:52:03 -07:00
test-dns.js test: refactor and fix test-dns 2016-11-29 13:07:46 +01:00
test-domain-abort-on-uncaught.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02: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 test: use strictEqual() domain-http 2016-12-05 13:35:01 -08:00
test-domain-implicit-fs.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-domain-multi.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-domain-nested-throw.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-domain-nested.js
test-domain-no-error-handler-abort-on-uncaught.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02: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: remove blank lines at end of files 2016-10-05 21:06:36 -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,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-domain-timers.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -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 test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-domain.js test: refactor test-domain 2016-12-04 20:21:18 -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 test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-eval-require.js test: various test improvements 2016-10-10 08:52:03 -07:00
test-eval.js test: various test improvements 2016-10-10 08:52:03 -07:00
test-event-emitter-add-listeners.js test: exercise EE function type checking paths 2016-09-09 19:50:56 -04:00
test-event-emitter-check-listener-leaks.js events,test: fix TypeError in EventEmitter warning 2016-10-26 12:59:53 -07:00
test-event-emitter-errors.js
test-event-emitter-get-max-listeners.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-listener-count.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-event-emitter-listeners-side-effects.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-event-emitter-listeners.js test: increase coverage for lib/events.js 2016-12-02 20:45:13 -08:00
test-event-emitter-max-listeners-warning-for-null.js events,test: fix TypeError in EventEmitter warning 2016-10-26 12:59:53 -07:00
test-event-emitter-max-listeners-warning-for-symbol.js events,test: fix TypeError in EventEmitter warning 2016-10-26 12:59:53 -07:00
test-event-emitter-max-listeners-warning.js events,test: fix TypeError in EventEmitter warning 2016-10-26 12:59:53 -07:00
test-event-emitter-max-listeners.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: exercise EE function type checking paths 2016-09-09 19:50:56 -04:00
test-event-emitter-prepend.js test: exercise EE function type checking paths 2016-09-09 19:50:56 -04: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: exercise EE function type checking paths 2016-09-09 19:50:56 -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 test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-event-emitter-subclass.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: changed assert.equal to assert.strictEqual 2016-12-05 19:37:56 -08:00
test-file-read-noexist.js test: refactor test-file-* 2016-10-13 15:10:54 -07:00
test-file-write-stream2.js test: refactor test-file-* 2016-10-13 15:10:54 -07:00
test-file-write-stream3.js test: test-file-write-stream3.js refactor 2016-12-05 15:35:09 -08:00
test-file-write-stream.js test: refactor test-file-write-stream 2016-10-05 11:40:34 -07:00
test-force-repl-with-eval.js test: fix flaky test-force-repl-with-eval 2016-11-06 09:17:47 +01:00
test-force-repl.js test: fix flaky test-force-repl 2016-09-13 20:35:11 -07:00
test-freelist.js test: replace equal with strictEqual in test-freelist.js 2016-12-05 08:20:00 -08:00
test-fs-access.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-fs-append-file-sync.js test: refactor test-fs-append-file-sync 2016-12-03 21:13:06 -08:00
test-fs-append-file.js test: refactor test-fs-append-file.js 2016-12-04 19:27:52 -05: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: remove blank lines at end of files 2016-10-05 21:06:36 -07: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-fsync.js
test-fs-link.js Revert "fs: make callback mandatory to all async functions" 2016-08-05 00:13:29 +02:00
test-fs-long-path.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-make-callback.js fs: warn if no callback is passed to async calls 2016-08-27 12:43:43 +05:30
test-fs-mkdir-rmdir.js
test-fs-mkdir.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-fs-mkdtemp.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-fs-non-number-arguments-throw.js test: refactor test-fs-non-number-arguments-throw 2016-12-02 13:16:40 +01: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 fs: move stringToFlags() to lib/internal 2016-09-23 18:24:53 +02:00
test-fs-open-numeric-flags.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
test-fs-open.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-options-immutable.js fs: don't alter user provided options object 2016-10-09 19:37:59 +05:30
test-fs-read-buffer-tostring-fail.js test: fix flaky test-fs-read-buffer-tostring-fail 2016-07-08 21:46:00 -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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-read-file-sync-hostname.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-fs-read-file-sync.js test: use const or let and assert.strictEqual 2016-12-05 13:47:14 -08: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: implemented es6 conventions 2016-12-05 15:18:17 -08:00
test-fs-read-stream-fd-leak.js test: changed var to const, added strict equal checks 2016-09-26 13:59:00 -07:00
test-fs-read-stream-fd.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-fs-read-stream-inherit.js test: refactor test-fs-read-stream-inherit.js 2016-12-04 15:32:22 -08:00
test-fs-read-stream-resume.js
test-fs-read-stream-throw-type-error.js fs: refactor "options" processing as a function 2016-10-06 00:16:13 +05:30
test-fs-read-stream.js fs: add bytesRead to ReadStream 2016-08-08 10:11:17 -07: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: update test/parallel/test-fs-read.js 2016-09-22 10:00:28 -07:00
test-fs-readdir-ucs2.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02: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 Revert "fs: make callback mandatory to all async functions" 2016-08-05 00:13:29 +02:00
test-fs-readfile-fd.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-readfile-pipe-large.js test: modernize syntax, add strict checks 2016-09-30 12:18:55 -04:00
test-fs-readfile-pipe.js test: modernize syntax, add strict checks 2016-09-30 12:18:55 -04:00
test-fs-readfile-tostring-fail.js test: increase RAM requirement for intensive tests 2016-07-20 09:55:36 -07:00
test-fs-readfile-unlink.js test: cleanup parallel/test-fs-readfile-unlink.js 2016-09-27 10:34:33 +00:00
test-fs-readfile-zero-byte-liar.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-readfilesync-pipe-large.js test: modernize syntax, add strict checks 2016-09-30 12:18:55 -04:00
test-fs-realpath-buffer-encoding.js fs: restore JS implementation of realpath 2016-08-12 13:07:55 +02:00
test-fs-realpath-on-substed-drive.js fs: restore JS implementation of realpath 2016-08-12 13:07:55 +02:00
test-fs-realpath.js test: cleanup parallel/test-fs-realpath.js 2016-09-27 10:16:02 +00: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: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-fs-stream-double-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-symlink-dir-junction-relative.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-symlink-dir-junction.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-symlink.js test:replace indexOf, assert.equal, add mustCall() 2016-09-28 14:34:14 -07:00
test-fs-sync-fd-leak.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-fs-syncwritestream.js fs: make SyncWriteStream inherit from Writable 2016-10-10 18:15:49 +02:00
test-fs-truncate-fd.js test: modernize test-fs-truncate-fd 2016-12-05 12:41:20 -08:00
test-fs-truncate-GH-6233.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-fs-truncate.js test: make sure over truncation of file zero fills 2016-08-27 19:51:16 +05:30
test-fs-utimes.js Revert "fs: validate args of truncate functions in js" 2016-08-04 09:37:17 -07:00
test-fs-watch-encoding.js test: fix flaky test-fs-watch-encoding on OS X 2016-06-23 16:58:03 -07: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: fix flaky test-fs-watch-recursive on OS X 2016-10-28 17:09:39 -07:00
test-fs-watch-stop-async.js fs: do not emit 'stop' watch event synchronously 2016-09-24 01:24:04 +03:00
test-fs-watch-stop-sync.js fs: do not emit 'stop' watch event synchronously 2016-09-24 01:24:04 +03:00
test-fs-watchfile.js Revert "fs: make callback mandatory to all async functions" 2016-08-05 00:13:29 +02:00
test-fs-write-buffer.js fs: Fix default params for fs.write(Sync) 2016-11-08 09:48:41 -08: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 test: refactor test-fs-write-file 2016-12-03 20:03:32 -08:00
test-fs-write-no-fd.js Revert "fs: validate args of truncate functions in js" 2016-08-04 09:37:17 -07:00
test-fs-write-stream-autoclose-option.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07: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: cleanup IIFE tests 2016-07-14 22:07:14 -04: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 fs: refactor "options" processing as a function 2016-10-06 00:16:13 +05:30
test-fs-write-stream.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-fs-write-string-coerce.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-fs-write-sync.js fs: Fix default params for fs.write(Sync) 2016-11-08 09:48:41 -08:00
test-fs-write.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -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 lib: make String(global) === '[object global]' 2016-11-02 23:19:31 +01: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 test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-1.0-keep-alive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-1.0.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-http-abort-before-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-abort-client.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-abort-queued.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-after-connect.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-agent-destroyed-socket.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-agent-error-on-idle.js test: use random ports where possible 2016-06-10 22:30:55 -04: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-agent-maxsockets-regress-4050.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-agent-maxsockets.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-agent-no-protocol.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-agent-null.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-agent.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-allow-req-after-204-res.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-automatic-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-bind-twice.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-blank-header.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-buffer-sanity.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-byteswritten.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-catch-uncaughtexception.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-chunk-problem.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-chunked-304.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-chunked.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-client-abort2.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-client-abort-event.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-client-abort.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-client-aborted-event.js test: add test for HTTP client "aborted" event 2016-11-02 09:06:23 +01:00
test-http-client-agent.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-client-default-headers-exist.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-client-encoding.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-client-get-url.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-client-keep-alive-release-before-finish.js test: remove common.PORT from http tests 2016-06-30 22:45:36 -07:00
test-http-client-parse-error.js test: use random ports where possible 2016-06-10 22:30:55 -04: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: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-client-race.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-client-read-in-error.js
test-http-client-readable.js test: refactor test-http-client-readable 2016-11-01 14:19:30 -07:00
test-http-client-reject-chunked-with-content-length.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-client-reject-cr-no-lf.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-client-response-domain.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-client-timeout-agent.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-client-timeout-event.js http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
test-http-client-timeout-option.js http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
test-http-client-timeout.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-client-unescaped-path.js test: simplify test-http-client-unescaped-path 2016-11-20 00:45:18 +01:00
test-http-client-upload-buf.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-client-upload.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-conn-reset.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-connect-req-res.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-connect.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-content-length.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-contentLength0.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-createConnection.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-date-header.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-default-encoding.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-default-port.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-destroyed-socket-write2.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-dns-error.js test: refactor test-http-dns-error 2016-12-04 19:02:30 -08:00
test-http-double-content-length.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-end-throw-socket-handling.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-eof-on-connect.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-exceptions.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-expect-continue.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-expect-handling.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-extra-response.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-flush-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-flush-response-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-flush.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-full-response.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-get-pipeline-problem.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-head-request.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-head-response-has-no-body-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-head-response-has-no-body.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-header-obstext.js test: update http-header-obstext 2016-11-05 13:02:07 +00:00
test-http-header-read.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-hex-write.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-host-header-ipv6-fail.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-host-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-incoming-pipelined-socket-destroy.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-invalid-urls.js test: fix tests for non-crypto builds 2016-06-08 11:42:28 +02:00
test-http-invalidheaderfield2.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-http-invalidheaderfield.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-keep-alive-close-on-header.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-keep-alive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-keepalive-client.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-keepalive-maxsockets.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-keepalive-request.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-listening.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-localaddress-bind-error.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-localaddress.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-malformed-request.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-many-ended-pipelines.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-max-headers-count.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-methods.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-multi-line-headers.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-http-mutable-headers.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-no-content-length.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-no-read-no-dump.js test: remove common.PORT from http tests 2016-06-30 22:45:36 -07:00
test-http-outgoing-finish.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-outgoing-proto.js http: specify _implicitHeader in OutgoingMessage 2016-08-05 23:26:46 +08: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-parser.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-http-pause-resume-one-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-pause.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-pipe-fs.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-pipeline-flood.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-pipeline-regr-2639.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-pipeline-regr-3332.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-pipeline-regr-3508.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-proxy.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-raw-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-regr-gh-2821.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-remove-header-stays-removed.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-request-dont-override-options.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-request-end-twice.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-request-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-request-invalid-method-error.js test: test for http.request() invalid method error 2016-12-03 11:52:00 +01:00
test-http-request-methods.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-res-write-after-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-res-write-end-dont-take-array.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-response-add-header-after-sent.js test: add tests for add/remove header after sent 2016-09-24 00:36:07 +03:00
test-http-response-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-response-multi-content-length.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-http-response-multiheaders.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-http-response-no-headers.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-response-readable.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-response-remove-header-after-sent.js test: add tests for add/remove header after sent 2016-09-24 00:36:07 +03:00
test-http-response-splitting.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-response-status-message.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-response-statuscode.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-same-map.js test: check types for http request and response 2016-06-29 18:13:35 +02:00
test-http-server-client-error.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-server-multiheaders2.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-server-multiheaders.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-server-reject-chunked-with-content-length.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-server-reject-cr-no-lf.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-http-server-stale-close.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
test-http-server-unconsume.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-server.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-set-cookies.js test: favor strict equality in http tests 2016-08-19 16:30:28 -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: remove err timer from test-http-set-timeout 2016-10-26 12:10:33 -07:00
test-http-set-trailers.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-should-keep-alive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-status-code.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-status-message.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-status-reason-invalid-chars.js test: refine test-http-status-reason-invalid-chars 2016-11-29 08:45:24 -06:00
test-http-timeout-overflow.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-timeout.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-unix-socket.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-upgrade-advertise.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-upgrade-agent.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-upgrade-client2.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-upgrade-client.js test: cleanup vars to const and '==' to '===' 2016-09-24 14:09:23 +03:00
test-http-upgrade-server2.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-upgrade-server.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-url.parse-auth-with-header-in-request.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-url.parse-auth.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-url.parse-basic.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-url.parse-https.request.js test: use random ports where possible 2016-06-10 22:30:55 -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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-url.parse-post.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-url.parse-search.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-wget.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-write-callbacks.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http-write-empty-string.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-write-head.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-zero-length-write.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-http.js test: refector parallel/test-http.js 2016-09-12 21:25:58 -07:00
test-https-agent-disable-session-reuse.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-agent-getname.js test: fix tests for non-crypto builds 2016-06-08 11:42:28 +02:00
test-https-agent-servername.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-agent-session-eviction.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-agent-session-reuse.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-agent-sni.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-agent-sockets-leak.js https: fix memory leak with https.request() 2016-09-21 03:22:15 +03:00
test-https-agent.js test: improve test-https-agent.js 2016-09-16 16:05:06 -07:00
test-https-byteswritten.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-https-client-checkServerIdentity.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-client-get-url.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-https-client-reject.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-client-resume.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-close.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-connect-address-family.js test: handle IPv6 localhost issues within tests 2016-07-20 10:39:37 -07:00
test-https-connecting-to-http.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-drain.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-eof-for-eom.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-foafssl.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-host-headers.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-localaddress-bind-error.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-localaddress.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-pfx.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-req-split.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-https-resume-after-renew.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-set-timeout-server.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-simple.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-socket-options.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-strict.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-https-timeout-server-2.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-timeout-server.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-https-timeout.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-https-truncate.js test: refactor test-https-truncate 2016-12-04 18:50:01 -08:00
test-icu-punycode.js net: use icu's punycode implementation 2016-06-29 17:10:53 -07:00
test-icu-stringwidth.js readline: use icu based string width calculation 2016-10-25 09:00:45 -07:00
test-icu-transcode.js buffer: fix transcode for single-byte enc to ucs2 2016-12-06 01:42:08 +01:00
test-instanceof.js test: add regression test for instanceof 2016-10-20 14:10:34 +02:00
test-internal-modules-expose.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-internal-modules.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-internal-util-normalizeencoding.js buffer,string_decoder: consolidate encoding validation logic 2016-06-21 09:28:38 -07:00
test-internal-util-toInteger.js buffer: convert offset & length to int properly 2016-12-05 18:15:49 +05:30
test-internal-util-toLength.js buffer: convert offset & length to int properly 2016-12-05 18:15:49 +05:30
test-intl-v8BreakIterator.js test: add common.hasIntl 2016-10-25 08:12:02 -07:00
test-intl.js src: default --icu_case_mapping on as a v8 option 2016-11-04 09:47:51 -07:00
test-js-stream-call-properties.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-listen-fd-cluster.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-listen-fd-detached-inherit.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-listen-fd-detached.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-listen-fd-ebadf.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-listen-fd-server.js test: use random ports where possible 2016-06-10 22:30:55 -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 process: add process.memoryUsage.external 2016-11-13 15:47:15 -05: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-module-loading-error.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-module-nodemodulepaths.js module: fix node_modules search path in edge case 2016-08-09 05:46:40 -05:00
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-module-version.js build: configure --shared 2016-06-28 17:48:22 -04:00
test-net-access-byteswritten.js test: fix tests for non-crypto builds 2016-06-08 11:42:28 +02:00
test-net-after-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-better-error-messages-listen-path.js test: changed vars to const in test-net-better-error-messages-listen-path.js 2016-12-04 19:17:26 -08:00
test-net-better-error-messages-listen.js test: polish test-net-better-error-messages-listen 2016-12-05 00:41:44 +01: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: var to const, assert.equal to assert.strictEqual in net 2016-12-04 19:20:42 -08:00
test-net-better-error-messages-port.js test: var -> let/const, .equal -> .strictEqual 2016-12-03 15:05:43 -08:00
test-net-binary.js test: modernize JS and tighten equality checking 2016-09-12 21:05:00 -07:00
test-net-bind-twice.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-buffersize.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-bytes-read.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-bytes-stats.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-can-reset-timeout.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-buffer.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-connect-handle-econnrefused.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-immediate-destroy.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-net-connect-immediate-finish.js test: fix test-net-* error code check for getaddrinfo(3) 2016-06-15 14:27:05 +10:00
test-net-connect-local-error.js net: add local address/port for better errors 2015-11-24 16:00:51 -06:00
test-net-connect-options-ipv6.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-connect-options.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-paused-connection.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-net-create-connection.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-dns-custom-lookup.js test: refactor test-net-dns-custom-lookup 2016-12-04 18:53:46 -08:00
test-net-dns-error.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-dns-lookup-skip.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-dns-lookup.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-during-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-eaddrinuse.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-end-close.js net: fix ambiguity in EOF handling 2016-10-14 13:38:56 +00:00
test-net-end-without-connect.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-error-twice.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-internal.js net: strict checking for internal/net isLegalPort 2016-03-21 12:08:57 -07:00
test-net-isip.js net: make isIPv4 and isIPv6 more efficient 2016-03-15 08:32:32 -07:00
test-net-keepalive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-large-string.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-listen-close-server-callback-is-not-function.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-listen-close-server.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-listen-error.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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 test: refactor test for net listen on fd0 2016-12-05 14:11:08 -08:00
test-net-listen-port-option.js net: refactor Server.prototype.listen 2016-09-12 16:57:27 +02:00
test-net-listen-shared-ports.js
test-net-listening.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-local-address-port.js test: update net-local-address-port 2016-12-03 11:32:02 +01:00
test-net-localerror.js test: Update to const and use regex for assertions 2016-12-04 15:20:47 -08:00
test-net-localport.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-pause-resume-connecting.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-persistent-keepalive.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-persistent-nodelay.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-persistent-ref-unref.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-pingpong.js test: refactor test-net-pingpong 2016-11-29 13:16:13 +01:00
test-net-pipe-connect-errors.js test: refactor test-net-pipe-connect-errors 2016-09-12 20:45:33 -07:00
test-net-reconnect-error.js test: speed up test-net-reconnect-error 2016-07-28 22:50:49 -07:00
test-net-reconnect.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-net-remote-address-port.js test: swapped == and equal to === and strictEqual 2016-09-12 20:54:12 -07: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-server-connections.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-net-server-listen-remove-callback.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-server-max-connections-close-makes-more-available.js test: improve chained property readability 2016-08-02 09:52:50 -07:00
test-net-server-max-connections.js test: refactor test-net-server-max-connections 2016-10-06 14:47:52 -07:00
test-net-server-options.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-server-pause-on-connect.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-server-try-ports.js test: clean up net server try ports test 2016-09-11 21:43:10 -07:00
test-net-server-unref-persistent.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-server-unref.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-settimeout.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-socket-connecting.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-socket-destroy-twice.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-socket-local-address.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-socket-timeout-unref.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-socket-timeout.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-socket-write-error.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-stream.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-sync-cork.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-net-write-after-close.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-write-connect-write.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-write-fully-async-buffer.js net: make holding the buffer in memory more robust 2016-08-27 16:11:46 +02:00
test-net-write-fully-async-hex-string.js net: make holding the buffer in memory more robust 2016-08-27 16:11:46 +02:00
test-net-write-slow.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-next-tick-doesnt-hang.js
test-next-tick-domain.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-next-tick-errors.js test: remove blank lines at end of files 2016-10-05 21:06:36 -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-when-exiting.js test: ensure nextTick is not scheduled in exit 2016-11-15 09:22:47 -05:00
test-next-tick.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-npm-install.js test: refactor common.js 2016-11-25 20:23:12 -08:00
test-os-homedir-no-envvar.js
test-os.js test: cleanup/update test-os.js 2016-09-30 10:57:19 -07:00
test-path-makelong.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-path-parse-format.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-path-zero-length-strings.js test: improve path tests 2016-02-09 20:35:41 -08:00
test-path.js path: fallback to process cwd when resolving drive cwd 2016-09-24 01:14:56 +03:00
test-pipe-address.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-pipe-file-to-http.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-pipe-head.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-pipe-return-val.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-pipe-stream.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-pipe-unref.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-preload.js test: refactor test-preload 2016-11-29 08:47:02 -06:00
test-process-argv-0.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -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-process-config.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-process-constants-noatime.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-process-cpuUsage.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -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 test: increase coverage of process.emitWarning 2016-11-15 09:20:33 -05:00
test-process-env-symbols.js src: allow getting Symbols on process.env 2016-11-20 01:40:33 +01:00
test-process-env.js test: case sensitivity of env variables 2016-10-25 11:35:47 +03:00
test-process-exec-argv.js test: fix tests after V8 upgrade 2016-06-29 10:44:25 +02:00
test-process-execpath.js test: check that process.execPath is a realpath 2016-11-16 01:37:20 +01: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: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-process-exit-recursive.js
test-process-exit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-getactivehandles.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-process-getactiverequests.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-getgroups.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-process-no-deprecation.js internal/util: remove printDeprecationWarning 2016-09-02 13:15:56 -07: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-process-versions.js intl: Add more versions from ICU 2016-10-26 19:24:22 -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-promises-warning-on-unhandled-rejection.js promise: hard deprecation for unhandled promise rejection 2016-08-29 16:27:58 -07:00
test-punycode.js test: add toASCII and toUnicode punycode tests 2016-11-30 09:05:03 +00: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: cleanup IIFE tests 2016-07-14 22:07:14 -04: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 readline: key interval delay for \r & \n 2016-09-08 20:16:39 +05:30
test-readline-keys.js readline: keypress trigger for escape character 2016-08-17 23:44:39 +05:30
test-readline-set-raw-mode.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-readline-undefined-columns.js readline: show completions only after 2nd TAB 2016-08-04 23:32:38 +02:00
test-readuint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-ref-unref-return.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-746.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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-1531.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-regress-GH-1899.js test: remove blank lines at end of files 2016-10-05 21:06:36 -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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-regress-GH-3739.js
test-regress-GH-4256.js test: remove unused vars from parallel tests 2016-01-04 14:20:03 -08:00
test-regress-GH-4948.js test: use random ports where possible 2016-06-10 22:30:55 -04: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 tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-regress-GH-5927.js
test-regress-GH-6235.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-7511.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
test-regress-GH-io-1068.js
test-regress-GH-io-1811.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-node-9326.js
test-regression-object-prototype.js
test-repl-.editor.js repl: don’t write to input stream in editor mode 2016-10-26 21:41:52 +02:00
test-repl-.save.load.js repl: Failed to save editor mode text in .save 2016-08-21 02:15:28 +05:30
test-repl-autolibs.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl-console.js repl: Enable tab completion for global properties 2016-06-27 16:55:53 -04:00
test-repl-context.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-repl-definecommand.js repl: improve .help message 2016-09-16 16:53:03 +02:00
test-repl-deprecated.js test: add expectWarning to common 2016-09-24 17:17:08 +02:00
test-repl-domain.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -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 repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
test-repl-eval-scope.js test: repl tab completion test 2016-03-21 16:55:49 -07:00
test-repl-eval.js repl: preprocess only for defaultEval 2016-12-05 19:30:56 +05:30
test-repl-harmony.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl-history-perm.js repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
test-repl-mode.js test: refactor test-repl-mode.js 2016-12-04 19:38:48 -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,lib,benchmark: match function names 2016-10-19 22:20:27 -07:00
test-repl-recoverable.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl-require-cache.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-repl-require-context.js repl: default useGlobal to true 2016-07-21 10:33:30 -04:00
test-repl-require.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl-reset-event.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-repl-setprompt.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-repl-sigint-nested-eval.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-repl-sigint.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05: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 repl: prevent undefined ref in completion 2016-07-26 09:14:43 -05:00
test-repl-tab-complete.js test: add common.hasIntl 2016-10-25 08:12:02 -07:00
test-repl-tab.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-repl-underscore.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl-unexpected-token-recoverable.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl-use-global.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-repl.js test: update repl tests 2016-12-05 12:56:37 -08:00
test-require-cache.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-require-dot.js
test-require-exceptions.js test: refactor test-require-exceptions 2016-12-04 21:51:23 -08:00
test-require-extensions-main.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-require-extensions-same-filename-as-dir-trailing-slash.js
test-require-extensions-same-filename-as-dir.js test: change var to const for require and strict equality checks 2016-12-04 15:23:54 -08:00
test-require-json.js test: use const instead of var in test-require-json.js 2016-12-04 19:07:49 -08: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-require-symlink.js src: add NODE_PRESERVE_SYMLINKS environment variable 2016-10-24 22:13:08 +03:00
test-require-unicode.js
test-setproctitle.js test: remove duplicate required module 2016-10-20 22:55:09 -07:00
test-sigint-infinite-loop.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-signal-handler.js test: add check in test-signal-handler 2016-08-26 09:34:12 -07:00
test-signal-safety.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-signal-unregister.js
test-socket-write-after-fin-error.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-socket-write-after-fin.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-spawn-cmd-named-pipe.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -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-stdin-pause-resume.js
test-stdin-pipe-large.js test: add test for piping large input from stdin 2016-03-30 11:09:42 +02:00
test-stdin-pipe-resume.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-stdin-resume-pause.js
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: accept expected AIX result test-stdio-closed 2016-09-26 07:55:44 -07: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stdout-stderr-reading.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stdout-to-file.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-base64-single-char-read-end.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-stream2-compatibility.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-decode-partial.js stream: fix no data on partial decode 2016-02-17 14:15:47 -05:00
test-stream2-finish-pipe.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-httpclient-response-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-large-read-stall.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-objects.js test: improve test-stream2-objects.js 2016-11-13 10:40:25 +09:00
test-stream2-pipe-error-handling.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-stream2-pipe-error-once-listener.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-stream2-push.js test: use setImmediate() in test of stream2 2016-11-18 18:21:16 +09:00
test-stream2-read-sync-stack.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-readable-empty-buffer-no-eof.js test: remove timers from streams test 2016-11-02 12:19:55 -07:00
test-stream2-readable-from-list.js tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
test-stream2-readable-legacy-drain.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-readable-non-empty-end.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-readable-wrap-empty.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream2-readable-wrap.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-stream2-set-encoding.js tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
test-stream2-transform.js test: add test case of PassThrough 2016-11-18 17:57:24 +09: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 tools: add additional ESLint rules 2016-09-20 23:21:10 -04: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 test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-stream-big-packet.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-big-push.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-decoder-objectmode.js test: add tests for some stream.Readable uses 2016-06-18 20:52:52 +02:00
test-stream-duplex.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-end-paused.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-events-prepend.js stream: avoid caching prepend check 2016-08-17 18:47:41 -07:00
test-stream-inheritance.js stream: fix Writable subclass instanceof checks 2016-10-14 16:11:54 -05:00
test-stream-ispaused.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-pipe-after-end.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-pipe-await-drain-manual-resume.js stream: reset awaitDrain after manual .resume() 2016-06-13 23:41:23 +02:00
test-stream-pipe-await-drain-push-while-write.js stream: ensure awaitDrain is increased once 2016-06-16 01:29:31 +02: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: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-pipe-error-handling.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-stream-pipe-event.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-stream-pipe-multiple-pipes.js test: add tests for some stream.Readable uses 2016-06-18 20:52:52 +02:00
test-stream-pipe-unpipe-streams.js test: updated test-stream-pipe-unpipe-stream 2016-12-05 13:20:01 +01:00
test-stream-pipe-without-listenerCount.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-stream-preprocess.js test: ensure stream preprocessing order 2016-07-27 13:56:55 +02:00
test-stream-push-order.js stream: improve Readable.read() performance 2016-06-14 15:15:34 -04: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 test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-stream-readable-flow-recursion.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-readable-invalid-chunk.js test: add tests for some stream.Readable uses 2016-06-18 20:52:52 +02:00
test-stream-readable-with-unimplemented-_read.js test: add tests for some stream.Readable uses 2016-06-18 20:52:52 +02: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-flush-data.js stream: 'data' argument on callback of Transform._flush() 2016-06-09 11:06:01 +02: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: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-stream-unshift-empty-chunk.js test: change from setTimeout to setImmediate 2016-11-13 15:00:03 +09: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: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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 test: cleanup IIFE tests 2016-07-14 22:07:14 -04:00
test-stream-writable-ended-state.js test: stream writable ended state 2016-09-30 18:12:18 +02:00
test-stream-writable-finished-state.js test: writable stream finished state 2016-10-28 08:50:44 +02:00
test-stream-writable-needdrain-state.js test: writable stream needDrain state 2016-10-28 08:50:46 +02: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-writableState-ending.js test: fix lint error regarding unused commons const 2016-10-28 12:55:21 +02: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 test: add more UTF-8 StringDecoder tests 2016-06-23 23:20:41 -04:00
test-stringbytes-external.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04: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: add and assert readable/writable arguments 2016-10-02 07:09:18 +02:00
test-tcp-wrap-listen.js test: refactor parallel/test-tcp-wrap-listen 2016-09-20 10:47:36 -07:00
test-tcp-wrap.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-timer-close.js tools: fix new-parens violations 2016-09-12 21:11:35 -07:00
test-timers-active.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07: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-clear-null-does-not-throw-error.js test: increase coverage for timers 2016-12-03 14:26:51 +01:00
test-timers-clearImmediate.js timers: fix regression with clearImmediate() 2016-10-14 15:57:25 -05:00
test-timers-immediate-queue.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-immediate.js test: clean up test-timers-immediate 2016-10-02 20:40:51 -07:00
test-timers-linked-list.js test: refactor test-timers-linked-list.js 2016-08-23 11:25:05 -07:00
test-timers-nested.js test: make import common as the first line 2016-07-21 16:39:21 -07: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 test: use random ports where possible 2016-06-10 22:30:55 -04: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,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-timers-uncaught-exception.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unenroll-unref-interval.js timers: use consistent checks for canceled timers 2016-11-22 12:28:41 -05:00
test-timers-unref-active-unenrolled-disposed.js test: increase timeouts on some unref timers tests 2016-02-22 12:14:58 -05:00
test-timers-unref-active.js test: increase timeouts on some unref timers tests 2016-02-22 12:14:58 -05:00
test-timers-unref-call.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unref-leak.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers-unref-remove-other-unref-timers.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-timers-unref.js test: cleanup IIFE tests 2016-07-14 22:07:14 -04: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: comparison operator now more strict 2016-08-22 10:58:15 -07:00
test-timers.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-tls-0-dns-altname.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-addca.js crypto: fix handling of root_cert_store. 2016-11-09 11:26:59 +09:00
test-tls-alert-handling.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-tls-alert.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-alpn-server-client.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-async-cb-after-socket-end.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-basic-validations.js tls: copy the Buffer object before using 2016-08-17 18:40:52 -07:00
test-tls-cert-regression.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-check-server-identity.js lib: make tls.checkServerIdentity() more strict 2016-09-28 11:19:18 +10:00
test-tls-cipher-list.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-tls-client-abort2.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -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: make import common as the first line 2016-07-21 16:39:21 -07:00
test-tls-client-destroy-soon.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-client-getephemeralkeyinfo.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-client-mindhsize.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-tls-client-reject.js test: update tls test to use const/let and common.mustCall 2016-12-05 12:28:03 -08:00
test-tls-client-resume.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-client-verify.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-tls-close-error.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-tls-close-notify.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-cnnic-whitelist.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-connect-address-family.js test: fix test-tls-connect-address-family 2016-11-27 20:33:12 +01:00
test-tls-connect-given-socket.js test: cleanup test-tls-connect-given-socket.js 2016-09-20 23:35:07 +03:00
test-tls-connect-no-host.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-connect-pipe.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-connect-secure-context.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-connect-simple.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-connect-stream-writes.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-connect.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-delayed-attach-error.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-delayed-attach.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-destroy-whilst-write.js test: refactor test-tls-destroy-whilst-write 2016-12-04 18:57:12 -08:00
test-tls-dhe.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-ecdh-disable.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-ecdh.js test: refactor test-tls-ecdh 2016-12-03 11:13:05 +01:00
test-tls-econnreset.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-empty-sni-context.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-tls-env-bad-extra-ca.js crypto: allow adding extra certs to well-known CAs 2016-11-23 08:35:22 -08:00
test-tls-env-extra-ca.js crypto: allow adding extra certs to well-known CAs 2016-11-23 08:35:22 -08: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-friendly-error-message.js test: refactor test-tls-friendly-error-message.js 2016-12-04 20:00:20 -05:00
test-tls-getcipher.js test: updated tls-getcipher test 2016-12-05 08:34:41 -08:00
test-tls-getprotocol.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-handshake-error.js test: make import common as the first line 2016-07-21 16:39:21 -07: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:refactor test-tls-hello-parser-failure 2016-11-22 21:22:58 -08:00
test-tls-honorcipherorder.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-inception.js test: refactor test-tls-inception 2016-11-12 10:30:35 -08:00
test-tls-interleave.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-invoke-queued.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-js-stream.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-junk-closes-server.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-junk-server.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-key-mismatch.js test: change var to const in test-tls-key-mismatch.js 2016-12-04 15:40:12 -08:00
test-tls-legacy-onselect.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-max-send-fragment.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-multi-key.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-no-cert-required.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-no-rsa-key.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-no-sslv3.js test: swap var->const/let and equal->strictEqual 2016-12-04 15:15:06 -08: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-ocsp-callback.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-on-empty-socket.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-over-http-tunnel.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-parse-cert-string.js test: add test for invalid cert string 2016-08-21 22:47:39 -07:00
test-tls-passphrase.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-pause.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-peer-certificate-encoding.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-peer-certificate-multi-keys.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-peer-certificate.js test: Modernize test-tls-peer-certificate.js 2016-12-05 17:54:02 -05:00
test-tls-pfx-gh-5100-regr.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-tls-regr-gh-5108.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-request-timeout.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-securepair-fiftharg.js test: fix tests for non-crypto builds 2016-06-08 11:42:28 +02:00
test-tls-securepair-server.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-server-connection-server.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-tls-server-failed-handshake-emits-clienterror.js test: fix freebsd10-64 CI failures 2016-10-29 13:11:01 -07:00
test-tls-server-verify.js test: refactor test-tls-server-verify 2016-12-04 18:47:23 -08:00
test-tls-session-cache.js test: handle SmartOS bug in test-tls-session-cache 2016-07-03 22:29:29 -07:00
test-tls-set-ciphers.js test: var to const/let in test-tls-set-ciphers 2016-12-04 14:56:39 -08:00
test-tls-set-encoding.js test: Added more validations to setEncoding 2016-12-05 13:38:43 -08:00
test-tls-sni-option.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-sni-server-client.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-socket-default-options.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-socket-failed-handshake-emits-error.js tls: TLSSocket emits 'error' on handshake failure 2016-10-10 09:59:31 +02: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: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-timeout-server-2.js test: refactor test-tls-timeout-server-2 2016-12-04 14:50:42 -08:00
test-tls-timeout-server.js test: Updating vars to const and tsl server test 2016-12-04 14:46:20 -08:00
test-tls-two-cas-one-string.js test: use random ports where possible 2016-06-10 22:30:55 -04:00
test-tls-wrap-no-abort.js test: fix tests for non-crypto builds 2016-06-08 11:42:28 +02:00
test-tls-wrap-timeout.js test: fix flaky test-tls-wrap-timeout 2016-07-31 13:31:40 -07:00
test-tls-writewrap-leak.js test: Use strictEqual in test-tls-writewrap-leak 2016-11-19 17:27:23 +01:00
test-tls-zero-clear-in.js test: replace var by const test-tls-zero-clear-in 2016-09-20 13:17:15 +03:00
test-umask.js
test-url.js test,url: improve escaping in url.parse 2016-12-05 00:44:38 +01:00
test-utf8-scripts.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-util-decorate-error-stack.js test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
test-util-format-shared-arraybuffer.js util: Add format for SharedArrayBuffer 2016-09-26 08:07:04 -07:00
test-util-format.js test: improve coverage of the util module 2016-09-20 09:41:34 +02:00
test-util-inherits.js util: make inherits work with classes 2015-10-27 06:40:05 +01:00
test-util-inspect-proxy.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-util-inspect-simd.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-util-inspect-tuple-origin.js url: add inspect function to TupleOrigin 2016-12-05 03:12:55 +01:00
test-util-inspect.js test: refactor test-util-inspect 2016-11-29 08:51:10 -06: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 tests after V8 upgrade 2016-06-29 10:44:25 +02:00
test-util-sigint-watchdog.js test,util: fix flaky test-util-sigint-watchdog 2016-08-11 18:42:41 +02:00
test-util.js test: add expectWarning to common 2016-09-24 17:17:08 +02: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 src: extend HeapStatistics with new fields 2016-11-20 02:23:00 +01:00
test-vm-basic.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-vm-cached-data.js test: remove unneeded escaping in template strings 2016-10-18 15:28:21 -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 lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07: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 blank lines at end of files 2016-10-05 21:06:36 -07:00
test-vm-cross-context.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-debug-context.js test: refactor test-vm-debug-context 2016-12-03 10:57:00 +01: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 tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07: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 src: handle thrown errors in CopyProperties() 2016-09-20 19:46:01 -04: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-sigint-existing-handler.js test: favor === over == in vm test 2016-08-21 12:59:32 +02:00
test-vm-sigint.js test: fix flaky test-vm-sigint-existing-handler 2016-08-08 14:48:01 +02:00
test-vm-static-this.js test: refactor test-vm-static-this.js 2016-12-04 10:35:30 -05:00
test-vm-strict-mode.js src: do not copy on failing setProperty() 2016-08-04 12:42:55 -07:00
test-vm-symbols.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07: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: refactor test-vm-syntax-error-stderr.js 2016-12-04 18:57:56 -08:00
test-vm-timeout.js vm: test for abort condition of current invocation 2016-06-25 05:50:26 +02:00
test-whatwg-url-parsing.js test: skip whatwg url parse and setter tests when icu is missing 2016-10-25 08:12:07 -07:00
test-whatwg-url-searchparams.js url: adding WHATWG URL support 2016-10-11 12:41:42 -07:00
test-whatwg-url-setters.js test: skip whatwg url parse and setter tests when icu is missing 2016-10-25 08:12:07 -07:00
test-writedouble.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writefloat.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writeint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-writeuint.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-zerolengthbufferbug.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04: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: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-const.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-convenience-methods.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-create-raw.js test: add test for zlib.create*Raw() 2016-08-30 19:28:24 -07:00
test-zlib-deflate-constructors.js test: increase test coverage for lib/zlib.js 2016-11-02 11:49:11 -07:00
test-zlib-dictionary-fail.js zlib: tighten up dictionary tests 2016-09-20 23:05:35 +02:00
test-zlib-dictionary.js zlib: tighten up dictionary tests 2016-09-20 23:05:35 +02: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: move constants into zlib.constants 2016-06-11 17:24:35 -07:00
test-zlib-flush.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-from-concatenated-gzip.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07: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: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-from-string.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-invalid-input.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-not-string-or-buffer.js test: test non-buffer/string with zlib 2016-09-02 13:39:31 -07:00
test-zlib-params.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-random-byte-pipes.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-sync-no-event.js zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00
test-zlib-truncated.js test: use strictEqual in test-zlib-truncated 2016-12-02 18:47:03 -06:00
test-zlib-unzip-one-byte-chunks.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-zlib-write-after-close.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-write-after-flush.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib-zero-byte.js test: var variables to const in zlib 2016-09-20 10:54:56 -04:00
test-zlib.js test: refactor test-zlib.js 2016-11-13 13:25:19 -08:00
testcfg.py