node/test/simple
Сковорода Никита Андреевич fc259c7dc4 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/67
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-09-27 22:53:23 +10:00
..
helper-debugger-repl.js
net-socket-readystate.js
path.js
simple.status test: mark more tests as flaky 2015-08-17 02:04:49 -04:00
test-abort-fatal-error.js test: make test-abort-fatal-error non flaky 2015-07-23 09:54:56 -07:00
test-arraybuffer-slice.js
test-assert.js assert: Ensure reflexivity of deepEqual 2014-02-25 20:32:49 +04:00
test-bad-unicode.js
test-buffer-ascii.js
test-buffer-concat.js buffer: zero-fill uninitialized bytes in .concat() 2016-09-27 22:53:23 +10:00
test-buffer-regress-GH-2659.js
test-buffer.js buffer: fix sign overflow in readUIn32BE 2014-07-29 12:34:49 +04:00
test-c-ares.js
test-chdir.js
test-child-process-buffering.js
test-child-process-customfd-bounded.js
test-child-process-cwd.js
test-child-process-detached.js
test-child-process-disconnect.js
test-child-process-double-pipe.js
test-child-process-env.js
test-child-process-exec-cwd.js
test-child-process-exec-env.js
test-child-process-exec-error.js
test-child-process-exit-code.js
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-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-throw.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-child-process-silent.js
test-child-process-spawn-typeerror.js test: backport use executable in spawn() test 2015-01-13 14:54:44 -08: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
test-child-process-stdout-flush.js
test-cli-eval.js
test-cluster-basic.js
test-cluster-bind-twice-v1.js
test-cluster-bind-twice-v2.js
test-cluster-dgram-1.js
test-cluster-dgram-2.js
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: fix test-cluster-eaccess to work on windows 2013-12-31 11:57:13 -08: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-cluster-master-kill.js
test-cluster-message.js
test-cluster-net-listen.js
test-cluster-net-send.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.js
test-cluster-uncaught-exception.js
test-cluster-worker-death.js
test-cluster-worker-disconnect.js
test-cluster-worker-exit.js
test-cluster-worker-kill.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-binary-default.js
test-crypto-dh-odd-key.js deps: cherry-pick eca441b2 from OpenSSL 2014-07-03 00:46:17 +04:00
test-crypto-domains.js test: crypto-domains avoid spurious failures 2014-10-15 18:36:36 -07:00
test-crypto-ecb.js
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 crypto: clear errors from verify failure 2013-10-18 14:14:21 -07:00
test-crypto.js crypto: do not lowercase cipher/hash names 2014-03-11 01:08:43 +04:00
test-debug-brk-no-arg.js
test-debugger-client.js test: close debug client in test-debugger-client 2014-01-13 13:16:25 -08:00
test-debugger-repl-break-in-module.js
test-debugger-repl-restart.js debugger: Fix breakpoint not showing after restart 2014-02-17 20:47:46 -08:00
test-debugger-repl-utf8.js
test-debugger-repl.js
test-delayed-require.js
test-deprecation-flags.js
test-dgram-address.js
test-dgram-bind-default-address.js
test-dgram-bind.js
test-dgram-broadcast-multi-process.js
test-dgram-close.js dgram: fix abort when getting fd of closed dgram 2013-11-19 12:44:06 +04:00
test-dgram-implicit-bind.js
test-dgram-listen-after-bind.js
test-dgram-multicast-setTTL.js
test-dgram-oob-buffer.js
test-dgram-pingpong.js
test-dgram-ref.js
test-dgram-regress-4496.js
test-dgram-send-bad-arguments.js dgram: fix assertion on bad send() arguments 2013-08-17 17:11:02 +02:00
test-dgram-udp4.js
test-dgram-unref.js
test-dh-padding.js
test-domain-abort-on-uncaught.js domains: fix handling of uncaught exceptions 2016-02-11 11:28:56 -08:00
test-domain-crypto.js
test-domain-exit-dispose-again.js timer: don't reschedule timer bucket in a domain 2014-03-03 17:46:49 -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:28:56 -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
test-domain-throw-error-then-throw-from-uncaught-exception-handler.js domains: fix handling of uncaught exceptions 2016-02-11 11:28:56 -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: fix issues with abort on uncaught 2014-11-18 16:39:39 -08:00
test-domain-uncaught-exception.js domains: fix handling of uncaught exceptions 2016-02-11 11:28:56 -08:00
test-domain-with-abort-on-uncaught-exception.js domains: fix handling of uncaught exceptions 2016-02-11 11:28:56 -08:00
test-domain.js
test-error-reporting.js
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 events: do not accept NaN in setMaxListeners 2013-11-19 13:14:01 +04:00
test-event-emitter-memory-leak.js test: future-proof simple/test-event-emitter-memory-leak 2013-08-01 16:14:14 +02:00
test-event-emitter-method-names.js lib: name EventEmitter prototype methods 2014-05-07 12:11:57 -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 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
test-event-emitter-set-max-listeners-side-effects.js
test-event-emitter-subclass.js
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-append-file-sync.js
test-fs-append-file.js
test-fs-chmod.js
test-fs-empty-readStream.js
test-fs-error-messages.js fs: report correct path when EEXIST 2013-12-10 23:17:00 +04: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 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
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
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 fs: fix fs.truncate() file content zeroing bug 2013-10-08 11:35:12 +02:00
test-fs-truncate.js
test-fs-utimes.js
test-fs-watch.js
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-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-stream-end.js
test-http-after-connect.js
test-http-agent-destroyed-socket.js
test-http-agent-null.js test: add agent: null http client request test 2014-02-26 11:39:53 -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-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 1.1 2016-02-09 08:40:30 -08:00
test-http-client-reject-cr-no-lf.js deps: update http-parser to version 1.1 2016-02-09 08:40:30 -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-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
test-http-date-header.js
test-http-default-encoding.js
test-http-destroyed-socket-write.js
test-http-dns-error.js
test-http-double-content-length.js deps: update http-parser to version 1.1 2016-02-09 08:40:30 -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-full-response.js
test-http-get-pipeline-problem.js
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 test: fix hanging http obstext test 2016-03-02 18:52:18 +01:00
test-http-header-read.js
test-http-header-response-splitting.js deps: update http-parser to version 1.1 2016-02-09 08:40:30 -08:00
test-http-hex-write.js http: Handle hex/base64 encodings properly 2013-08-15 15:01:28 -07:00
test-http-host-headers.js
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
test-http-keep-alive.js
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: fix http-many-ended-pipelines server close 2014-01-23 12:42:36 -08:00
test-http-many-keep-alive-connections.js
test-http-max-headers-count.js
test-http-multi-line-headers.js
test-http-mutable-headers.js
test-http-no-content-length.js
test-http-parser-bad-ref.js
test-http-parser-free.js
test-http-parser.js
test-http-pause-resume-one-end.js
test-http-pause.js
test-http-pipe-fs.js
test-http-pipeline-flood.js http: provide backpressure for pipeline flood 2013-10-16 17:12:34 -07:00
test-http-proxy.js
test-http-request-end-twice.js
test-http-request-end.js
test-http-request-methods.js
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 1.1 2016-02-09 08:40:30 -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:40:30 -08:00
test-http-response-statuscode.js http: disallow sending obviously invalid status codes 2016-09-27 22:16:39 +10:00
test-http-server-multiheaders.js
test-http-server-reject-chunked-with-content-length.js deps: update http-parser to version 1.1 2016-02-09 08:40:30 -08:00
test-http-server-reject-cr-no-lf.js deps: update http-parser to version 1.1 2016-02-09 08:40:30 -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-reason-invalid-chars.js http: check reason chars in writeHead 2016-09-27 22:17:36 +10:00
test-http-timeout-overflow.js
test-http-timeout.js
test-http-unix-socket.js
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
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-empty-string.js
test-http-zero-length-write.js
test-http.js
test-https-agent-servername.js test: add test for https agent servername option 2015-08-29 01:47:31 -04:00
test-https-agent.js
test-https-byteswritten.js
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 test: fix test-https-foafssl 2014-07-23 23:55:24 +04:00
test-https-invalid-key.js
test-https-localaddress-bind-error.js
test-https-localaddress.js test: check for multi-localhost support 2014-10-13 14:17:39 -07:00
test-https-no-reader.js
test-https-pfx.js
test-https-req-split.js tls: prevent stalls by using read(0) 2013-11-09 02:07:36 +04:00
test-https-simple.js
test-https-socket-options.js
test-https-strict.js
test-https-timeout-server-2.js
test-https-timeout-server.js
test-https-timeout.js
test-init.js
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-mkdir-rmdir.js
test-module-loading-error.js
test-module-loading.js
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.js
test-net-create-connection.js
test-net-dns-error.js
test-net-during-close.js
test-net-eaddrinuse.js
test-net-end-without-connect.js
test-net-error-twice.js test: make test-net-error-twice less racey 2014-02-18 13:10:09 -08:00
test-net-GH-5504.js
test-net-isip.js
test-net-keepalive.js
test-net-large-string.js
test-net-listen-error.js
test-net-listen-fd0.js test: fix test-net-listen-fd0 for pipes 2014-10-15 18:48:34 -07:00
test-net-local-address-port.js
test-net-pause-resume-connecting.js
test-net-pingpong.js
test-net-pipe-connect-errors.js
test-net-reconnect.js net: reset endEmitted on reconnect 2014-01-25 12:20:45 -08:00
test-net-remote-address-port.js
test-net-server-address.js
test-net-server-bind.js
test-net-server-close.js
test-net-server-listen-remove-callback.js
test-net-server-max-connections.js
test-net-server-try-ports.js
test-net-server-unref.js
test-net-settimeout.js
test-net-socket-destroy-twice.js
test-net-socket-timeout-unref.js
test-net-socket-timeout.js
test-net-stream.js net: make Socket destroy() re-entrance safe 2014-01-27 22:12:29 +04: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-starvation.js
test-next-tick.js
test-os.js
test-path-makelong.js
test-path.js
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-active-wraps.js
test-process-argv-0.js
test-process-config.js
test-process-env.js
test-process-exec-argv.js
test-process-exit-recursive.js
test-process-exit.js
test-process-getgroups.js
test-process-hrtime.js
test-process-kill-null.js process: document kill(0), disallow kill(O_RDWR) 2013-12-02 10:41:37 -08:00
test-process-next-tick.js
test-process-wrap.js
test-pump-file2tcp-noexist.js
test-pump-file2tcp.js
test-punycode.js
test-querystring.js querystring: fix unescape override 2014-08-27 13:49:16 +04:00
test-readdir.js
test-readdouble.js
test-readfloat.js
test-readint.js
test-readline-interface.js readline: handle input starting with control chars 2013-09-23 14:22:37 -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-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 readline: pause stdin before turning off terminal raw mode 2013-08-17 15:35:09 +02: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-options.js
test-repl-require-cache.js
test-repl-tab-complete.js repl: do not insert duplicates into completions 2013-11-11 15:45:09 -08:00
test-repl.js
test-require-cache-without-stat.js
test-require-cache.js
test-require-exceptions.js
test-require-json.js
test-require-resolve.js
test-script-context.js
test-script-new.js
test-script-static-context.js
test-script-static-new.js
test-script-static-this.js
test-script-this.js
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-unregister.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
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
test-stdin-pause-resume.js
test-stdin-pipe-resume.js
test-stdin-resume-pause.js
test-stdio-readable-writable.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-close-unref.js
test-stdout-stderr-reading.js
test-stdout-to-file.js
test-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
test-stream-pipe-after-end.js
test-stream-pipe-cleanup.js
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-pipe-multi.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 stream: objectMode transforms allow falsey values 2013-09-05 13:19:23 -07:00
test-stream-unshift-empty-chunk.js
test-stream-unshift-read-race.js
test-stream-writable-decoded-encoding.js stream: Pass 'buffer' encoding to decoded writables 2013-08-27 14:53:06 -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-basic.js
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 stream: Fix double pipe error emit 2013-08-06 08:15:13 -07:00
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
test-stream2-readable-non-empty-end.js
test-stream2-readable-wrap-empty.js
test-stream2-readable-wrap.js stream: fix Readable.wrap objectMode falsy values 2014-08-01 13:01:23 -07:00
test-stream2-set-encoding.js
test-stream2-stderr-sync.js
test-stream2-transform.js
test-stream2-unpipe-drain.js
test-stream2-unpipe-leak.js
test-stream2-writable.js
test-string-decoder-end.js
test-string-decoder.js string_decoder: Improve test coverage 2014-06-06 15:07:29 -07:00
test-sync-fileread.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js
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.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-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-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-check-server-identity.js lib: make tls.checkServerIdentity() more strict 2016-09-27 22:49:35 +10:00
test-tls-client-abort.js
test-tls-client-abort2.js
test-tls-client-abort3.js
test-tls-client-destroy-soon.js
test-tls-client-reject.js
test-tls-client-resume.js
test-tls-client-verify.js
test-tls-close-notify.js tls: emit 'end' on .receivedShutdown 2013-12-10 22:56:01 +04:00
test-tls-connect-given-socket.js
test-tls-connect-pipe.js
test-tls-connect-simple.js
test-tls-connect.js tls: handle ssl.start() errors 2013-11-13 17:09:25 +04:00
test-tls-enable-ssl2.js crypto,tls: remove SSLv2 support 2016-03-02 22:11:43 +01:00
test-tls-fast-writing.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 20:33:43 +09:00
test-tls-honorcipherorder.js test: change tls tests not to use LOW cipher 2016-03-15 20:33:43 +09: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-junk-closes-server.js
test-tls-npn-server-client.js tls: reset NPN callbacks after SNI 2013-12-02 14:48:14 +04:00
test-tls-ondata.js tls: don't push() incoming data when ondata is set 2013-09-13 10:08:35 -07:00
test-tls-over-http-tunnel.js
test-tls-passphrase.js
test-tls-pause-close.js
test-tls-pause.js
test-tls-peer-certificate-multi-keys.js
test-tls-peer-certificate.js
test-tls-remote.js
test-tls-request-timeout.js
test-tls-securepair-client.js
test-tls-securepair-server.js
test-tls-server-large-request.js
test-tls-server-missing-options.js
test-tls-server-slab.js
test-tls-server-verify.js test: fix test-tls-server-verify 2014-07-23 23:51:14 +04:00
test-tls-session-cache.js
test-tls-set-ciphers.js
test-tls-set-encoding.js
test-tls-sni-server-client.js
test-tls-ssl2-methods.js crypto,tls: remove SSLv2 support 2016-03-02 22:11:43 +01:00
test-tls-timeout-server-2.js
test-tls-timeout-server.js
test-tls-zero-clear-in.js
test-tty-stdout-end.js
test-tty-wrap.js
test-typed-arrays.js
test-umask.js
test-url.js url: revert reslove urls with . and .. 2015-03-06 12:44:06 -08:00
test-utf8-scripts.js
test-util-format.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
test-util-inspect.js
test-util.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
test-vm-create-context-accessors.js
test-vm-create-context-arg.js
test-vm-create-context-circular-reference.js
test-writedouble.js
test-writefloat.js
test-writeint.js
test-writeuint.js
test-zerolengthbufferbug.js
test-zlib-close-after-write.js zlib: introduce pending close state 2014-02-18 01:11:05 +04:00
test-zlib-dictionary-fail.js
test-zlib-dictionary.js
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input.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 test: refactor to use common testcfg 2015-07-16 20:21:28 -04:00