0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/parallel
Michaël Zasso 4d11c2ce5c lib,test: use consistent operator linebreak style
We have a tacit rule that for multiline statements, the operator should
be placed before the linebreak. This commit commit fixes the few
violations of this rule in the code base.
This allows us to enable the corresponding ESLint rule.

PR-URL: https://github.com/nodejs/node/pull/10178
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2016-12-10 10:46:42 +01: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-beforeexit-event-exit.js
test-beforeexit-event.js test: refactor test-beforeexit-event 2016-12-07 22:26:36 +01: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-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-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
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-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: fix test for buffer regression #649 2016-12-06 13:00:28 -08:00
test-buffer-safe-unsafe.js
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
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
test-buffer-zero-fill-reset.js
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-child-process-detached.js test: assert.throws() should include a RegExp 2016-12-07 07:33:43 -08: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
test-child-process-exec-buffer.js
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
test-child-process-exec-stdout-stderr-data-string.js
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-child-process-flush-stdio.js
test-child-process-fork3.js
test-child-process-fork-and-spawn.js
test-child-process-fork-close.js
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-child-process-fork-exec-path.js test: refactor test-child-fork-exec-path.js 2016-12-05 22:55:11 -08: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-child-process-fork-ref2.js
test-child-process-fork-ref.js
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
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-child-process-ipc.js
test-child-process-kill.js
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-child-process-send-returns-boolean.js
test-child-process-send-type-error.js
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-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
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-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-child-process-spawnsync-input.js
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-child-process-spawnsync-shell.js
test-child-process-spawnsync-timeout.js
test-child-process-spawnsync.js
test-child-process-stdin-ipc.js
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: changed assert.equal to assert.strictEqual 2016-12-08 01:36:00 +01: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: use ES6 to update let & const 2016-12-06 13:03:39 -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 test: use assert.strictEqual in test-cli-eval 2016-12-05 22:45:48 -08: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
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-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-cluster-disconnect-race.js
test-cluster-disconnect-suicide-race.js
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
test-cluster-fork-env.js
test-cluster-fork-stdio.js
test-cluster-http-pipe.js
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
test-cluster-ipc-throw.js
test-cluster-listening-port.js
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
test-cluster-net-listen.js
test-cluster-net-send.js
test-cluster-process-disconnect.js
test-cluster-rr-domain-listen.js
test-cluster-rr-ref.js
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: change assert.equal to assert.strictEqual 2016-12-08 01:40:11 +01:00
test-cluster-server-restart-none.js
test-cluster-server-restart-rr.js
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-cluster-setup-master-emit.js
test-cluster-setup-master-multiple.js
test-cluster-setup-master.js
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-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-cluster-worker-death.js test: fix error in test-cluster-worker-death.js 2016-12-08 01:48:31 +01:00
test-cluster-worker-destroy.js
test-cluster-worker-disconnect-on-error.js
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-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-cluster-worker-isdead.js
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-cluster-worker-wait-server-close.js
test-common.js
test-console-instance.js test: using const and strictEqual 2016-12-05 19:46:30 -08:00
test-console-not-call-toString.js
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 test: renamed assert.Equal to assert.strictEqual 2016-12-08 01:26:22 +01: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: use ES6 to update let & const 2016-12-06 13:03:39 -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-crypto-dh.js
test-crypto-domain.js test: assert.equal -> assert.strictEqual 2016-12-05 00:51:37 +01:00
test-crypto-domains.js
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-crypto-hash-stream-pipe.js test: refactor test-crypto-hash-stream-pipe 2016-12-04 10:48:34 -08:00
test-crypto-hash.js test: update parallel/test-crypto-hash.js 2016-12-06 09:01:19 -08:00
test-crypto-hmac.js test: refactor test-crypto-hmac 2016-12-07 21:08:37 -08:00
test-crypto-padding-aes256.js
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-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-crypto.js test: refactor and fix test-crypto 2016-11-29 13:36:24 +01:00
test-cwd-enoent-preload.js
test-cwd-enoent-repl.js
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-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-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 test: use assert.strictEqual 2016-12-08 01:43:21 +01: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-debug-usage.js
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-debugger-util-regression.js test: use strictEqual instead of equal 2016-12-05 19:50:14 -08:00
test-delayed-require.js
test-dgram-address.js
test-dgram-bind-default-address.js test: refactor test-dgram-bind-default-address 2016-12-07 10:42:00 -05: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-dgram-bytes-length.js
test-dgram-close-in-listening.js
test-dgram-close-is-not-callback.js
test-dgram-close.js
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-dgram-listen-after-bind.js
test-dgram-membership.js
test-dgram-msgsize.js test: using const and strictEqual 2016-12-05 19:46:30 -08:00
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-ref.js
test-dgram-regress-4496.js
test-dgram-send-bad-arguments.js
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: changed assert.Equal to asset.strictEqual 2016-12-06 10:01:07 -05:00
test-dgram-send-default-host.js
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-dgram-setTTL.js
test-dgram-udp4.js
test-dgram-udp6-send-default-host.js
test-dgram-unref.js
test-dh-padding.js
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: replace equal with strictEqual 2016-12-05 19:54:13 -08:00
test-domain-crypto.js
test-domain-enter-exit.js
test-domain-exit-dispose-again.js test: refactor test-domain-exit-dispose-again 2016-12-07 09:32:30 -08:00
test-domain-exit-dispose.js test: refactor test-domain-exit-dispose 2016-12-06 20:56:53 -08:00
test-domain-from-timer.js test: refactor test-domain-from-timer 2016-12-07 09:42:13 -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-domain-multi.js test: refactor test-domain-multi 2016-12-06 08:33:38 -06:00
test-domain-nested-throw.js
test-domain-nested.js
test-domain-no-error-handler-abort-on-uncaught.js
test-domain-safe-exit.js
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-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 assert.strictEqual and fix setTimeout 2016-12-06 07:29:19 -08:00
test-domain-top-level-error-handler-clears-stack.js
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-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-error-reporting.js
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-event-emitter-listener-count.js
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-event-emitter-method-names.js test: refactor test-event-emitter-method-names 2016-12-07 06:41:07 -06:00
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js
test-event-emitter-num-args.js
test-event-emitter-once.js 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-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-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-event-emitter-symbols.js
test-events-list.js
test-exception-handler2.js
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
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-fs-error-messages.js
test-fs-exists.js
test-fs-fsync.js
test-fs-link.js
test-fs-long-path.js
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-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
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
test-fs-open.js
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-fs-read-buffer-zero-length.js
test-fs-read-buffer.js
test-fs-read-file-sync-hostname.js
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
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-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: refactor test-fs-read-stream-resume 2016-12-05 21:44:04 -08:00
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 test: improve test-fs-read-stream.js 2016-12-07 12:19:37 -08:00
test-fs-read-zero-length.js
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-fs-readdir.js
test-fs-readfile-empty.js
test-fs-readfile-error.js
test-fs-readfile-fd.js
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-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-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
test-fs-realpath-on-substed-drive.js
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
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-fs-symlink-dir-junction-relative.js
test-fs-symlink-dir-junction.js test: refactor test-fs-symlink-dir-junction 2016-12-05 21:49:26 -08: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-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-fs-truncate.js test: make sure over truncation of file zero fills 2016-08-27 19:51:16 +05:30
test-fs-utimes.js
test-fs-watch-encoding.js
test-fs-watch-enoent.js
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
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
test-fs-write-file-sync.js
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
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-fs-write-stream-encoding.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream-throw-type-error.js fs: refactor "options" processing as a function 2016-10-06 00:16:13 +05:30
test-fs-write-stream.js
test-fs-write-string-coerce.js
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: refactor test-fs-write.js 2016-12-05 22:55:34 -08:00
test-global-console-exists.js
test-global.js lib: make String(global) === '[object global]' 2016-11-02 23:19:31 +01:00
test-handle-wrap-close-abort.js
test-handle-wrap-isrefed-tty.js
test-handle-wrap-isrefed.js
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-abort-before-end.js
test-http-abort-client.js
test-http-abort-queued.js
test-http-after-connect.js
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-http-agent-false.js
test-http-agent-getname.js
test-http-agent-keepalive.js
test-http-agent-maxsockets-regress-4050.js
test-http-agent-maxsockets.js
test-http-agent-no-protocol.js
test-http-agent-null.js
test-http-agent.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-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
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-http-chunk-problem.js
test-http-chunked-304.js
test-http-chunked.js
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-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-http-client-check-http-token.js http: verify client method is a string 2016-12-08 09:51:07 -05: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-http-client-get-url.js
test-http-client-keep-alive-release-before-finish.js
test-http-client-parse-error.js
test-http-client-pipe-end.js
test-http-client-race-2.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-http-client-race.js
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-http-client-reject-cr-no-lf.js
test-http-client-response-domain.js
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-listeners.js http: remove stale timeout listeners 2016-12-08 16:05:22 -05: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-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-http-client-upload.js
test-http-conn-reset.js
test-http-connect-req-res.js
test-http-connect.js
test-http-content-length.js
test-http-contentLength0.js
test-http-createConnection.js
test-http-date-header.js
test-http-default-encoding.js
test-http-default-port.js
test-http-destroyed-socket-write2.js
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-http-end-throw-socket-handling.js
test-http-eof-on-connect.js
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-http-extra-response.js
test-http-flush-headers.js
test-http-flush-response-headers.js
test-http-flush.js
test-http-full-response.js
test-http-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-http-head-response-has-no-body-end.js
test-http-head-response-has-no-body.js
test-http-header-obstext.js test: update http-header-obstext 2016-11-05 13:02:07 +00:00
test-http-header-read.js
test-http-hex-write.js
test-http-host-header-ipv6-fail.js
test-http-host-headers.js
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-http-invalidheaderfield2.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
test-http-invalidheaderfield.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive.js
test-http-keepalive-client.js
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-http-listening.js
test-http-localaddress-bind-error.js
test-http-localaddress.js
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-http-max-headers-count.js
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-http-no-read-no-dump.js
test-http-outgoing-finish.js
test-http-outgoing-proto.js
test-http-parser-bad-ref.js
test-http-parser-free.js
test-http-parser.js
test-http-pause-resume-one-end.js
test-http-pause.js
test-http-pipe-fs.js
test-http-pipeline-flood.js
test-http-pipeline-regr-2639.js
test-http-pipeline-regr-3332.js
test-http-pipeline-regr-3508.js
test-http-proxy.js
test-http-raw-headers.js
test-http-regr-gh-2821.js
test-http-remove-header-stays-removed.js
test-http-request-dont-override-options.js test: 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-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-http-res-write-after-end.js
test-http-res-write-end-dont-take-array.js
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-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-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-http-response-status-message.js
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-http-server-client-error.js
test-http-server-multiheaders2.js
test-http-server-multiheaders.js
test-http-server-reject-chunked-with-content-length.js
test-http-server-reject-cr-no-lf.js
test-http-server-stale-close.js
test-http-server-unconsume.js
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-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-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-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-http-timeout.js test: favor strict equality in http tests 2016-08-19 16:30:28 -07:00
test-http-unix-socket.js test: refactor test-http-unix-socket 2016-12-08 13:37:32 -08:00
test-http-upgrade-advertise.js
test-http-upgrade-agent.js
test-http-upgrade-client2.js
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-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-http-url.parse-auth.js
test-http-url.parse-basic.js
test-http-url.parse-https.request.js
test-http-url.parse-only-support-http-https-protocol.js
test-http-url.parse-path.js
test-http-url.parse-post.js
test-http-url.parse-search.js
test-http-wget.js
test-http-write-callbacks.js
test-http-write-empty-string.js
test-http-write-head.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-http-zero-length-write.js
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-https-agent-getname.js
test-https-agent-servername.js
test-https-agent-session-eviction.js
test-https-agent-session-reuse.js test: refactor test-https-agent-session-reuse 2016-12-08 01:14:25 +01:00
test-https-agent-sni.js
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-https-client-get-url.js
test-https-client-reject.js
test-https-client-resume.js
test-https-close.js
test-https-connect-address-family.js
test-https-connecting-to-http.js
test-https-drain.js
test-https-eof-for-eom.js
test-https-foafssl.js
test-https-host-headers.js
test-https-localaddress-bind-error.js
test-https-localaddress.js
test-https-pfx.js
test-https-req-split.js
test-https-resume-after-renew.js
test-https-set-timeout-server.js
test-https-simple.js
test-https-socket-options.js
test-https-strict.js
test-https-timeout-server-2.js
test-https-timeout-server.js test: use ES6 to update let & const 2016-12-06 13:03:39 -08:00
test-https-timeout.js
test-https-truncate.js test: refactor test-https-truncate 2016-12-04 18:50:01 -08:00
test-icu-punycode.js
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-internal-modules.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-internal-util-normalizeencoding.js
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-listen-fd-cluster.js
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: refactor test-listen-fd-ebadf 2016-12-07 06:45:23 -06:00
test-listen-fd-server.js
test-memory-usage-emfile.js
test-memory-usage.js process: add process.memoryUsage.external 2016-11-13 15:47:15 -05:00
test-microtask-queue-integration-domain.js
test-microtask-queue-integration.js
test-microtask-queue-run-domain.js
test-microtask-queue-run-immediate-domain.js
test-microtask-queue-run-immediate.js
test-microtask-queue-run.js
test-module-circular-symlinks.js
test-module-globalpaths-nodepath.js
test-module-loading-error.js
test-module-nodemodulepaths.js
test-module-relative-lookup.js
test-module-require-depth.js
test-module-symlinked-peer-modules.js
test-module-version.js
test-net-access-byteswritten.js
test-net-after-close.js
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-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-net-buffersize.js
test-net-bytes-read.js
test-net-bytes-stats.js
test-net-can-reset-timeout.js
test-net-connect-buffer.js
test-net-connect-handle-econnrefused.js test: update test-net-connect-handle-econnrefused 2016-12-05 22:01:38 -08:00
test-net-connect-immediate-destroy.js
test-net-connect-immediate-finish.js
test-net-connect-local-error.js
test-net-connect-options-ipv6.js
test-net-connect-options.js
test-net-connect-paused-connection.js
test-net-create-connection.js
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-net-dns-lookup-skip.js
test-net-dns-lookup.js
test-net-during-close.js
test-net-eaddrinuse.js
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-net-error-twice.js
test-net-internal.js
test-net-isip.js
test-net-keepalive.js test: refactor test-net-keepalive.js 2016-12-08 09:43:43 -05:00
test-net-large-string.js
test-net-listen-close-server-callback-is-not-function.js
test-net-listen-close-server.js
test-net-listen-error.js
test-net-listen-exclusive-random-ports.js
test-net-listen-fd0.js test: 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-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-net-pause-resume-connecting.js
test-net-persistent-keepalive.js
test-net-persistent-nodelay.js
test-net-persistent-ref-unref.js
test-net-pingpong.js test: 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-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-net-server-close.js
test-net-server-connections.js
test-net-server-listen-remove-callback.js
test-net-server-max-connections-close-makes-more-available.js
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-net-server-pause-on-connect.js
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-net-server-unref.js
test-net-settimeout.js
test-net-socket-connecting.js
test-net-socket-destroy-twice.js
test-net-socket-local-address.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js test: fix flaky test-net-socket-timeout 2016-12-08 11:01:03 -08:00
test-net-socket-write-error.js
test-net-stream.js
test-net-sync-cork.js
test-net-write-after-close.js
test-net-write-connect-write.js
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-next-tick-doesnt-hang.js
test-next-tick-domain.js
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-next-tick-ordering2.js
test-next-tick-ordering.js
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-npm-install.js test: refactor common.js 2016-11-25 20:23:12 -08:00
test-os-homedir-no-envvar.js test: use const and strictEqual in test-os-homedir-no-envvar 2016-12-07 08:59:46 -08:00
test-os.js test: cleanup/update test-os.js 2016-09-30 10:57:19 -07:00
test-path-makelong.js
test-path-parse-format.js
test-path-zero-length-strings.js
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-pipe-file-to-http.js
test-pipe-head.js
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-preload.js lib,test: use consistent operator linebreak style 2016-12-10 10:46:42 +01:00
test-process-argv-0.js
test-process-before-exit.js
test-process-binding.js
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-process-cpuUsage.js
test-process-emit.js
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-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-process-exit-from-before-exit.js
test-process-exit-recursive.js
test-process-exit.js
test-process-getactivehandles.js
test-process-getactiverequests.js
test-process-getgroups.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-process-hrtime.js
test-process-kill-null.js
test-process-kill-pid.js test: check for error on invalid signal 2016-12-08 19:32:25 -08:00
test-process-next-tick.js
test-process-no-deprecation.js internal/util: remove printDeprecationWarning 2016-09-02 13:15:56 -07:00
test-process-raw-debug.js
test-process-remove-all-signal-listeners.js
test-process-versions.js intl: Add more versions from ICU 2016-10-26 19:24:22 -07:00
test-process-wrap.js
test-promises-unhandled-rejections.js
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-querystring-maxKeys-non-finite.js
test-querystring-multichar-separator.js
test-querystring.js
test-readdouble.js
test-readfloat.js
test-readint.js
test-readline-emit-keypress-events.js
test-readline-interface.js readline: key interval delay for \r & \n 2016-09-08 20:16:39 +05:30
test-readline-keys.js
test-readline-set-raw-mode.js
test-readline-undefined-columns.js
test-readuint.js
test-ref-unref-return.js
test-regress-GH-746.js
test-regress-GH-819.js
test-regress-GH-1531.js
test-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-regress-GH-3238.js
test-regress-GH-3542.js
test-regress-GH-3739.js
test-regress-GH-4256.js
test-regress-GH-4948.js
test-regress-GH-5051.js
test-regress-GH-5727.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-regress-GH-5927.js
test-regress-GH-6235.js
test-regress-GH-7511.js
test-regress-GH-io-1068.js
test-regress-GH-io-1811.js
test-regress-GH-node-9326.js
test-regression-object-prototype.js
test-repl-.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
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,test: use consistent operator linebreak style 2016-12-10 10:46:42 +01:00
test-repl-end-emits-exit.js
test-repl-envvars.js
test-repl-eval-scope.js
test-repl-eval.js repl: preprocess only for defaultEval 2016-12-05 19:30:56 +05:30
test-repl-harmony.js
test-repl-history-perm.js
test-repl-mode.js test: refactor test-repl-mode.js 2016-12-04 19:38:48 -08:00
test-repl-null.js
test-repl-options.js
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-repl-require-context.js
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-repl-setprompt.js
test-repl-sigint-nested-eval.js
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-repl-syntax-error-stack.js
test-repl-tab-complete-crash.js
test-repl-tab-complete.js test: add common.hasIntl 2016-10-25 08:12:02 -07:00
test-repl-tab.js
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 repl: avoid parsing division operator as regex 2016-12-06 02:26:24 -05:00
test-require-cache.js
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: refactor test-require-extensions-main 2016-12-06 07:39:41 -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-require-process.js
test-require-resolve.js test: refactor test-require-resolve 2016-12-05 21:57:16 -08:00
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-signal-handler.js test: add check in test-signal-handler 2016-08-26 09:34:12 -07:00
test-signal-safety.js
test-signal-unregister.js test: refactor test-signal-unregister 2016-12-05 22:30:41 -08:00
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-spawn-cmd-named-pipe.js
test-stdin-child-proc.js
test-stdin-from-file.js test: refactor test-stdin-from-file.js 2016-12-06 20:30:34 -08:00
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-large.js
test-stdin-pipe-resume.js test: 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-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-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: update test-stdout-to-file 2016-12-06 07:08:05 -08:00
test-stream2-base64-single-char-read-end.js
test-stream2-compatibility.js
test-stream2-decode-partial.js
test-stream2-finish-pipe.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js
test-stream2-objects.js test: improve test-stream2-objects.js 2016-11-13 10:40:25 +09:00
test-stream2-pipe-error-handling.js
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-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-stream2-readable-non-empty-end.js
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js
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-stream2-unpipe-leak.js
test-stream2-writable.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-stream3-cork-end.js
test-stream3-cork-uncork.js
test-stream3-pause-then-read.js
test-stream-base-no-abort.js
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-buffer-list.js test: increase test coverage of BufferList 2016-12-08 16:11:06 -05:00
test-stream-decoder-objectmode.js
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
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
test-stream-pipe-await-drain-push-while-write.js
test-stream-pipe-await-drain.js
test-stream-pipe-cleanup-pause.js
test-stream-pipe-cleanup.js test: cleanup stream tests 2016-09-23 00:54:35 +03:00
test-stream-pipe-error-handling.js
test-stream-pipe-event.js
test-stream-pipe-multiple-pipes.js
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
test-stream-preprocess.js
test-stream-push-order.js
test-stream-push-strings.js
test-stream-readable-constructor-set-methods.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js
test-stream-readable-invalid-chunk.js
test-stream-readable-with-unimplemented-_read.js
test-stream-transform-constructor-set-methods.js
test-stream-transform-flush-data.js
test-stream-transform-objectmode-falsey-value.js
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
test-stream-wrap-encoding.js
test-stream-wrap.js
test-stream-writable-change-default-encoding.js
test-stream-writable-constructor-set-methods.js
test-stream-writable-decoded-encoding.js
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
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
test-string-decoder-end.js
test-string-decoder.js
test-stringbytes-external.js
test-sync-fileread.js
test-sync-io-option.js
test-sys.js
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-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-timers-args.js
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-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-timers-non-integer-delay.js
test-timers-now.js
test-timers-ordering.js
test-timers-reset-process-domain-on-throw.js
test-timers-socket-timeout-removes-other-socket-unref-timer.js
test-timers-this.js
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-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-timers-unref-active.js
test-timers-unref-call.js
test-timers-unref-leak.js
test-timers-unref-remove-other-unref-timers-only-one-fires.js
test-timers-unref-remove-other-unref-timers.js
test-timers-unref.js
test-timers-unrefd-interval-still-fires.js
test-timers-unrefed-in-beforeexit.js
test-timers-zero-timeout.js test: comparison operator now more strict 2016-08-22 10:58:15 -07:00
test-timers.js
test-tls-0-dns-altname.js
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-tls-alpn-server-client.js
test-tls-async-cb-after-socket-end.js
test-tls-basic-validations.js
test-tls-cert-regression.js
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-tls-client-abort.js
test-tls-client-default-ciphers.js
test-tls-client-destroy-soon.js
test-tls-client-getephemeralkeyinfo.js
test-tls-client-mindhsize.js lib,test: use consistent operator linebreak style 2016-12-10 10:46:42 +01: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-tls-client-verify.js test: improves test-tls-client-verify 2016-12-08 01:20:11 +01:00
test-tls-close-error.js
test-tls-close-notify.js
test-tls-cnnic-whitelist.js
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-tls-connect-pipe.js
test-tls-connect-secure-context.js
test-tls-connect-simple.js test: refactor test-tls-connect-simple 2016-12-05 22:43:08 -08:00
test-tls-connect-stream-writes.js
test-tls-connect.js
test-tls-delayed-attach-error.js
test-tls-delayed-attach.js
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-tls-ecdh-disable.js
test-tls-ecdh.js test: refactor test-tls-ecdh 2016-12-03 11:13:05 +01:00
test-tls-econnreset.js
test-tls-empty-sni-context.js
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-tls-fast-writing.js
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-tls-handshake-error.js
test-tls-handshake-nohang.js
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-tls-inception.js test: refactor test-tls-inception 2016-11-12 10:30:35 -08:00
test-tls-interleave.js
test-tls-invoke-queued.js
test-tls-js-stream.js
test-tls-junk-closes-server.js test: clean up tls junk test 2016-12-06 07:25:47 -08:00
test-tls-junk-server.js
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-tls-max-send-fragment.js
test-tls-multi-key.js
test-tls-no-cert-required.js
test-tls-no-rsa-key.js
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-tls-npn-server-client.js
test-tls-ocsp-callback.js test: refactor test-tls-ocsp-callback 2016-12-06 07:31:20 -08:00
test-tls-on-empty-socket.js test: use ES6 to update let & const 2016-12-06 13:03:39 -08:00
test-tls-over-http-tunnel.js
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-tls-pause.js
test-tls-peer-certificate-encoding.js
test-tls-peer-certificate-multi-keys.js
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-tls-request-timeout.js
test-tls-securepair-fiftharg.js
test-tls-securepair-server.js
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-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-tls-sni-server-client.js
test-tls-socket-default-options.js
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: refactor tls-ticket-cluster 2016-12-07 09:19:53 +01:00
test-tls-ticket.js test: refactor tls-ticket-cluster 2016-12-07 09:19:53 +01: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-tls-wrap-no-abort.js
test-tls-wrap-timeout.js
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-domain-ascii-unicode.js test: add test for url module domainToAscii and domainToUnicode 2016-12-06 07:43:56 -08:00
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-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
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-util-log.js
test-util-sigint-watchdog.js
test-util.js test: add expectWarning to common 2016-09-24 17:17:08 +02:00
test-v8-flag-type-check.js
test-v8-flags.js
test-v8-stats.js src: extend HeapStatistics with new fields 2016-11-20 02:23:00 +01:00
test-vm-basic.js
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-vm-context-property-forwarding.js
test-vm-context.js
test-vm-create-and-run-in-context.js
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
test-vm-create-context-circular-reference.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07:00
test-vm-cross-context.js
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-vm-global-define-property.js
test-vm-global-identity.js
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-vm-low-stack-space.js
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-preserves-property.js
test-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-vm-sigint-existing-handler.js test: favor === over == in vm test 2016-08-21 12:59:32 +02:00
test-vm-sigint.js
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
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-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
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-append.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-constructor.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-delete.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-foreach.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-get.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-getall.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-has.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-set.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams-stringifier.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05:00
test-whatwg-url-searchparams.js url: improve URLSearchParams spec compliance 2016-12-07 12:19:23 -05: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-writefloat.js
test-writeint.js
test-writeuint.js
test-zerolengthbufferbug.js
test-zlib-close-after-error.js
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-zlib-flush-flags.js
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
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
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