node/test/simple
Сковорода Никита Андреевич 38d7258d89 buffer: zero-fill uninitialized bytes in .concat()
This makes sure that no uninitialized bytes are leaked when the specified
`totalLength` input value is greater than the actual total length of the
specified buffers array, e.g. in Buffer.concat([Buffer.alloc(0)], 100).

PR-URL: https://github.com/nodejs/node-private/pull/66
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-09-28 00:09:14 +10:00
..
net-socket-readystate.js net: socket.readyState corrections 2012-12-27 17:53:28 -08:00
path.js
simple.status test: mark test-signal-unregister as flaky 2015-07-24 02:04:43 -07:00
test-abort-fatal-error.js src, test: fixup after v8 update 2014-10-08 15:44:40 +04:00
test-assert.js assert: use util.inspect() to create error messages 2015-01-29 15:22:15 -08:00
test-bad-unicode.js test-bad-unicode: update to reflect V8 3.11 behavior 2012-06-14 16:06:53 +02:00
test-beforeexit-event-exit.js doc: document beforeExit and add more tests 2014-02-28 15:36:22 +04:00
test-beforeexit-event.js doc: document beforeExit and add more tests 2014-02-28 15:36:22 +04:00
test-buffer-ascii.js buffer: speed up ascii character scanning 2013-03-08 14:42:15 -08:00
test-buffer-concat.js buffer: zero-fill uninitialized bytes in .concat() 2016-09-28 00:09:14 +10:00
test-buffer-inspect.js buffer: allow toString to accept Infinity for end 2014-03-10 13:20:28 -07:00
test-buffer-slice.js tests: add test for buffer.slice. 2014-09-24 09:48:41 -07:00
test-buffer.js lib: fix max size check in Buffer constructor 2015-02-10 13:56:05 -07:00
test-c-ares.js dns: fix ReferenceError in resolve() error path 2013-03-04 16:20:40 +01:00
test-chdir.js
test-child-process-buffering.js
test-child-process-cwd.js child_process: emit error on exec failure 2012-08-21 14:29:20 +02:00
test-child-process-default-options.js doc: re-org child_process into async/sync 2014-07-10 15:20:33 +03:00
test-child-process-detached.js child_process: fix test implementation for options.detached 2012-06-11 10:27:51 -07:00
test-child-process-disconnect.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-child-process-double-pipe.js test: fix test-child-process-double-pipe 2014-02-13 16:41:31 -08:00
test-child-process-emfile.js child_process: don't throw on EMFILE/ENFILE 2014-05-22 12:49:59 -07:00
test-child-process-env.js
test-child-process-exec-buffer.js test: use os.EOL when checking output 2013-11-27 10:56:24 -08:00
test-child-process-exec-cwd.js
test-child-process-exec-env.js
test-child-process-exec-error.js child_process: better error reporting for exec 2014-01-09 00:00:30 +04:00
test-child-process-execsync.js child_process: do not access stderr when stdio set to 'ignore' 2014-07-23 23:39:28 +04:00
test-child-process-exit-code.js
test-child-process-flush-stdio.js child_process: fix data loss with readable event 2016-02-11 11:29:14 -08:00
test-child-process-fork-and-spawn.js node: delete NODE_CHANNEL_FD from env 2012-05-14 07:19:11 +02:00
test-child-process-fork-close.js child process: fix processes with IPC channel don't emit 'close' 2012-08-30 16:13:27 +02:00
test-child-process-fork-dgram.js tests: fix child-process-fork-dgram on SmartOS. 2014-08-07 16:06:59 -07:00
test-child-process-fork-exec-argv.js test: don't use --max-stack-size=0 2013-09-02 21:00:00 +02:00
test-child-process-fork-exec-path.js test: preserve process.env in forked child_process 2013-04-16 17:05:51 +02:00
test-child-process-fork-getconnections.js test: fix up tests after internal api change 2013-07-20 12:13:54 +02:00
test-child-process-fork-net.js test: minor typo fixes 2013-06-13 13:33:06 +02:00
test-child-process-fork-net2.js test: relax the timing window in test-child-process-fork-net2.js 2015-04-01 12:26:04 -07:00
test-child-process-fork-ref.js child_process: don't die when disconnect event exists 2012-09-22 03:49:17 +02:00
test-child-process-fork-ref2.js test: possible ipc.ref() regression 2012-09-22 03:49:17 +02:00
test-child-process-fork.js
test-child-process-fork3.js child_process: make .fork()'d child auto-exit 2012-09-22 03:48:59 +02:00
test-child-process-internal.js
test-child-process-ipc.js test updates 2012-12-14 10:52:30 -08:00
test-child-process-kill.js test-child-process-kill: make it pass on windows 2012-06-12 23:30:57 +02:00
test-child-process-recv-handle.js child_process: fix handle delivery 2013-05-13 10:49:59 -07:00
test-child-process-send-utf8.js child_process: fix sending utf-8 to child process 2013-03-25 13:23:17 +01:00
test-child-process-set-blocking.js test: Remove references to customFds 2014-07-10 15:07:08 +03:00
test-child-process-silent.js
test-child-process-spawn-error.js child_process: add path to spawn ENOENT Error 2014-05-22 07:26:15 -07:00
test-child-process-spawn-typeerror.js test: backport use executable in spawn() test 2015-01-13 14:54:44 -08:00
test-child-process-spawnsync-env.js tests: append instead of override environment 2015-01-12 16:51:14 -08:00
test-child-process-spawnsync-input.js child_process: execFileSync stderr should inherit 2014-02-18 16:03:13 +04:00
test-child-process-spawnsync-timeout.js child_process: js bits for spawnSync/execSync 2014-02-10 13:35:37 -08:00
test-child-process-spawnsync.js test: relax timing constraints for child process 2015-05-14 16:46:10 -07:00
test-child-process-stdin.js
test-child-process-stdio-big-write-end.js net: Do not destroy socket mid-write 2013-06-16 19:06:27 -07:00
test-child-process-stdio-inherit.js test: Trim cat output for windows 2013-03-08 18:56:31 -08:00
test-child-process-stdio.js child_process: clone spawn options argument 2015-08-27 16:03:33 -04:00
test-child-process-stdout-flush-exit.js test: immunize data flow from packet size and order 2015-04-13 12:53:26 -07:00
test-child-process-stdout-flush.js s/exit/close/ in test-child-process-stdout-flush, fixes #3449 2012-06-16 09:43:04 -07:00
test-child-process-sync-process-send.js lib: fix stdio/ipc sync i/o regression 2015-03-19 12:06:56 -07:00
test-cli-eval.js src: clean up CLI argument parser 2013-09-02 21:41:12 +02:00
test-cluster-basic.js cluster: Rename destroy() to kill(signal=SIGTERM) 2013-03-03 17:26:38 -08:00
test-cluster-bind-privileged-port.js test: cluster: add 'bind to privileged port' tests 2013-07-28 14:52:01 +02:00
test-cluster-bind-twice.js test: reap children when cluster-bind-twice fails 2013-05-06 11:31:57 -07:00
test-cluster-dgram-1.js cluster: support datagram sockets 2013-01-28 22:12:21 +01:00
test-cluster-dgram-2.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-cluster-disconnect-before-exit.js cluster: cluster.disconnect() should check status 2015-01-14 16:27:12 -08:00
test-cluster-disconnect-idle-worker.js cluster: only forcibly exit worker on unclean exit 2013-12-31 11:43:43 -08:00
test-cluster-disconnect-race.js test: skip cluster-disconnect-race on Windows 2016-03-16 12:52:27 -07:00
test-cluster-disconnect-unshared-tcp.js cluster: don't assert if worker has no handles 2015-01-14 16:27:13 -08:00
test-cluster-disconnect-unshared-udp.js cluster: don't assert if worker has no handles 2015-01-14 16:27:13 -08:00
test-cluster-disconnect-with-no-workers.js cluster: disconnect should not be synchronous 2014-08-02 00:41:13 -07:00
test-cluster-disconnect.js test: race condition in test-cluster-disconnect 2014-01-27 11:54:53 -08:00
test-cluster-eaccess.js test: Env variable to specify directory for pipes 2015-03-26 11:31:17 -07:00
test-cluster-eaddrinuse.js test: add cluster EADDRINUSE test 2013-02-06 15:10:53 +01:00
test-cluster-fork-env.js
test-cluster-http-pipe.js test: Fix many tests for http streams2 refactor 2012-12-14 17:46:23 -08:00
test-cluster-listening-port.js cluster: Rename destroy() to kill(signal=SIGTERM) 2013-03-03 17:26:38 -08:00
test-cluster-master-error.js test: make cluster tests more time tolerant 2015-03-31 15:02:17 -07:00
test-cluster-master-kill.js test: make cluster tests more time tolerant 2015-03-31 15:02:17 -07:00
test-cluster-message.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-cluster-net-listen.js cluster: fix libuv assert in net.listen() 2012-07-29 02:07:16 +02:00
test-cluster-net-send.js test: terminate gracefully in cluster-net-send 2014-01-13 15:15:10 -08:00
test-cluster-rr-domain-listen.js test: check RR scheduler has necessary methods 2014-01-09 14:17:13 -08:00
test-cluster-send-deadlock.js child_process: fix deadlock when sending handles 2014-04-14 20:15:09 +04:00
test-cluster-send-handle-twice.js test: test sending a handle twice 2014-03-05 09:36:32 -08:00
test-cluster-setup-master-argv.js test: regression test for cluser.setupMaster() 2014-06-11 14:26:16 -07:00
test-cluster-setup-master-cumulative.js cluster: allow multiple calls to setupMaster() 2014-07-15 00:12:43 +04:00
test-cluster-setup-master-emit.js cluster: include settings object in 'setup' event 2014-07-15 00:12:43 +04:00
test-cluster-setup-master-multiple.js cluster: allow multiple calls to setupMaster() 2014-07-15 00:12:43 +04:00
test-cluster-setup-master.js cluster: do not synchronously emit 'setup' event 2013-12-31 11:43:44 -08:00
test-cluster-shared-handle-bind-error.js cluster: fix shared handle bind error propagation 2013-07-28 14:50:17 +02:00
test-cluster-shared-handle-bind-privileged-port.js test: cluster: add 'bind to privileged port' tests 2013-07-28 14:52:01 +02:00
test-cluster-shared-leak.js lib: fix cluster handle leak 2016-02-11 11:29:14 -08:00
test-cluster-uncaught-exception.js
test-cluster-worker-constructor.js cluster: support options in Worker constructor 2014-08-01 00:34:40 +04:00
test-cluster-worker-death.js cluster: worker exit event to match child_process 2012-05-04 17:28:21 -07:00
test-cluster-worker-destroy.js test: add test for cluster.worker.destroy() 2014-09-18 14:06:21 -07:00
test-cluster-worker-disconnect.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-cluster-worker-events.js cluster: test events emit on cluster.worker 2014-07-31 12:02:39 +04:00
test-cluster-worker-exit.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-cluster-worker-forced-exit.js cluster: only forcibly exit worker on unclean exit 2013-12-31 11:43:43 -08:00
test-cluster-worker-init.js cluster: enable error/message events using .worker 2014-07-28 18:44:36 +04:00
test-cluster-worker-isconnected.js cluster: centralize removal from workers list. 2014-09-02 22:14:04 +04:00
test-cluster-worker-isdead.js cluster: centralize removal from workers list. 2014-09-02 22:14:04 +04:00
test-cluster-worker-kill.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-cluster-worker-no-exit.js cluster: only forcibly exit worker on unclean exit 2013-12-31 11:43:43 -08:00
test-common.js test: don't compute knownGlobals lazily 2014-02-06 15:30:38 +04:00
test-console-instance.js console: refactor the console module to be reusable 2012-08-24 14:31:32 -07:00
test-console-not-call-toString.js
test-console.js console: allow Object.prototype fields as labels 2015-02-17 18:08:11 -08:00
test-crypto-authenticated.js crypto: improve error messages 2014-04-29 14:20:14 +04:00
test-crypto-binary-default.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-crypto-certificate.js crypto: add SPKAC support 2013-10-16 09:43:19 -07:00
test-crypto-dh-odd-key.js deps: cherry-pick eca441b2 from OpenSSL 2014-07-03 00:46:17 +04:00
test-crypto-domain.js crypto: make randomBytes/pbkdf2 cbs domain aware 2013-08-28 12:37:49 +02:00
test-crypto-domains.js test: crypto-domains avoid spurious failures 2014-10-15 18:36:36 -07:00
test-crypto-ecb.js crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 2012-10-23 10:48:51 -07:00
test-crypto-from-binary.js src: fix StringBytes::Write if string is external 2014-05-12 14:59:16 +04:00
test-crypto-hash-stream-pipe.js crypto: LazyTransform on properties, not methods 2013-04-21 09:33:10 -04:00
test-crypto-padding-aes256.js crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 2012-10-23 10:48:51 -07:00
test-crypto-padding.js crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 2012-10-23 10:48:51 -07:00
test-crypto-random.js crypto: check randomBytes() size argument 2013-03-23 15:50:10 +01:00
test-crypto-stream.js test: fix crypto-stream after openssl update 2015-01-21 11:39:55 -08:00
test-crypto-verify-failure.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
test-crypto.js crypto: createDiffieHellman throw for bad args 2014-10-08 15:38:46 -07:00
test-debug-args.js debugger: pass on v8 debug switches 2013-11-16 14:53:56 +01:00
test-debug-cluster.js test: fix assumption of worker exit on disconnect 2013-12-31 11:43:44 -08:00
test-debug-port-cluster.js test: fix assumption of worker exit on disconnect 2013-12-31 11:43:44 -08:00
test-debug-port-from-cmdline.js test: fix test-debug-port-from-cmdline 2015-07-23 08:18:33 -07:00
test-debug-signal-cluster.js test: debug-signal-cluster should not be racey 2015-01-15 23:41:22 -08:00
test-delayed-require.js
test-deprecation-flags.js test: Fix test-deprecation-flags 2013-05-22 11:46:52 -07:00
test-dgram-address.js udp: make getsockname() return address family name 2012-05-01 14:50:17 +02:00
test-dgram-bind-default-address.js test: check ipv6 support before testing it 2014-08-13 11:43:58 -07:00
test-dgram-bind-shared-ports.js test: disable dgram-bind-shared-ports on win32 2014-09-24 14:17:42 -07:00
test-dgram-bind.js
test-dgram-broadcast-multi-process.js dgram: introduce reuseAddr option 2014-04-10 19:39:49 +04:00
test-dgram-bytes-length.js dgram: pass the bytes sent to the send callback 2014-02-15 19:24:42 -08:00
test-dgram-close.js dgram: fix abort when getting fd of closed dgram 2013-11-19 12:44:06 +04:00
test-dgram-empty-packet.js test: disable 0-dgram tests on darwin 2014-08-02 15:07:07 +04:00
test-dgram-implicit-bind.js dgram: fix double implicit bind error 2012-12-31 17:53:00 +01:00
test-dgram-listen-after-bind.js test: update dgram tests after API change 2012-07-26 23:55:29 +02:00
test-dgram-msgsize.js dgram: report send errors to cb, don't pass bytes 2013-07-29 06:48:46 +02:00
test-dgram-multicast-setTTL.js test: update dgram tests after API change 2012-07-26 23:55:29 +02:00
test-dgram-oob-buffer.js udp: make it possible to receive empty udp packets 2014-07-02 20:59:27 -07:00
test-dgram-pingpong.js Merge remote-tracking branch 'origin/v0.8' 2013-03-02 23:13:35 +01:00
test-dgram-ref.js test: add failing dgram refcount test 2012-05-11 04:39:23 +02:00
test-dgram-regress-4496.js dgram: send() can accept strings 2013-10-28 16:18:18 -07:00
test-dgram-send-bad-arguments.js dgram: fix assertion on bad send() arguments 2013-08-17 17:11:02 +02:00
test-dgram-send-callback-buffer-length.js udp: make it possible to receive empty udp packets 2014-07-02 20:59:27 -07:00
test-dgram-send-empty-buffer.js test: disable 0-dgram tests on darwin 2014-08-02 15:07:07 +04:00
test-dgram-udp4.js dgram: send() can accept strings 2013-10-28 16:18:18 -07:00
test-dgram-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-dh-padding.js crypto: dh secret should be left-padded 2013-04-08 19:45:35 +04:00
test-dns-cares-domains.js dns: propagate domain for c-ares methods 2014-11-17 12:34:37 -08:00
test-dns-lookup-cb-error.js dns: send lookup c-ares errors to callback 2014-06-24 17:08:57 -07:00
test-dns-regress-6244.js src: initialize c-ares task list on env init 2013-09-20 09:39:14 -07:00
test-dns-regress-7070.js dns: validate arguments in resolver 2014-02-09 13:38:23 +04:00
test-dns.js dns: throw if hostname is not string or falsey 2014-08-20 13:51:09 -07:00
test-domain-abort-on-uncaught.js domains: fix handling of uncaught exceptions 2016-02-11 11:29:14 -08:00
test-domain-crypto.js crypto: make pbkdf2() compatible with domains 2012-09-03 23:33:02 +02:00
test-domain-enter-exit.js domain: fix off-by-one in Domain.exit() 2014-01-09 15:25:58 -08:00
test-domain-exit-dispose-again.js test: add test-domain-exit-dispose-again back 2016-02-11 11:29:14 -08:00
test-domain-exit-dispose.js domain: Properly exit() on domain disposal 2012-09-21 09:22:50 -07:00
test-domain-from-timer.js domain: fix domain callback from MakeCallback 2013-03-26 21:26:17 -07:00
test-domain-http-server.js node: add AsyncListener support 2013-10-31 14:17:51 -07:00
test-domain-implicit-fs.js domain: use camelCase instead of snake_case 2012-12-29 10:37:31 -08:00
test-domain-multi.js test: add a child domain explicitly 2012-05-02 02:51:28 +02:00
test-domain-nested-throw.js domain: Fix double-exit on nested domains 2013-03-09 07:00:21 -08:00
test-domain-nested.js domain: empty stack on all exceptions 2013-01-18 13:26:40 -08:00
test-domain-no-error-handler-abort-on-uncaught.js domains: fix handling of uncaught exceptions 2016-02-11 11:29:14 -08:00
test-domain-safe-exit.js domains: exit() only affects active domains 2014-01-15 12:27:10 -08:00
test-domain-stack.js nextTick: Preserve depth in error/reentry cases 2012-07-19 10:29:15 -07:00
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js domains: fix handling of uncaught exceptions 2016-02-11 11:29:14 -08:00
test-domain-timers.js test: fix function name typo 2012-08-17 13:45:45 +02:00
test-domain-top-level-error-handler-clears-stack.js domains: fix stack clearing after error handled 2015-03-10 23:22:16 -07:00
test-domain-top-level-error-handler-throw.js domains: port caeb677 from v0.10 to v0.12 2015-09-30 19:59:10 -04:00
test-domain-uncaught-exception.js domains: fix handling of uncaught exceptions 2016-02-11 11:29:14 -08:00
test-domain-with-abort-on-uncaught-exception.js domains: fix handling of uncaught exceptions 2016-02-11 11:29:14 -08:00
test-domain.js domain: don't crash on "throw null" 2014-04-02 15:36:30 -07:00
test-error-reporting.js node: fix #7841 by overlooking the spare sourceline 2014-06-27 16:09:52 +04:00
test-eval-require.js
test-eval.js
test-event-emitter-add-listeners.js
test-event-emitter-check-listener-leaks.js test: EventEmitter#setMaxListeners() returns this 2013-05-03 02:05:26 +02:00
test-event-emitter-listeners-side-effects.js events: _events to object and undefined not null 2013-03-01 17:36:47 -08:00
test-event-emitter-listeners.js events: make .listeners() return a copy 2012-07-27 20:28:51 +02:00
test-event-emitter-max-listeners.js events: do not accept NaN in setMaxListeners 2013-11-19 13:14:01 +04:00
test-event-emitter-method-names.js test: fix event-emitter-method-names 2014-06-05 07:46:55 -07:00
test-event-emitter-modify-in-emit.js
test-event-emitter-no-error-provided-to-error-event.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
test-event-emitter-num-args.js
test-event-emitter-once.js events: don't call once twice 2013-11-13 03:21:04 +04:00
test-event-emitter-remove-all-listeners.js events: fix TypeError in removeAllListeners 2013-11-22 17:42:34 +01:00
test-event-emitter-remove-listeners.js events: add 'removeListener' event 2012-09-22 03:48:59 +02:00
test-event-emitter-set-max-listeners-side-effects.js events: _events to object and undefined not null 2013-03-01 17:36:47 -08:00
test-event-emitter-subclass.js events: check if _events is an own property 2014-04-15 13:00:31 -07:00
test-exception-handler.js
test-exception-handler2.js
test-exec-max-buffer.js
test-executable-path.js test: case insensitve path comparison on Windows 2013-12-20 19:23:34 +04:00
test-file-read-noexist.js
test-file-write-stream.js stream: remove lowWaterMark feature 2013-02-21 15:23:18 -08:00
test-file-write-stream2.js stream: remove lowWaterMark feature 2013-02-21 15:23:18 -08:00
test-file-write-stream3.js
test-force-repl.js
test-fs-access.js fs: make F_OK/R_OK/W_OK/X_OK not writable 2015-02-11 16:49:22 -07:00
test-fs-append-file-sync.js fs: Support mode/flag options to read/append/writeFile 2013-03-01 09:48:57 -08:00
test-fs-append-file.js fs: Support mode/flag options to read/append/writeFile 2013-03-01 09:48:57 -08:00
test-fs-chmod.js
test-fs-empty-readStream.js streams2: pause() should be immediate 2012-12-14 10:52:28 -08:00
test-fs-error-messages.js fs: fix symlink error message 2014-11-15 17:01:13 -08:00
test-fs-exists.js
test-fs-fsync.js
test-fs-long-path.js test: unlink temp file at test start 2013-03-02 02:43:02 +01:00
test-fs-mkdir.js
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js fs: Raise error when null bytes detected in paths 2012-12-07 16:52:46 -08:00
test-fs-open-flags.js
test-fs-open.js fs: add sync open flags 'rs' and 'rs+' 2012-05-16 00:14:46 +02:00
test-fs-read-buffer.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js
test-fs-read-stream-err.js stream: remove lowWaterMark feature 2013-02-21 15:23:18 -08:00
test-fs-read-stream-fd.js
test-fs-read-stream-resume.js fs: fix ReadStream.pause() emits duplicate data event 2012-05-12 10:24:46 +09:00
test-fs-read-stream.js fs: use correct self reference for autoClose test 2013-08-20 17:10:18 +02:00
test-fs-read.js
test-fs-readfile-empty.js
test-fs-readfile-error.js tests: append instead of override environment 2015-01-12 16:51:14 -08:00
test-fs-readfile-pipe.js Fix fs.readfile('/dev/stdin') 2012-06-20 10:28:44 -07:00
test-fs-readfile-unlink.js
test-fs-readfile-zero-byte-liar.js fix fs.readFile with lying size=0 stat results 2012-06-11 15:54:28 -07:00
test-fs-realpath.js test: fix flaky unit test test-fs-realpath.js 2013-12-20 20:40:28 +04:00
test-fs-sir-writes-alot.js
test-fs-stat.js fs: return blksize on stats object 2014-04-14 16:35:33 -07:00
test-fs-stream-double-close.js fs: fix ReadStream / WriteStream double close bug 2012-05-03 01:01:46 +02:00
test-fs-symlink-dir-junction.js windows: enable creating directory junctions with fs.symlink 2012-05-24 01:15:15 -07:00
test-fs-symlink.js
test-fs-sync-fd-leak.js Faster fs.readFile and fs.readFileSync 2012-05-16 20:04:44 -07:00
test-fs-truncate-GH-6233.js fs: fix fs.truncate() file content zeroing bug 2013-10-08 11:35:12 +02:00
test-fs-truncate.js test: make test-fs-truncate pass on windows 2012-08-29 00:16:53 +02:00
test-fs-utimes.js
test-fs-watch-recursive.js test: make fs-watch-recursive less racy 2013-12-10 22:08:41 +04:00
test-fs-watch.js node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
test-fs-write-buffer.js
test-fs-write-file-buffer.js
test-fs-write-file-sync.js fs: make write/appendFileSync correctly set file mode 2013-03-20 01:37:43 +01:00
test-fs-write-file.js fs: Support mode/flag options to read/append/writeFile 2013-03-01 09:48:57 -08:00
test-fs-write-stream-change-open.js fs.WriteStream: Handle modifications to fs.open 2012-04-09 09:03:00 -07:00
test-fs-write-stream-end.js fs: fix immediate WriteStream#end() 2013-02-11 21:15:13 +01:00
test-fs-write-stream-err.js stream: remove lowWaterMark feature 2013-02-21 15:23:18 -08:00
test-fs-write-stream.js
test-fs-write-sync.js
test-fs-write.js
test-global.js
test-handle-wrap-close-abort.js handle_wrap: properly don't abort on unwrap 2013-09-05 15:56:34 -07:00
test-http-1.0-keep-alive.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-http-1.0.js
test-http-304.js
test-http-abort-before-end.js
test-http-abort-client.js test: Fix many tests for http streams2 refactor 2012-12-14 17:46:23 -08:00
test-http-abort-queued.js http: Optimize queued client aborts 2014-05-22 10:46:44 -07:00
test-http-after-connect.js streams: Don't emit 'end' until read() past EOF 2013-07-25 13:14:49 -07:00
test-http-agent-destroyed-socket.js http: Reuse more http/https Agent code 2013-07-09 22:31:11 -07:00
test-http-agent-false.js http: don't pass the request options to Agent 2013-09-14 12:29:48 -07:00
test-http-agent-keepalive.js test: update "http-*" tests to only use public API 2014-02-26 13:19:06 -08:00
test-http-agent-no-protocol.js http: use defaultAgent.protocol in protocol check 2014-03-24 12:59:31 -10:00
test-http-agent-null.js test: add failing http agent: null test 2014-02-26 13:05:56 -08:00
test-http-agent.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-allow-req-after-204-res.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
test-http-byteswritten.js http: Simplify IncomingMessage._dump method 2013-08-15 15:05:41 -07:00
test-http-chunked-304.js http: close connection on 204 and chunked encoding 2013-01-24 11:23:36 +01:00
test-http-chunked.js
test-http-client-abort.js streams: Don't emit 'end' until read() past EOF 2013-07-25 13:14:49 -07:00
test-http-client-abort2.js
test-http-client-agent.js test: Remove unnecessary assertion 2013-08-19 17:43:38 -07:00
test-http-client-default-headers-exist.js http: don't default OPTIONS to chunked encoding 2014-06-05 14:36:46 -07:00
test-http-client-encoding.js http: force socket encoding to be null 2013-11-07 08:24:50 -08:00
test-http-client-get-url.js http: make http.get() accept a URL 2012-05-16 16:43:18 +02:00
test-http-client-parse-error.js http: bubble up parser errors to ClientRequest 2012-12-16 17:25:03 +01:00
test-http-client-pipe-end.js test: Fix many tests for http streams2 refactor 2012-12-14 17:46:23 -08:00
test-http-client-race-2.js
test-http-client-race.js
test-http-client-readable.js http: do not emit EOF non-readable socket 2014-04-08 00:40:22 +04:00
test-http-client-reject-chunked-with-content-length.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-client-reject-cr-no-lf.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-client-response-domain.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-client-timeout-agent.js test: Fix simple/test-http-client-timeout-agent 2012-09-28 09:55:29 -07:00
test-http-client-timeout-event.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-http-client-timeout-with-data.js test: fix simple/test-http-client-timeout-with-data 2013-01-07 16:04:33 +01:00
test-http-client-timeout.js test: add failing HTTP client timeout test 2012-05-07 22:53:32 +02:00
test-http-client-unescaped-path.js http: don't escape request path, reject bad chars 2013-05-15 22:53:29 +02:00
test-http-client-upload-buf.js test: minor typo fixes 2013-06-13 13:33:06 +02:00
test-http-client-upload.js
test-http-conn-reset.js test: update http tests for ECONNRESET change 2013-02-11 12:31:21 -08:00
test-http-connect.js streams2: Switch to old-mode immediately, not nextTick 2012-12-14 10:52:28 -08:00
test-http-contentLength0.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-createConnection.js http: invoke createConnection when no agent 2014-02-26 11:14:32 -08:00
test-http-curl-chunk-problem.js tests: fix race in test-http-curl-chunk-problem 2015-03-03 14:35:36 -08:00
test-http-date-header.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-default-encoding.js test: address timing issues in simple http tests 2015-03-27 15:21:09 -07:00
test-http-default-port.js test: Move test-http-default-port from disabled to simple 2013-08-05 12:55:31 -07:00
test-http-destroyed-socket-write2.js test: make destroyed-socket-write2.js more robust 2015-02-27 12:14:06 -05:00
test-http-dns-error.js
test-http-double-content-length.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-end-throw-socket-handling.js http client: Ensure socket cleanup on response end 2013-04-02 20:34:08 +04:00
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-exit-delay.js test: relax timing in test-http-exit-delay 2014-01-20 09:14:42 -08:00
test-http-expect-continue.js
test-http-extra-response.js
test-http-flush.js http: rename flush to flushHeaders 2015-01-16 13:42:43 -08:00
test-http-full-response.js test: skip test-http-full-response on ab errors 2012-06-16 08:38:47 -07:00
test-http-get-pipeline-problem.js test: bp fix for test-http-get-pipeline-problem.js 2016-03-14 08:35:19 -07:00
test-http-head-request.js http: do not send 0\r\n\r\n in TE HEAD responses 2014-09-16 15:24:19 -07:00
test-http-head-response-has-no-body-end.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-head-response-has-no-body.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-header-obstext.js deps: update to http-parser 2.3.2 2016-02-24 17:18:30 +11:00
test-http-header-read.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-header-response-splitting.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-hex-write.js http: Write hex/base64 chunks properly 2013-08-15 15:05:40 -07:00
test-http-host-headers.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-incoming-pipelined-socket-destroy.js test: fix http-incoming-pipelined-socket-destroy 2014-01-23 12:42:56 -08:00
test-http-keep-alive-close-on-header.js http: Reuse more http/https Agent code 2013-07-09 22:31:11 -07:00
test-http-keep-alive.js http: Reuse more http/https Agent code 2013-07-09 22:31:11 -07:00
test-http-keepalive-client.js http: Proper KeepAlive behavior 2013-07-09 22:31:11 -07:00
test-http-keepalive-maxsockets.js test: update "http-*" tests to only use public API 2014-02-26 13:19:06 -08:00
test-http-keepalive-request.js test: update "http-*" tests to only use public API 2014-02-26 13:19:06 -08:00
test-http-legacy.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-localaddress-bind-error.js test: Fix simple/test-http-localaddress 2012-12-21 16:59:20 +00:00
test-http-localaddress.js test: check for multi-localhost support 2014-10-13 14:17:39 -07:00
test-http-malformed-request.js
test-http-many-ended-pipelines.js test: fix http-many-ended-pipelines server close 2014-01-23 12:42:36 -08:00
test-http-max-headers-count.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-methods.js http: expose supported methods 2013-10-28 13:35:34 +01:00
test-http-multi-line-headers.js deps: update http_parser to 2.3.0 2014-07-23 23:08:46 +04:00
test-http-mutable-headers.js
test-http-no-content-length.js
test-http-outgoing-finish.js test: fix assert in test-http-outgoing-finish 2014-02-13 16:46:04 -08:00
test-http-parser-bad-ref.js http: speed up callbacks, use array indices 2013-08-14 18:08:04 +02:00
test-http-parser-free.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-parser.js node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
test-http-pause-resume-one-end.js streams: Don't emit 'end' until read() past EOF 2013-07-25 13:14:49 -07:00
test-http-pause.js
test-http-pipe-fs.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-http-pipeline-flood.js test: fix test-http-pipeline-flood 2014-02-09 13:33:47 +04:00
test-http-proxy.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
test-http-raw-headers.js http: Only send connection:keep-alive if necessary 2013-09-04 11:19:39 -07:00
test-http-remove-header-stays-removed.js http: removed headers stay removed 2013-08-19 16:05:44 -07:00
test-http-request-end-twice.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-request-end.js test: address timing issues in simple http tests 2015-03-27 15:21:09 -07:00
test-http-request-methods.js http: make DELETE requests set req.method 2013-11-04 09:39:29 -08:00
test-http-res-write-after-end.js http: write() after end() emits an error. 2014-09-23 11:54:26 +04:00
test-http-res-write-end-dont-take-array.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-http-response-close.js
test-http-response-multi-content-length.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-response-no-headers.js test: update http tests for ECONNRESET change 2013-02-11 12:31:21 -08:00
test-http-response-readable.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-response-splitting.js http: strictly forbid invalid characters from headers 2016-02-09 08:41:18 -08:00
test-http-response-status-message.js http: parse the status message in a http response. 2013-12-20 17:55:08 +04:00
test-http-server-multiheaders.js http: handle multiple Proxy-Authenticate values 2012-09-27 13:28:16 -07:00
test-http-server-multiheaders2.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-server-reject-chunked-with-content-length.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-server-reject-cr-no-lf.js deps: update http-parser to version 2.3.1 2016-02-09 08:41:18 -08:00
test-http-server-stale-close.js test: merge environment, don't overwrite 2013-02-26 19:42:08 +01:00
test-http-server.js
test-http-set-cookies.js
test-http-set-timeout-server.js http: ServerRequest does not timeout after 'end' 2013-03-10 20:14:43 +09:00
test-http-set-timeout.js test: minor typo fixes 2013-06-13 13:33:06 +02:00
test-http-set-trailers.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-should-keep-alive.js http: Only send connection:keep-alive if necessary 2013-09-04 11:19:39 -07:00
test-http-status-code.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-http-status-message.js http: add statusMessage 2013-10-16 18:34:52 -07:00
test-http-timeout-overflow.js timers: handle signed int32 overflow in enroll() 2013-03-21 22:09:05 +04:00
test-http-timeout.js test: Use common.PORT in simple/test-http-timeout 2013-02-26 17:54:18 -08:00
test-http-unix-socket.js net: don't throw on net.Server.close() 2014-05-18 17:59:52 +04:00
test-http-upgrade-agent.js Revert "http: remove bodyHead from 'upgrade' events" 2013-06-12 17:45:30 -07:00
test-http-upgrade-client.js Revert "http: remove bodyHead from 'upgrade' events" 2013-06-12 17:45:30 -07:00
test-http-upgrade-client2.js Revert "http: remove bodyHead from 'upgrade' events" 2013-06-12 17:45:30 -07:00
test-http-upgrade-server.js http: Use streams3 directly, not .ondata/end 2013-08-08 13:01:09 -07:00
test-http-upgrade-server2.js
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 tls: introduce TLSSocket based on tls_wrap binding 2013-06-16 09:30:15 +02:00
test-http-url.parse-only-support-http-https-protocol.js http: better client "protocol not supported" error 2014-03-28 11:05:35 -10:00
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 http: Add write()/end() callbacks 2013-08-15 15:05:41 -07:00
test-http-write-empty-string.js
test-http-write-head.js http: cleanup setHeader() 2014-09-29 12:32:42 -07:00
test-http-zero-length-write.js http: Return true on empty writes, not false 2013-05-23 15:21:17 -07:00
test-http.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-https-agent.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-https-byteswritten.js Add bytesWritten to tls.CryptoStream 2013-01-24 16:48:49 -08:00
test-https-client-checkServerIdentity.js tls: checkServerIdentity option 2014-09-09 17:15:50 +01:00
test-https-client-get-url.js tls, https: validate server certificate by default 2012-09-15 00:19:06 +02:00
test-https-client-reject.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-https-client-resume.js test: add https tls session reuse test 2013-06-15 20:35:59 +02:00
test-https-connecting-to-http.js
test-https-drain.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-https-eof-for-eom.js tls: introduce TLSSocket based on tls_wrap binding 2013-06-16 09:30:15 +02:00
test-https-foafssl.js Merge remote-tracking branch 'origin/v0.10' into master 2014-07-29 12:51:27 +04:00
test-https-invalid-key.js
test-https-localaddress-bind-error.js test: Fix test-https-localaddress* 2012-12-16 14:40:24 -08:00
test-https-localaddress.js Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12 2015-01-12 15:59:37 -08:00
test-https-pfx.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-https-req-split.js tls: prevent stalls by using read(0) 2013-11-09 02:07:36 +04:00
test-https-set-timeout-server.js https: implement https.Server#setTimeout() 2013-04-30 13:10:56 +02:00
test-https-simple.js
test-https-socket-options.js test updates for streams2 2012-12-14 17:46:23 -08:00
test-https-strict.js tls: better error reporting at cert validation 2014-07-03 00:41:39 +04:00
test-https-timeout-server-2.js tls, https: add tls handshake timeout 2012-12-06 17:39:24 +01:00
test-https-timeout-server.js tls: introduce TLSSocket based on tls_wrap binding 2013-06-16 09:30:15 +02:00
test-https-timeout.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-https-truncate.js http client: pull last chunk on socket close 2013-10-23 13:39:05 -07:00
test-init.js test: preserve process.env after test-init exec 2013-04-16 17:05:51 +02:00
test-intl.js build: i18n: add icu config options 2015-01-02 16:51:53 -08:00
test-let-bindings-for-loop-harmony.js test: add test for let bindings in for loops 2015-04-29 17:06:52 -07:00
test-listen-fd-cluster.js Fix #3388 Support listening on file descriptors 2012-06-13 12:24:45 -07:00
test-listen-fd-detached-inherit.js Fix #3388 Support listening on file descriptors 2012-06-13 12:24:45 -07:00
test-listen-fd-detached.js Fix #3388 Support listening on file descriptors 2012-06-13 12:24:45 -07:00
test-listen-fd-ebadf.js net: fix net.Server.listen({fd:x}) error reporting 2012-07-12 18:18:38 +02:00
test-listen-fd-server.js Fix #3388 Support listening on file descriptors 2012-06-13 12:24:45 -07:00
test-memory-usage-emfile.js
test-memory-usage.js
test-microtask-queue-integration-domain.js node: support v8 microtask queue 2014-09-18 14:13:06 -07:00
test-microtask-queue-integration.js node: support v8 microtask queue 2014-09-18 14:13:06 -07:00
test-microtask-queue-run-domain.js node: avoid automatic microtask runs 2014-10-01 14:42:05 -07:00
test-microtask-queue-run-immediate-domain.js node: avoid automatic microtask runs 2014-10-01 14:42:05 -07:00
test-microtask-queue-run-immediate.js node: avoid automatic microtask runs 2014-10-01 14:42:05 -07:00
test-microtask-queue-run.js node: avoid automatic microtask runs 2014-10-01 14:42:05 -07:00
test-mkdir-rmdir.js
test-module-globalpaths-nodepath.js module: use path.sep instead of custom solution 2013-05-15 23:57:58 +02:00
test-module-loading-error.js module: correct the order of the assertions 2014-11-13 19:58:52 -08:00
test-module-loading.js test: add module-loading test with empty string 2013-01-16 12:27:53 -08:00
test-module-nodemodulepaths.js path: don't lower-cases drive letters 2015-01-15 14:59:36 -08:00
test-net-after-close.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-binary.js stream: remove lowWaterMark feature 2013-02-21 15:23:18 -08:00
test-net-bind-twice.js
test-net-buffersize.js net: fix bufferSize include writableStream length 2013-01-08 04:59:50 +01:00
test-net-bytes-stats.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-can-reset-timeout.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-connect-buffer.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-connect-handle-econnrefused.js
test-net-connect-immediate-finish.js net: handle 'finish' event only after 'connect' 2013-03-13 10:27:23 -07:00
test-net-connect-options-ipv6.js test: check ipv6 support before testing it 2014-08-13 11:43:58 -07:00
test-net-connect-options.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-connect-paused-connection.js net,stream: add isPaused, don't read() when paused 2014-08-20 13:58:12 -07:00
test-net-create-connection.js net: allow port 0 in connect() 2015-03-05 09:38:10 -05:00
test-net-dns-error.js net: emit dns 'lookup' event before connect 2013-05-15 22:53:29 +02:00
test-net-dns-lookup.js net: emit dns 'lookup' event before connect 2013-05-15 22:53:29 +02:00
test-net-during-close.js net: add remoteFamily for socket 2014-07-23 23:44:57 +04:00
test-net-eaddrinuse.js
test-net-end-without-connect.js test: add regression test for #4463 2012-12-25 22:18:57 +01:00
test-net-error-twice.js test: use larger buffer in net-error-twice 2014-05-02 08:50:48 -07:00
test-net-GH-5504.js tests: append instead of override environment 2015-01-12 16:51:14 -08:00
test-net-isip.js net: More accurate IP address validation and IPv6 dotted notation. 2012-11-28 21:51:27 +01:00
test-net-keepalive.js
test-net-large-string.js
test-net-listen-close-server.js net: don't emit listening if handle is closed 2014-07-02 12:35:06 -07:00
test-net-listen-error.js
test-net-listen-exclusive-random-ports.js test: listen on exclusive port in cluster workers 2014-09-04 15:18:48 -07:00
test-net-listen-fd0.js test: fix test-net-listen-fd0 for pipes 2014-10-15 18:48:34 -07:00
test-net-listen-shared-ports.js net,dgram: workers can listen on exclusive ports 2014-09-03 15:16:16 -07:00
test-net-local-address-port.js net: add localAddress and localPort to Socket 2013-01-05 17:05:13 +01:00
test-net-localerror.js net: allow port 0 in connect() 2015-03-05 09:38:10 -05:00
test-net-localport.js net: add localPort to connect options 2014-02-18 15:55:04 +04:00
test-net-pause-resume-connecting.js net: make pause work with connecting sockets 2012-08-03 17:11:08 +02:00
test-net-pingpong.js test: check ipv6 support before testing it 2014-08-13 11:43:58 -07:00
test-net-pipe-connect-errors.js test: Env variable to specify directory for pipes 2015-03-26 11:31:17 -07:00
test-net-reconnect-error.js net: reset errorEmitted on reconnect 2014-07-03 15:06:33 +04:00
test-net-reconnect.js net: reset endEmitted on reconnect 2014-01-25 12:20:45 -08:00
test-net-remote-address-port.js tests: don't assume IPv4 only in remote addr tests 2014-08-13 11:44:15 -07:00
test-net-server-address.js test: check ipv6 support before testing it 2014-08-13 11:43:58 -07:00
test-net-server-bind.js net, http: add backlog parameter to .listen() 2012-04-18 21:40:25 +02:00
test-net-server-close.js net: use close callback, not process.nextTick 2013-03-06 16:15:18 +01:00
test-net-server-connections.js net: Make server.connections un-enumerable 2014-09-24 16:06:46 -07:00
test-net-server-listen-remove-callback.js
test-net-server-max-connections.js
test-net-server-pause-on-connect.js net: add pauseOnConnect option to createServer() 2014-10-27 14:11:20 -07:00
test-net-server-try-ports.js
test-net-server-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-net-settimeout.js net: throw on invalid socket timeouts 2015-01-22 13:14:05 -05:00
test-net-socket-destroy-twice.js
test-net-socket-timeout-unref.js net: use timers._unrefActive for internal timeouts 2013-05-21 16:40:31 -07:00
test-net-socket-timeout.js net: throw on invalid socket timeouts 2015-01-22 13:14:05 -05:00
test-net-stream.js net: make Socket destroy() re-entrance safe 2014-01-27 22:12:29 +04:00
test-net-sync-stdio.js lib: fix stdio/ipc sync i/o regression 2015-03-19 12:06:56 -07:00
test-net-write-after-close.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-net-write-connect-write.js
test-net-write-slow.js test-net-write-slow: increase the socket timeout period 2012-06-12 01:43:45 +02:00
test-next-tick-doesnt-hang.js
test-next-tick-domain.js src: domain should not replace nextTick function 2014-03-03 16:27:58 -08:00
test-next-tick-error-spin.js text: give more time to test-next-tick-error-spin 2014-01-21 10:23:16 -08:00
test-next-tick-errors.js
test-next-tick-intentional-starvation.js nextTick: Handle tick callbacks after each tick 2012-07-16 21:05:10 -07:00
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick.js nextTick: explicitly no-op when _exiting 2012-07-16 21:05:26 -07:00
test-os.js test: test-os fix win32 localhost assumption 2013-12-10 22:16:24 -08:00
test-path-makelong.js path: Do not coerce paths to strings on Windows 2013-02-20 14:04:30 -08:00
test-path-parse-format.js path: refactor for performance and consistency 2015-03-25 12:28:50 -07:00
test-path.js path: don't lower-cases drive letters 2015-01-15 14:59:36 -08:00
test-pipe-address.js
test-pipe-file-to-http.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-pipe-head.js
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-pipe.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-process-argv-0.js
test-process-before-exit.js src: emit 'beforeExit' event on process object 2014-02-28 14:43:30 +04:00
test-process-binding.js process: improve process binding 2014-08-02 20:14:46 +04:00
test-process-config.js
test-process-env.js Re-apply commit e307468. 2012-06-29 17:29:32 +02:00
test-process-exec-argv.js test: don't use --max-stack-size=0 2013-09-02 21:00:00 +02:00
test-process-exit-code.js process: allow changing exitCode in on('exit') 2014-02-09 15:10:38 +04:00
test-process-exit-from-before-exit.js src: emit 'beforeExit' event on process object 2014-02-28 14:43:30 +04:00
test-process-exit-recursive.js process: Fix regression from a5dba82 2013-09-06 18:23:15 -07:00
test-process-exit.js process: ensure that the "exit" event always has "code" given 2012-04-30 10:42:13 -07:00
test-process-getgroups.js test: disable simple/test-process-getgroups on os x 2013-03-01 00:48:19 +01:00
test-process-hrtime.js process: throw a TypeError when anything but an Array is passed to hrtime() 2012-07-08 20:53:19 -07:00
test-process-kill-null.js process: document kill(0), disallow kill(O_RDWR) 2013-12-02 10:41:37 -08:00
test-process-kill-pid.js process: pid can be a string in process.kill() 2014-11-17 12:15:54 -08:00
test-process-next-tick.js
test-process-raw-debug.js test: use os.EOL when checking output 2013-11-27 10:56:24 -08:00
test-process-wrap.js node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
test-pump-file2tcp-noexist.js
test-pump-file2tcp.js
test-punycode.js punycode: update to v1.1.1 2012-07-04 13:45:14 +02:00
test-querystring.js Merge remote-tracking branch 'upstream/v0.10' into v0.12 2014-09-16 17:48:09 -07:00
test-readdir.js
test-readdouble.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-readfloat.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-readint.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-readline-interface.js readline: should not require an output stream. 2014-10-01 15:00:02 -07:00
test-readline-set-raw-mode.js readline: fix line event, if input emit 'end' 2014-02-17 16:21:29 -08:00
test-readuint.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-regress-GH-746.js
test-regress-GH-784.js
test-regress-GH-819.js
test-regress-GH-877.js http: Reuse more http/https Agent code 2013-07-09 22:31:11 -07:00
test-regress-GH-897.js
test-regress-GH-1531.js http: Reuse more http/https Agent code 2013-07-09 22:31:11 -07:00
test-regress-GH-1697.js test: use common.PORT in simple/test-regress-GH-1697 2012-08-17 14:03:36 +02:00
test-regress-GH-1726.js test: fix regress-GH-1726 2014-07-13 23:15:52 +04:00
test-regress-GH-1899.js
test-regress-GH-3542.js windows: make fs.realpath(Sync) work with UNC paths 2012-06-27 01:59:25 +02:00
test-regress-GH-3739.js windows: correctly prep long path for fs.exists(Sync) 2012-07-23 13:55:42 +02:00
test-regress-GH-4015.js fs: don't segfault on deeply recursive stat() 2012-09-14 02:37:51 +02:00
test-regress-GH-4027.js fs: fix watchFile() missing deletion events 2012-09-17 17:52:50 +02:00
test-regress-GH-4256.js domains: don't crash if domain is set to null 2012-11-09 00:49:24 +01:00
test-regress-GH-4948.js http: check if incoming parser has already been freed 2013-03-09 08:46:44 -08:00
test-regress-GH-5927.js readline: pause stdin before turning off terminal raw mode 2013-08-17 15:35:09 +02:00
test-regress-GH-6235.js test: add regression test for #6235 2013-09-26 10:07:18 -07:00
test-regress-GH-7511.js vm: assign Environment to created context 2014-04-26 00:34:55 +04:00
test-regress-GH-9161.js fs: properly handle fd passed to truncate() 2015-02-17 12:09:20 -05:00
test-regress-GH-14576.js V8: avoid deadlock when profiling is active 2015-06-10 10:32:03 -07:00
test-regress-GH-25324.js test: Array.prototype.values() regression test 2015-05-22 11:52:07 -07:00
test-regress-GH-node-9326.js src: backport fix for SIGINT crash on FreeBSD 2015-03-27 18:03:55 -07:00
test-regression-object-prototype.js
test-repl-.save.load.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-repl-autolibs.js repl: allow overriding builtins 2013-01-03 19:58:47 +01:00
test-repl-console.js repl: create a new Console instance for the repl when "useGlobal" is off 2012-08-24 14:31:32 -07:00
test-repl-domain.js repl: Use a domain to catch async errors safely 2013-03-14 16:03:44 -07:00
test-repl-end-emits-exit.js test: check for multiple "emit" calls in repl-end-emits-exit.js 2012-04-17 11:53:50 -07:00
test-repl-harmony.js repl: treat "Assignment to const" as syntax error 2013-09-04 11:13:41 -07:00
test-repl-options.js repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
test-repl-require-cache.js repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
test-repl-reset-event.js repl: emit 'reset' event when context is reset 2013-03-14 10:49:14 -10:00
test-repl-setprompt.js repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
test-repl-syntax-error-handling.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
test-repl-tab-complete.js repl: do not insert duplicates into completions 2013-11-11 15:45:09 -08:00
test-repl-timeout-throw.js test: give repl-timeout-throw more time to run 2014-02-13 16:49:15 -08:00
test-repl-unexpected-token-recoverable.js repl: make 'Unexpected token' errors recoverable 2015-05-12 17:38:06 -07:00
test-repl.js Revert "repl: fix overwrite for this._prompt" 2014-07-31 12:12:18 +04:00
test-require-cache-without-stat.js
test-require-cache.js
test-require-exceptions.js
test-require-json.js Fix test-require-json on Windows 2012-07-07 15:15:17 -07:00
test-require-resolve.js test: Misc Windows unit test fixes 2013-03-19 09:38:11 -07:00
test-setproctitle.js test: fix simple/test-setproctitle 2013-07-25 12:29:20 +02:00
test-sigint-infinite-loop.js
test-signal-handler.js
test-signal-safety.js node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
test-signal-unregister.js
test-smalloc.js smalloc: don't allow to dispose typed arrays 2014-11-26 12:39:02 -08:00
test-socket-write-after-fin-error.js net: Provide better error when writing after FIN 2013-03-02 11:26:39 -08:00
test-socket-write-after-fin.js net: Provide better error when writing after FIN 2013-03-02 11:26:39 -08:00
test-stdin-child-proc.js
test-stdin-from-file.js node: do not ever close stdio 2014-01-30 21:26:19 +04:00
test-stdin-hang.js
test-stdin-pause-resume-sync.js Add test-stdin-pause-resume-sync 2012-06-16 09:05:28 -07:00
test-stdin-pause-resume.js
test-stdin-pipe-resume.js Fix #3503: stdin: resume() on pipe(dest) 2012-06-21 16:16:30 -07:00
test-stdin-resume-pause.js
test-stdin-script-child.js tests: append instead of override environment 2015-01-12 16:51:14 -08:00
test-stdio-readable-writable.js stdio: Set readable/writable flags properly 2013-01-17 10:42:44 -08:00
test-stdout-cannot-be-closed-child-process-pipe.js net: Respect the 'readable' flag on sockets 2013-02-12 16:49:26 -08:00
test-stdout-close-catch.js test: wait for 'close' event for stdout 2012-05-20 09:40:10 -03:00
test-stdout-close-unref.js Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
test-stdout-stderr-reading.js stdio: Do not read from stdout/err 2012-12-21 11:05:46 -08:00
test-stdout-to-file.js test: write to temp dir, not fixtures dir 2012-10-08 00:26:04 +02:00
test-stream-big-packet.js stream: writes may return false but forget to emit drain 2014-01-05 19:44:45 +04:00
test-stream-big-push.js stream: There is no _read cb, there is only push 2013-02-28 17:38:17 -08:00
test-stream-duplex.js stream: split objectMode for Duplex 2014-04-30 10:44:31 -07:00
test-stream-end-paused.js streams: Don't emit 'end' until read() past EOF 2013-07-25 13:14:49 -07:00
test-stream-ispaused.js net,stream: add isPaused, don't read() when paused 2014-08-20 13:58:12 -07:00
test-stream-pipe-after-end.js stream: Don't emit 'end' unless read() called 2013-03-10 11:08:22 -07:00
test-stream-pipe-cleanup.js streams: fix pipe is destructed by 'end' from destination 2012-10-03 10:57:31 -07:00
test-stream-pipe-error-handling.js stream: Throw on 'error' if listeners removed 2013-08-19 09:26:49 -07:00
test-stream-pipe-event.js
test-stream-push-order.js stream: There is no _read cb, there is only push 2013-02-28 17:38:17 -08:00
test-stream-push-strings.js stream: Allow strings in Readable.push/unshift 2013-03-06 11:44:30 -08:00
test-stream-readable-event.js test: test intended code-paths 2013-04-01 15:09:33 -07:00
test-stream-readable-flow-recursion.js stream: Raise readable high water mark in powers of 2 2013-03-06 11:44:30 -08:00
test-stream-transform-objectmode-falsey-value.js stream: objectMode transforms allow falsey values 2013-09-05 13:19:23 -07:00
test-stream-transform-split-objectmode.js streams: set default hwm properly for Duplex 2014-07-10 13:28:55 +03:00
test-stream-unshift-empty-chunk.js stream: unshift('') is a noop 2013-06-03 10:50:04 -07:00
test-stream-unshift-read-race.js stream: Fix unshift() race conditions 2013-04-11 16:12:48 -07:00
test-stream-writable-change-default-encoding.js streams: make setDefaultEncoding() throw 2014-10-09 16:48:59 -07:00
test-stream-writable-decoded-encoding.js stream: Pass 'buffer' encoding to decoded writables 2013-08-27 14:53:06 -07:00
test-stream-writev.js stream: Handle multi-corking properly 2013-05-09 09:35:32 -07:00
test-stream2-base64-single-char-read-end.js stream2: flush extant data on read of ended stream 2014-07-15 12:38:23 +04:00
test-stream2-compatibility.js Revert "stream: start old-mode read in a next tick" 2014-06-30 13:06:35 +04:00
test-stream2-finish-pipe.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
test-stream2-fs.js stream: Remove bufferSize option 2013-03-06 11:44:30 -08:00
test-stream2-httpclient-response-end.js stream2: fix to emit end event on http.ClientResponse 2012-12-26 15:20:48 -08:00
test-stream2-large-read-stall.js stream: Properly handle large reads from push-streams 2013-01-16 10:45:11 -08:00
test-stream2-objects.js stream: Simplify flowing, passive data listening 2013-07-22 16:17:30 -07:00
test-stream2-pipe-error-handling.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
test-stream2-pipe-error-once-listener.js stream: Fix double pipe error emit 2013-08-06 08:15:13 -07:00
test-stream2-push.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
test-stream2-read-sync-stack.js stream: There is no _read cb, there is only push 2013-02-28 17:38:17 -08:00
test-stream2-readable-empty-buffer-no-eof.js test: increase timeout in readable stream test 2014-02-13 16:49:08 -08:00
test-stream2-readable-from-list.js streams: Support objects other than Buffers 2013-01-24 07:49:27 -08:00
test-stream2-readable-legacy-drain.js Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
test-stream2-readable-non-empty-end.js stream: only end reading on null, not undefined 2014-06-30 12:45:54 +04:00
test-stream2-readable-wrap-empty.js stream: Simplify flowing, passive data listening 2013-07-22 16:17:30 -07:00
test-stream2-readable-wrap.js Merge remote-tracking branch 'upstream/v0.10' into v0.12 2014-08-07 16:33:35 -07:00
test-stream2-set-encoding.js stream: make setEncoding chainable 2013-09-04 11:15:55 -07:00
test-stream2-stderr-sync.js src: make stdout/sterr pipes blocking 2014-02-26 10:36:58 -08:00
test-stream2-transform.js stream: switch _writableState.buffer to queue 2014-12-18 09:39:05 -08:00
test-stream2-unpipe-drain.js stream: Remove output function from _transform 2013-03-05 14:27:15 -08:00
test-stream2-unpipe-leak.js stream: Simplify flowing, passive data listening 2013-07-22 16:17:30 -07:00
test-stream2-writable.js stream: don't try to finish if buffer is not empty 2014-05-06 06:50:25 -07:00
test-stream3-pause-then-read.js stream: Simplify flowing, passive data listening 2013-07-22 16:17:30 -07:00
test-string-decoder-end.js string_decoder: Add 'end' method, do base64 properly 2012-10-11 16:46:18 -07:00
test-string-decoder.js string_decoder: Improve test coverage 2014-06-06 15:07:29 -07:00
test-stringbytes-external.js src: fix StringBytes::Write if string is external 2014-05-12 14:59:16 +04:00
test-sync-fileread.js
test-sys.js
test-tcp-wrap-connect.js src: all wrap's now use actual FunctionTemplate 2014-12-05 04:52:42 -08:00
test-tcp-wrap-listen.js src: all wrap's now use actual FunctionTemplate 2014-12-05 04:52:42 -08:00
test-tcp-wrap.js test: fix up tests after internal api change 2013-07-20 12:13:54 +02:00
test-timers-blocking-callback.js timers: fix timeout when added in timer's callback 2015-06-17 11:36:38 -07:00
test-timers-first-fire.js timers: fix timers with non-integer delay hanging. 2014-08-04 12:00:40 -07:00
test-timers-immediate-queue.js test: regression test for #5798 setImmediate 2013-07-11 22:22:56 -07:00
test-timers-immediate.js timers: implement setImmediate 2012-08-12 00:07:22 +02:00
test-timers-linked-list.js
test-timers-non-integer-delay.js tests: add test for non-integer delay timers. 2014-09-02 22:22:57 +04:00
test-timers-ordering.js test: timers-ordering should be more precise 2014-03-10 14:01:24 -07:00
test-timers-reset-process-domain-on-throw.js test: add test-domain-exit-dispose-again back 2016-02-11 11:29:14 -08:00
test-timers-socket-timeout-removes-other-socket-unref-timer.js timers: don't mutate unref list while iterating it 2014-12-22 11:45:31 -08:00
test-timers-this.js timers: consistent this keyword in setImmediate 2013-03-09 08:19:57 -08:00
test-timers-uncaught-exception.js process: streamlining tick callback logic 2013-02-15 18:13:01 -08:00
test-timers-unref-active.js timers: Avoid linear scan in _unrefActive. 2014-12-16 11:44:23 -08:00
test-timers-unref-remove-other-unref-timers-only-one-fires.js timers: don't mutate unref list while iterating it 2014-12-22 11:45:31 -08:00
test-timers-unref-remove-other-unref-timers.js timers: don't mutate unref list while iterating it 2014-12-22 11:45:31 -08:00
test-timers-unref.js test: Timeout#unref() does not return instance 2015-02-11 14:53:44 -07:00
test-timers-unrefd-interval-still-fires.js timers: don't close interval timers when unrefd 2014-12-19 15:41:55 -08:00
test-timers-zero-timeout.js
test-timers.js timers: fix handling of large timeouts 2012-07-05 23:07:27 +02:00
test-tls-alert.js tls: fix to send TLS Alert before socket destroyed 2014-07-23 23:43:58 +04:00
test-tls-cert-regression.js crypto: add newline to cert and key if not present 2014-01-22 02:42:04 +04:00
test-tls-check-server-identity.js lib: make tls.checkServerIdentity() more strict 2016-09-28 00:07:00 +10:00
test-tls-client-abort.js
test-tls-client-abort2.js
test-tls-client-default-ciphers.js test: fix tls-client-default-ciphers 2014-06-25 11:17:59 +04:00
test-tls-client-destroy-soon.js tls: invoke write cb only after opposite read end 2013-05-28 22:27:07 +04:00
test-tls-client-reject.js test: fix tls-client-reject after ba7c9ce96 2013-10-31 23:39:43 +04:00
test-tls-client-resume.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-client-verify.js tls: better error reporting at cert validation 2014-07-03 00:41:39 +04:00
test-tls-close-notify.js Merge branch 'v0.10' 2013-12-10 23:06:56 +04:00
test-tls-connect-given-socket.js tls: force readable/writable to true 2014-03-27 23:25:30 +04:00
test-tls-connect-pipe.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-connect-simple.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-connect.js tls: handle ssl.start() errors 2013-11-13 17:09:25 +04:00
test-tls-delayed-attach.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-tls-destroy-socket.js tls: Closing parent socket also closes the tls sock 2015-08-27 14:54:21 -04:00
test-tls-dhe-allow-insecure-server-dhparam.js tls: prevent server from using dhe keys < 768 2015-11-23 11:30:50 -05:00
test-tls-dhe.js tls: prevent server from using dhe keys < 768 2015-11-23 11:30:50 -05:00
test-tls-ecdh-disable.js test: ignore tests when built without OpenSSL CLI 2014-01-20 20:55:54 +04:00
test-tls-ecdh.js test: ignore tests when built without OpenSSL CLI 2014-01-20 20:55:54 +04:00
test-tls-econnreset.js tls_wrap: propagate errors to write callbacks 2014-01-24 22:09:42 +04:00
test-tls-enable-ssl2.js crypto,tls: remove SSLv2 support 2016-03-03 16:32:38 -06:00
test-tls-fast-writing.js tls: Cycle data when underlying socket drains 2013-02-11 16:43:10 -08:00
test-tls-friendly-error-message.js tls: show human-readable error messages 2014-01-17 18:51:25 +00:00
test-tls-getcipher.js tls: revert disable RC4 and cipher lists changes 2015-06-18 22:37:10 -07:00
test-tls-handshake-nohang.js tls: don't use a timer to track renegotiations 2012-10-08 02:23:46 +02:00
test-tls-hello-parser-failure.js test: fix up indentation, replace tabs with spaces 2013-07-10 09:48:57 +02:00
test-tls-honorcipherorder-secureOptions.js test: change tls tests not to use LOW cipher 2016-03-15 17:32:21 +09:00
test-tls-honorcipherorder.js test: change tls tests not to use LOW cipher 2016-03-15 17:32:21 +09:00
test-tls-inception.js tls: wrap tls inside tls using legacy API 2013-09-24 20:46:59 +04:00
test-tls-interleave.js tls: fix pool usage race 2013-12-02 15:18:04 -08:00
test-tls-invalid-key.js
test-tls-invoke-queued.js tls_wrap: fix interleaving in InvokeQueued 2014-06-11 16:10:11 -07:00
test-tls-junk-closes-server.js tls, https: throw exception on missing key/cert 2012-08-29 22:53:07 +02:00
test-tls-max-send-fragment.js lib: introduce .setMaxSendFragment(size) 2014-01-20 20:39:57 +04:00
test-tls-multi-key.js tls: support multiple keys/certs 2014-09-03 17:36:54 +04:00
test-tls-new-session-hang.js fix 2015-07-20 11:47:07 -07:00
test-tls-no-cert-required.js tls: make cert/pfx optional in tls.createServer() 2014-01-17 18:55:33 +00:00
test-tls-no-rsa-key.js crypto: clear error in GetPeerCertificate 2014-01-26 03:48:36 +04:00
test-tls-npn-server-client.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-tls-ocsp-callback.js tls: do not hang without newSession handler 2015-07-20 11:47:06 -07:00
test-tls-over-http-tunnel.js test: Fix regression in tls test 2013-02-19 11:41:06 -08:00
test-tls-passphrase.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-pause.js test updates 2012-12-14 10:52:30 -08:00
test-tls-peer-certificate-encoding.js tls: fix encoding in certificate-related functions 2014-09-15 17:42:20 +04:00
test-tls-peer-certificate-multi-keys.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-peer-certificate.js tls: getPeerCertificate(detailed) 2014-04-18 02:21:16 +04:00
test-tls-request-timeout.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-securepair-server.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-tls-server-verify.js test: add -no_rand_screen for tls-server-verify 2015-06-04 05:24:05 -07:00
test-tls-session-cache.js tls: do not call SNICallback unless present 2014-03-27 23:26:52 +04:00
test-tls-set-ciphers.js test: ignore tests when built without OpenSSL CLI 2014-01-20 20:55:54 +04:00
test-tls-set-encoding.js test: set rejectUnauthorized in tls/https tests 2012-09-15 00:19:30 +02:00
test-tls-sni-option.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-tls-sni-server-client.js tls: fix handling of asterisk in SNI context 2013-12-05 19:45:19 -08:00
test-tls-ssl2-methods.js crypto,tls: remove SSLv2 support 2016-03-03 16:32:38 -06:00
test-tls-ticket-cluster.js tls: share tls tickets key between cluster workers 2013-07-25 01:16:00 +04:00
test-tls-ticket.js tls: more session configuration options, methods 2014-02-05 23:28:34 +04:00
test-tls-timeout-server-2.js tls, https: add tls handshake timeout 2012-12-06 17:39:24 +01:00
test-tls-timeout-server.js tls, https: add tls handshake timeout 2012-12-06 17:39:24 +01:00
test-tls-wrap-timeout.js test: Extend timeout due to failure on AIX 2015-05-06 12:40:30 -07:00
test-tls-zero-clear-in.js crypto: zero is not an error if writing 0 bytes 2013-04-07 22:10:19 +04:00
test-tty-stdout-end.js
test-tty-wrap.js test: TTY only has writeBuffer(), not write() 2012-12-01 11:17:51 -08:00
test-umask.js
test-url.js Merge remote-tracking branch 'upstream/v0.10' into v0.12 2015-03-16 14:26:55 -07:00
test-use-strict-builtin-modules.js src: fix builtin modules failing with --use-strict 2015-02-27 16:28:57 -08:00
test-utf8-scripts.js
test-util-debug.js tests: append instead of override environment 2015-01-12 16:51:14 -08:00
test-util-format.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
test-util-inspect.js util: add es6 Symbol support for util.inspect 2014-10-03 10:12:00 -07:00
test-util-log.js util: make util.log handle non strings like console.log 2013-05-13 12:35:17 +02:00
test-util.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
test-vm-basic.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-context-async-script.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-context-property-forwarding.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-context.js contexify: fix infinite recursion in delete cb 2014-05-21 17:02:12 -07:00
test-vm-create-and-run-in-context.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-create-context-accessors.js
test-vm-create-context-arg.js vm: add isContext; prevent double-contextifying 2013-08-28 12:11:09 +02:00
test-vm-create-context-circular-reference.js
test-vm-cross-context.js vm: share security token between contexts 2014-03-21 16:16:58 +04:00
test-vm-debug-context.js lib, src: add vm.runInDebugContext() 2014-09-16 12:28:47 -07:00
test-vm-function-declaration.js vm: Copy missing properties from context 2013-10-28 08:43:43 -07:00
test-vm-global-define-property.js vm: Copy missing properties from context 2013-10-28 08:43:43 -07:00
test-vm-global-identity.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-harmony-proxies.js vm: don't copy Proxy object from parent context 2014-02-06 15:30:38 +04:00
test-vm-harmony-symbols.js src, test: fixup after v8 update 2014-10-08 15:44:40 +04:00
test-vm-is-context.js vm: add isContext; prevent double-contextifying 2013-08-28 12:11:09 +02:00
test-vm-new-script-new-context.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-new-script-this-context.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-run-in-new-context.js contextify: dealloc only after global and sandbox 2013-09-12 19:40:43 +04:00
test-vm-static-this.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
test-vm-syntax-error-stderr.js src: fix up after v8 upgrade 2014-04-02 00:05:25 +04:00
test-vm-timeout-rethrow.js contextify: throw timeout error properly 2014-06-12 18:30:41 -07:00
test-vm-timeout.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
test-writedouble.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-writefloat.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-writeint.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-writeuint.js buffer: use smalloc as backing data store 2013-06-18 15:39:13 -07:00
test-zerolengthbufferbug.js
test-zlib-close-after-write.js zlib: introduce pending close state 2014-02-18 01:11:05 +04:00
test-zlib-convenience-methods.js zlib: separate sync/async methods 2014-02-04 01:41:02 +04:00
test-zlib-dictionary-fail.js zlib: don't assert on malformed dictionary 2013-01-22 13:34:43 +01:00
test-zlib-dictionary.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
test-zlib-flush.js zlib: allow custom flush type for flush() 2013-07-01 13:08:09 +02:00
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input.js zlib: streams2 2012-12-14 10:52:26 -08:00
test-zlib-params.js zlib: allow changing of level and strategy 2013-07-01 13:08:09 +02:00
test-zlib-random-byte-pipes.js test: Fix many tests for streams2 net refactor 2012-12-14 10:52:30 -08:00
test-zlib-write-after-close.js zlib: do not crash on write after close 2014-06-27 17:02:02 +04:00
test-zlib-write-after-flush.js zlib: Manage flush flags appropriately 2013-03-08 18:56:31 -08:00
test-zlib-zero-byte.js stream: Fix early end in Writables on zero-length writes 2013-03-24 14:23:21 -07:00
test-zlib.js
testcfg.py test: refactor to use common testcfg 2014-01-20 09:00:13 -08:00