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
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-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
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
test-chdir.js
test-child-process-buffering.js
test-child-process-cwd.js
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
test-child-process-disconnect.js
test-child-process-double-pipe.js
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-child-process-exec-cwd.js
test-child-process-exec-env.js
test-child-process-exec-error.js
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
test-child-process-fork-close.js
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-child-process-fork-exec-path.js
test-child-process-fork-getconnections.js
test-child-process-fork-net.js
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
test-child-process-fork-ref2.js
test-child-process-fork.js
test-child-process-fork3.js
test-child-process-internal.js
test-child-process-ipc.js
test-child-process-kill.js
test-child-process-recv-handle.js
test-child-process-send-utf8.js
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
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
test-child-process-stdio-inherit.js
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
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
test-cluster-basic.js
test-cluster-bind-privileged-port.js
test-cluster-bind-twice.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
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
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-cluster-eaccess.js test: Env variable to specify directory for pipes 2015-03-26 11:31:17 -07:00
test-cluster-eaddrinuse.js
test-cluster-fork-env.js
test-cluster-http-pipe.js
test-cluster-listening-port.js
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
test-cluster-net-listen.js
test-cluster-net-send.js
test-cluster-rr-domain-listen.js
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
test-cluster-shared-handle-bind-error.js
test-cluster-shared-handle-bind-privileged-port.js
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
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
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
test-cluster-worker-forced-exit.js
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
test-cluster-worker-no-exit.js
test-common.js
test-console-instance.js
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
test-crypto-dh-odd-key.js deps: cherry-pick eca441b2 from OpenSSL 2014-07-03 00:46:17 +04:00
test-crypto-domain.js
test-crypto-domains.js test: crypto-domains avoid spurious failures 2014-10-15 18:36:36 -07:00
test-crypto-ecb.js
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
test-crypto-padding-aes256.js
test-crypto-padding.js
test-crypto-random.js
test-crypto-stream.js test: fix crypto-stream after openssl update 2015-01-21 11:39:55 -08:00
test-crypto-verify-failure.js
test-crypto.js crypto: createDiffieHellman throw for bad args 2014-10-08 15:38:46 -07:00
test-debug-args.js
test-debug-cluster.js
test-debug-port-cluster.js
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-dgram-address.js
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
test-dgram-close.js
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
test-dgram-listen-after-bind.js
test-dgram-msgsize.js
test-dgram-multicast-setTTL.js
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
test-dgram-ref.js
test-dgram-regress-4496.js
test-dgram-send-bad-arguments.js
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
test-dgram-unref.js
test-dh-padding.js
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
test-dns-regress-7070.js
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
test-domain-enter-exit.js
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
test-domain-from-timer.js
test-domain-http-server.js
test-domain-implicit-fs.js
test-domain-multi.js
test-domain-nested-throw.js
test-domain-nested.js
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
test-domain-stack.js
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-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-event-emitter-listeners-side-effects.js
test-event-emitter-listeners.js
test-event-emitter-max-listeners.js
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
test-event-emitter-num-args.js
test-event-emitter-once.js
test-event-emitter-remove-all-listeners.js
test-event-emitter-remove-listeners.js
test-event-emitter-set-max-listeners-side-effects.js
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-file-read-noexist.js
test-file-write-stream.js
test-file-write-stream2.js
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
test-fs-append-file.js
test-fs-chmod.js
test-fs-empty-readStream.js
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-fs-mkdir.js
test-fs-non-number-arguments-throw.js
test-fs-null-bytes.js
test-fs-open-flags.js
test-fs-open.js
test-fs-read-buffer.js
test-fs-read-file-sync-hostname.js
test-fs-read-file-sync.js
test-fs-read-stream-err.js
test-fs-read-stream-fd.js
test-fs-read-stream-resume.js
test-fs-read-stream.js
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
test-fs-readfile-unlink.js
test-fs-readfile-zero-byte-liar.js
test-fs-realpath.js
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
test-fs-symlink-dir-junction.js
test-fs-symlink.js
test-fs-sync-fd-leak.js
test-fs-truncate-GH-6233.js
test-fs-truncate.js
test-fs-utimes.js
test-fs-watch-recursive.js
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
test-fs-write-file.js
test-fs-write-stream-change-open.js
test-fs-write-stream-end.js
test-fs-write-stream-err.js
test-fs-write-stream.js
test-fs-write-sync.js
test-fs-write.js
test-global.js
test-handle-wrap-close-abort.js
test-http-1.0-keep-alive.js
test-http-1.0.js
test-http-304.js
test-http-abort-before-end.js
test-http-abort-client.js
test-http-abort-queued.js http: Optimize queued client aborts 2014-05-22 10:46:44 -07:00
test-http-after-connect.js
test-http-agent-destroyed-socket.js
test-http-agent-false.js
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-http-allow-req-after-204-res.js
test-http-bind-twice.js
test-http-blank-header.js
test-http-buffer-sanity.js
test-http-byteswritten.js
test-http-chunked-304.js
test-http-chunked.js
test-http-client-abort.js
test-http-client-abort2.js
test-http-client-agent.js
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
test-http-client-get-url.js
test-http-client-parse-error.js
test-http-client-pipe-end.js
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
test-http-client-timeout-agent.js
test-http-client-timeout-event.js
test-http-client-timeout-with-data.js
test-http-client-timeout.js
test-http-client-unescaped-path.js
test-http-client-upload-buf.js
test-http-client-upload.js
test-http-conn-reset.js
test-http-connect.js
test-http-contentLength0.js
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-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-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
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-exit-delay.js
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-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
test-http-head-response-has-no-body.js
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-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
test-http-host-headers.js
test-http-incoming-pipelined-socket-destroy.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: 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
test-http-localaddress-bind-error.js
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-http-max-headers-count.js
test-http-methods.js
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-http-parser-bad-ref.js
test-http-parser-free.js
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
test-http-pause.js
test-http-pipe-fs.js
test-http-pipeline-flood.js
test-http-proxy.js
test-http-raw-headers.js
test-http-remove-header-stays-removed.js
test-http-request-end-twice.js
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
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
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-http-response-readable.js
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
test-http-server-multiheaders.js
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-http-server.js
test-http-set-cookies.js
test-http-set-timeout-server.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js
test-http-status-code.js
test-http-status-message.js
test-http-timeout-overflow.js
test-http-timeout.js
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
test-http-upgrade-client.js
test-http-upgrade-client2.js
test-http-upgrade-server.js
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
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
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
test-http.js
test-https-agent.js
test-https-byteswritten.js
test-https-client-checkServerIdentity.js tls: checkServerIdentity option 2014-09-09 17:15:50 +01:00
test-https-client-get-url.js
test-https-client-reject.js
test-https-client-resume.js
test-https-connecting-to-http.js
test-https-drain.js
test-https-eof-for-eom.js
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-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-https-req-split.js
test-https-set-timeout-server.js
test-https-simple.js
test-https-socket-options.js
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
test-https-timeout-server.js
test-https-timeout.js
test-https-truncate.js
test-init.js
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
test-listen-fd-detached-inherit.js
test-listen-fd-detached.js
test-listen-fd-ebadf.js
test-listen-fd-server.js
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
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-module-nodemodulepaths.js path: don't lower-cases drive letters 2015-01-15 14:59:36 -08:00
test-net-after-close.js
test-net-binary.js
test-net-bind-twice.js
test-net-buffersize.js
test-net-bytes-stats.js
test-net-can-reset-timeout.js
test-net-connect-buffer.js
test-net-connect-handle-econnrefused.js
test-net-connect-immediate-finish.js
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-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
test-net-dns-lookup.js
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-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
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
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
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
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
test-net-server-close.js
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
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
test-net-socket-timeout.js net: throw on invalid socket timeouts 2015-01-22 13:14:05 -05:00
test-net-stream.js
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-net-write-connect-write.js
test-net-write-slow.js
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
test-next-tick-errors.js
test-next-tick-intentional-starvation.js
test-next-tick-ordering.js
test-next-tick-ordering2.js
test-next-tick.js
test-os.js
test-path-makelong.js
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-pipe-head.js
test-pipe-return-val.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe.js
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
test-process-exec-argv.js
test-process-exit-code.js
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
test-process-exit.js
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js
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-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
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
test-readfloat.js
test-readint.js
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
test-readuint.js
test-regress-GH-746.js
test-regress-GH-784.js
test-regress-GH-819.js
test-regress-GH-877.js
test-regress-GH-897.js
test-regress-GH-1531.js
test-regress-GH-1697.js
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
test-regress-GH-3739.js
test-regress-GH-4015.js
test-regress-GH-4027.js
test-regress-GH-4256.js
test-regress-GH-4948.js
test-regress-GH-5927.js
test-regress-GH-6235.js
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
test-repl-autolibs.js
test-repl-console.js
test-repl-domain.js
test-repl-end-emits-exit.js
test-repl-harmony.js
test-repl-options.js
test-repl-require-cache.js
test-repl-reset-event.js
test-repl-setprompt.js
test-repl-syntax-error-handling.js
test-repl-tab-complete.js
test-repl-timeout-throw.js
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
test-require-resolve.js
test-setproctitle.js
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
test-socket-write-after-fin.js
test-stdin-child-proc.js
test-stdin-from-file.js
test-stdin-hang.js
test-stdin-pause-resume-sync.js
test-stdin-pause-resume.js
test-stdin-pipe-resume.js
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
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
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
test-stdout-to-file.js
test-stream-big-packet.js
test-stream-big-push.js
test-stream-duplex.js stream: split objectMode for Duplex 2014-04-30 10:44:31 -07:00
test-stream-end-paused.js
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
test-stream-pipe-cleanup.js
test-stream-pipe-error-handling.js
test-stream-pipe-event.js
test-stream-push-order.js
test-stream-push-strings.js
test-stream-readable-event.js
test-stream-readable-flow-recursion.js
test-stream-transform-objectmode-falsey-value.js
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
test-stream-unshift-read-race.js
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
test-stream-writev.js
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
test-stream2-fs.js
test-stream2-httpclient-response-end.js
test-stream2-large-read-stall.js
test-stream2-objects.js
test-stream2-pipe-error-handling.js
test-stream2-pipe-error-once-listener.js
test-stream2-push.js
test-stream2-read-sync-stack.js
test-stream2-readable-empty-buffer-no-eof.js
test-stream2-readable-from-list.js
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
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
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
test-stream2-unpipe-leak.js
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
test-string-decoder-end.js
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-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-timers-immediate.js
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
test-timers-uncaught-exception.js
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
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
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
test-tls-client-reject.js
test-tls-client-resume.js
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
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-tls-connect-simple.js
test-tls-connect.js
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-tls-ecdh.js
test-tls-econnreset.js
test-tls-enable-ssl2.js crypto,tls: remove SSLv2 support 2016-03-03 16:32:38 -06:00
test-tls-fast-writing.js
test-tls-friendly-error-message.js
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
test-tls-hello-parser-failure.js
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
test-tls-interleave.js
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
test-tls-max-send-fragment.js
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
test-tls-no-rsa-key.js
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-tls-passphrase.js
test-tls-pause.js
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-tls-peer-certificate.js tls: getPeerCertificate(detailed) 2014-04-18 02:21:16 +04:00
test-tls-request-timeout.js
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-tls-set-encoding.js
test-tls-sni-option.js crypto: move createCredentials to tls 2014-03-29 12:01:43 +04:00
test-tls-sni-server-client.js
test-tls-ssl2-methods.js crypto,tls: remove SSLv2 support 2016-03-03 16:32:38 -06:00
test-tls-ticket-cluster.js
test-tls-ticket.js
test-tls-timeout-server-2.js
test-tls-timeout-server.js
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
test-tty-stdout-end.js
test-tty-wrap.js
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
test-util.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
test-vm-basic.js
test-vm-context-async-script.js
test-vm-context-property-forwarding.js
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
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
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
test-vm-global-define-property.js
test-vm-global-identity.js
test-vm-harmony-proxies.js
test-vm-harmony-symbols.js src, test: fixup after v8 update 2014-10-08 15:44:40 +04:00
test-vm-is-context.js
test-vm-new-script-new-context.js
test-vm-new-script-this-context.js
test-vm-run-in-new-context.js
test-vm-static-this.js
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
test-writedouble.js
test-writefloat.js
test-writeint.js
test-writeuint.js
test-zerolengthbufferbug.js
test-zlib-close-after-write.js
test-zlib-convenience-methods.js
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-flush.js
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input.js
test-zlib-params.js
test-zlib-random-byte-pipes.js
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
test-zlib-zero-byte.js
test-zlib.js
testcfg.py