0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/simple
Ben Noordhuis 972cdf82f1 Merge remote-tracking branch 'origin/v0.8'
Conflicts:
	deps/uv/include/uv.h
	src/node_crypto.cc
2012-09-04 15:02:20 +02:00
..
path.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
simple.status
test-assert.js assert: fix throws() throws an error without message property 2012-07-29 19:48:16 +09:00
test-bad-unicode.js test-bad-unicode: update to reflect V8 3.11 behavior 2012-06-14 16:06:53 +02:00
test-buffer-concat.js Add Buffer.concat method 2012-06-11 15:51:23 -07:00
test-buffer-regress-GH-2659.js buffers: fix intermittent out of bounds error 2012-02-02 19:14:06 +01:00
test-buffer.js Buffer.isEncoding(enc) 2012-08-27 13:01:29 -07:00
test-c-ares.js
test-chdir.js
test-child-process-buffering.js child_process: Separate 'close' event from 'exit' 2012-03-15 17:07:11 -07:00
test-child-process-customfd-bounded.js
test-child-process-cwd.js child_process: emit error on exec failure 2012-08-21 14:29:20 +02: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 Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-child-process-double-pipe.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-child-process-env.js
test-child-process-exec-cwd.js
test-child-process-exec-env.js
test-child-process-exec-error.js windows: make test-child-process-exec-error pass 2012-08-28 21:46:58 +02:00
test-child-process-exit-code.js
test-child-process-fork2.js test: use the new net.listen(backlog=x) API 2012-04-18 21:55:36 +02: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-exec-argv.js remove race from test-child-process-fork-exec-argv test 2012-05-22 13:59:40 -07:00
test-child-process-fork-net2.js child_process: allow sending a net Socket and Server object using child.send 2012-05-14 07:47:52 -07:00
test-child-process-fork-net.js test: Don't reuse common.PORT in test-child-process-fork-net 2012-06-16 16:26:22 -07:00
test-child-process-fork.js Revert support for isolates. 2012-02-06 15:44:42 +01:00
test-child-process-internal.js
test-child-process-ipc.js
test-child-process-kill-throw.js child_process: rename field _internal to _handle 2012-05-15 16:59:01 +02: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-set-blocking.js
test-child-process-silent.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-child-process-stdin.js child_process: Separate 'close' event from 'exit' 2012-03-15 17:07:11 -07:00
test-child-process-stdio.js child_process: Fix stdout=null when stdio=['pipe'] 2012-08-04 11:30:58 -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-cli-eval.js test: add extra checks in simple/test-cli-eval 2012-09-04 14:41:08 +02:00
test-cluster-basic.js net: fix listen() regression, revert patches 2012-08-06 23:55:38 +02:00
test-cluster-disconnect.js cluster: add graceful disconnect support 2012-03-19 13:29:01 -07:00
test-cluster-fork-env.js
test-cluster-http-pipe.js windows: listen(pipe_name) is not supported when running cluster 2012-06-20 00:53:01 +02:00
test-cluster-master-error.js test: fix race in simple/test-cluster-master-error 2012-03-19 17:12:52 +01:00
test-cluster-master-kill.js cluster: kill workers when master dies 2012-03-19 14:22:36 -07:00
test-cluster-message.js Fix test-cluster-message so it passes on Windows 2012-06-18 15:36:26 +02:00
test-cluster-net-listen.js cluster: fix libuv assert in net.listen() 2012-07-29 02:07:16 +02:00
test-cluster-setup-master.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-cluster-uncaught-exception.js cluster: don't always kill the master on uncaughtException 2012-01-18 00:45:02 +01: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-disconnect.js cluster: Rename 'death' back to 'exit' 2012-03-30 12:59:24 -07:00
test-cluster-worker-exit.js cluster: worker exit event to match child_process 2012-05-04 17:28:21 -07:00
test-cluster-worker-kill.js test-cluster-worker-kill: use SIGKILL instead of SIGHUP 2012-06-20 00:56:33 +02: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: throw when no such label exists in console.timeEnd 2012-04-29 22:27:45 +02:00
test-crypto-ecb.js
test-crypto-padding.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-crypto-random.js
test-crypto.js crypto: add sync interface to crypto.pbkdf2() 2012-07-27 00:02:36 +02:00
test-debug-brk-no-arg.js module: use 'repl' as the filename arg if missing 2012-08-13 22:07:03 +02:00
test-debugger-client.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-debugger-repl-utf8.js debug repl tests: Add visibility, remove test that times out 2012-03-20 19:48:07 -07:00
test-debugger-repl.js debugger: support mirroring Date objects 2012-05-02 15:48:23 +07:00
test-delayed-require.js
test-deprecation-flags.js Add --no-deprecation and --trace-deprecation flags 2012-06-21 12:05:33 -07:00
test-dgram-address.js udp: make getsockname() return address family name 2012-05-01 14:50:17 +02:00
test-dgram-bind.js dgram: fix when we call .close() inside 'listening' 2012-03-06 22:20:23 +01:00
test-dgram-broadcast-multi-process.js test: update dgram tests after API change 2012-07-26 23:55:29 +02:00
test-dgram-close.js dgram: handle close of dgram socket before DNS lookup completes 2012-02-14 14:10:21 +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-multicast-multi-process.js test: update dgram tests after API change 2012-07-26 23:55:29 +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 dgram: fix out-of-bound memory read 2012-02-23 02:07:39 +01:00
test-dgram-pingpong.js test: suppress simple/test-dgram-pingpong chatter 2012-07-26 23:55:29 +02:00
test-dgram-ref.js test: add failing dgram refcount test 2012-05-11 04:39:23 +02:00
test-dgram-send-error.js
test-dgram-udp4.js
test-dgram-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-domain-crypto.js crypto: make pbkdf2() compatible with domains 2012-09-03 23:33:02 +02:00
test-domain-http-server.js domain: document and test dispose event 2012-06-09 18:15:38 +02:00
test-domain-implicit-fs.js test-domain-implicit-fs: make it pass on windows 2012-06-15 18:34:27 +02:00
test-domain-multi.js test: add a child domain explicitly 2012-05-02 02:51:28 +02:00
test-domain-stack.js nextTick: Preserve depth in error/reentry cases 2012-07-19 10:29:15 -07:00
test-domain-timers.js test: fix function name typo 2012-08-17 13:45:45 +02:00
test-domain.js domain: Remove first arg from intercepted fn 2012-07-09 09:37:46 -07:00
test-eio-race2.js
test-eio-race4.js
test-eio-race.js More logging in simple/test-eio-race 2012-03-29 08:41:51 -07:00
test-error-reporting.js
test-eval-require.js
test-eval.js
test-event-emitter-add-listeners.js newListener emits correct fn when using once 2012-02-25 15:37:38 +09:00
test-event-emitter-check-listener-leaks.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-event-emitter-listeners-side-effects.js events: emitter.listeners() should not have side effects 2012-08-13 19:04:40 +02: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
test-event-emitter-modify-in-emit.js
test-event-emitter-num-args.js
test-event-emitter-once.js
test-event-emitter-remove-all-listeners.js Fix #3425: removeAllListeners should delete array 2012-06-14 17:26:50 -07:00
test-event-emitter-remove-listeners.js Revert "events: don't delete the listeners array in removeListener()" 2012-07-12 15:43:35 -07:00
test-exception-handler2.js
test-exception-handler.js
test-exec-max-buffer.js
test-executable-path.js
test-file-read-noexist.js
test-file-write-stream2.js
test-file-write-stream3.js
test-file-write-stream.js
test-force-repl.js cmd: add a -i / --interactive flag to force the REPL 2012-03-21 00:05:25 -07:00
test-fs-append-file-sync.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-fs-append-file.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-fs-chmod.js
test-fs-empty-readStream.js fs: no end emit after createReadStream.pause() 2012-05-27 20:00:19 +02:00
test-fs-error-messages.js
test-fs-exists.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-fs-fsync.js
test-fs-long-path.js
test-fs-mkdir.js Merge branch 'v0.6' 2012-01-24 00:30:28 +06:00
test-fs-non-number-arguments-throw.js [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings 2012-02-27 14:18:51 -08:00
test-fs-open-flags.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
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-fd.js fs: fix ReadStream fails to read from existing fd 2012-02-04 22:14:58 +01:00
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: remove undocumented .destroy callbacks 2012-08-06 00:45:32 +02:00
test-fs-read.js
test-fs-readfile-empty.js
test-fs-readfile-pipe.js Fix fs.readfile('/dev/stdin') 2012-06-20 10:28:44 -07:00
test-fs-readfile-unlink.js fs.readFile: don't make the callback before the fd is closed 2012-04-06 03:13:56 +02:00
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 realpath: No sync cb() calling allowed. 2012-06-26 15:20:26 -07:00
test-fs-sir-writes-alot.js
test-fs-stat.js fs: make callbacks run in global context 2012-06-06 21:49:39 +02: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.js test: make test-fs-truncate pass on windows 2012-08-29 00:16:53 +02:00
test-fs-utimes.js
test-fs-watch.js test: Solaris is not as granular with rename fs watch events 2012-05-20 00:17:18 -03:00
test-fs-write-buffer.js
test-fs-write-file-buffer.js
test-fs-write-file.js
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
test-fs-write-stream.js
test-fs-write-sync.js
test-fs-write.js
test-global.js
test-http-1.0.js Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
test-http-304.js
test-http-abort-before-end.js
test-http-abort-client.js
test-http-after-connect.js http: fix http-parser is freed twice 2012-02-07 02:29:28 +09: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-chunked.js
test-http-client-abort2.js
test-http-client-abort.js
test-http-client-agent.js
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-08-24 17:26:31 +02:00
test-http-client-pipe-end.js http: fix client request.end() EPIPE race 2012-05-15 22:05:36 +02:00
test-http-client-race-2.js
test-http-client-race.js
test-http-client-timeout-with-data.js test: add http 'data after timeout' test 2012-05-21 00:31:28 +02:00
test-http-client-timeout.js test: add failing HTTP client timeout test 2012-05-07 22:53:32 +02:00
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-curl-chunk-problem.js
test-http-date-header.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-http-default-encoding.js
test-http-dns-error.js test: add tcp and https DNS error tests 2012-02-04 00:41:24 +01:00
test-http-dns-fail.js
test-http-eof-on-connect.js
test-http-exceptions.js
test-http-expect-continue.js http: fix free http-parser too early 2012-01-31 00:16:01 +09:00
test-http-extra-response.js
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-http-get-pipeline-problem: don't fail if there are stray files in the temp dir 2012-06-12 01:56:48 +02:00
test-http-head-request.js
test-http-head-response-has-no-body-end.js
test-http-head-response-has-no-body.js
test-http-header-read.js
test-http-host-headers.js
test-http-keep-alive-close-on-header.js
test-http-keep-alive.js
test-http-legacy.js
test-http-localaddress-bind-error.js net: signal localAddress bind failure in connect 2012-05-05 01:30:32 +02:00
test-http-localaddress.js net, http, https: add localAddress option 2012-03-06 13:35:49 +01:00
test-http-malformed-request.js
test-http-many-keep-alive-connections.js
test-http-max-headers-count.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-http-multi-line-headers.js
test-http-mutable-headers.js
test-http-no-content-length.js test: HTTP responses with no content-length 2012-03-18 00:50:47 +09:00
test-http-parser-bad-ref.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-http-parser-free.js http: reduce creating http-parser instances 2012-01-20 16:24:01 -08:00
test-http-parser.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-http-pause-resume-one-end.js Emit end event only once 2012-03-07 13:37:39 -08:00
test-http-pause.js
test-http-pipe-fs.js
test-http-proxy.js
test-http-request-end-twice.js
test-http-request-end.js
test-http-request-methods.js http: support PURGE request method 2012-02-20 16:12:48 +01:00
test-http-res-write-end-dont-take-array.js
test-http-response-close.js
test-http-response-no-headers.js
test-http-response-readable.js
test-http-server-multiheaders.js Add WebSocket RFC6455 multiheader fields to the http parser. 2012-02-16 14:12:38 -08:00
test-http-server.js
test-http-set-cookies.js
test-http-set-timeout.js
test-http-set-trailers.js
test-http-should-keep-alive.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-http-status-code.js
test-http-timeout.js Fixing ClientRequest setTimeout EventEmitter Leak 2012-04-16 23:36:18 +02:00
test-http-unix-socket.js
test-http-upgrade-agent.js
test-http-upgrade-client2.js
test-http-upgrade-client.js
test-http-upgrade-server2.js
test-http-upgrade-server.js
test-http-url.parse-auth-with-header-in-request.js
test-http-url.parse-auth.js test: update HTTP basic auth test 2012-02-20 17:24:14 +01:00
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.js
test-https-agent.js
test-https-client-get-url.js https: make https.get() accept a URL 2012-08-24 16:56:06 +02:00
test-https-client-reject.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-https-connecting-to-http.js
test-https-drain.js
test-https-eof-for-eom.js
test-https-foafssl.js
test-https-invalid-key.js
test-https-localaddress-bind-error.js net: signal localAddress bind failure in connect 2012-05-05 01:30:32 +02:00
test-https-localaddress.js net, http, https: add localAddress option 2012-03-06 13:35:49 +01:00
test-https-pfx.js test: add https + .pfx client/server test 2012-05-14 17:34:33 +02:00
test-https-simple.js
test-https-socket-options.js tls: proxy set(Timeout|NoDelay|KeepAlive) methods 2012-03-03 00:28:43 +01:00
test-https-strict.js https: Use host header as effective servername 2012-07-25 13:38:43 -07:00
test-https-timeout.js test: don't make request until server is listening 2012-04-16 18:00:47 +02:00
test-init.js
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 sunos: fix EMFILE on process.memoryUsage() 2012-03-22 16:18:11 -07:00
test-memory-usage.js
test-mkdir-rmdir.js
test-module-loading-error.js process: show detailed error message in process.dlopen() 2012-03-06 01:34:39 +01:00
test-module-loading.js test-module-loading: convert backslashes to forward slashes 2012-06-12 02:04:44 +02:00
test-net-after-close.js
test-net-binary.js
test-net-bind-twice.js
test-net-bytes-stats.js
test-net-can-reset-timeout.js
test-net-connect-buffer.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-net-connect-handle-econnrefused.js
test-net-connect-options.js
test-net-connect-timeout.js
test-net-connect-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-net-create-connection.js
test-net-dns-error.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-net-during-close.js net: Prevent property access throws during close 2012-06-17 13:00:00 -07:00
test-net-eaddrinuse.js
test-net-isip.js net: add support for IPv6 addresses ending in :: 2012-08-06 22:25:55 +02:00
test-net-keepalive.js
test-net-large-string.js
test-net-listen-error.js
test-net-listen-fd0.js net: fix .listen({fd:0}) 2012-08-02 13:37:02 +02: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-net-pipe-connect-errors.js test: root can connect to chmod'd pipes 2012-05-20 09:24:47 -03:00
test-net-reconnect.js
test-net-remote-address-port.js
test-net-server-address.js tcp: make getsockname() return address family as string 2012-04-16 18:00:47 +02: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: fix 'close' event emit order 2012-05-29 13:05:51 +02:00
test-net-server-listen-remove-callback.js
test-net-server-max-connections.js test: fix test/simple/test-net-server-max-connections.js is racey 2012-01-22 23:23:04 +09: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: ignore socket.setTimeout(Infinity) (and NaN) 2012-07-20 01:49:30 +04:00
test-net-socket-destroy-twice.js
test-net-socket-timeout.js
test-net-stream.js
test-net-write-after-close.js don't crash when queued write fails 2012-03-22 17:09:22 -07:00
test-net-write-connect-write.js net: fix race write() before and after connect() 2012-02-28 19:57:13 +09:00
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-error-spin.js nextTick: Preserve depth in error/reentry cases 2012-07-19 10:29:15 -07: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-ordering2.js
test-next-tick-ordering.js
test-next-tick-starvation.js
test-next-tick.js nextTick: explicitly no-op when _exiting 2012-07-16 21:05:26 -07:00
test-os.js Fix #3407 os.tmpDir() 2012-06-12 19:08:47 -07:00
test-path-makelong.js
test-path.js Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-15 11:37:34 -07:00
test-pipe-address.js
test-pipe-file-to-http.js
test-pipe-head.js
test-pipe-return-val.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
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-process-active-wraps.js nextTick: Handle tick callbacks after each tick 2012-07-16 21:05:10 -07:00
test-process-argv-0.js fix simple/test-process-argv-0 on windows 2012-03-05 16:51:04 -08:00
test-process-config.js process: add process.config 2012-03-15 17:15:18 -07:00
test-process-env.js Re-apply commit e307468. 2012-06-29 17:29:32 +02:00
test-process-exec-argv.js test: test process.execArgv 2012-03-15 13:48:05 -07:00
test-process-exit-recursive.js process: ensure that the "exit" event always has "code" given 2012-04-30 10:42:13 -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-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 test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-process-next-tick.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-process-wrap.js child_process: new stdio API for .spawn() method 2012-06-01 20:52:13 +04: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 Fix #3058 querystring: Fix incorrect handling of empty keys 2012-05-11 08:49:03 -07:00
test-readdir.js
test-readdouble.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-readfloat.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-readint.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-readline-interface.js readline: Remove event listeners on close 2012-07-24 15:36:53 -07:00
test-readline-set-raw-mode.js readline: Remove event listeners on close 2012-07-24 15:36:53 -07:00
test-readuint.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-regress-GH-746.js
test-regress-GH-784.js
test-regress-GH-819.js
test-regress-GH-877.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-regress-GH-897.js
test-regress-GH-1531.js
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-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-regression-object-prototype.js
test-repl-.save.load.js test: make the ArrayStream in repl tests write a '\n' 2012-04-06 16:13:40 -07:00
test-repl-autolibs.js test: make the ArrayStream in repl tests write a '\n' 2012-04-06 16:13:40 -07: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-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-options.js repl: add a 'useColors' option to the repl 2012-03-27 18:00:59 -07:00
test-repl-tab-complete.js repl: make tab completion read up the prototype of "global" 2012-04-25 20:34:34 -07:00
test-repl.js repl: fix passing an empty line inserting "undefined" into the buffer 2012-07-04 11:51:24 -07:00
test-require-cache-without-stat.js
test-require-cache.js
test-require-exceptions.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-require-json.js Fix test-require-json on Windows 2012-07-07 15:15:17 -07:00
test-require-resolve.js
test-script-context.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
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: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-sigint-infinite-loop.js
test-signal-handler.js disable simple/test-signal-handler on Windows 2012-03-05 13:20:13 -08:00
test-signal-unregister.js
test-stdin-child-proc.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-stdin-from-file.js
test-stdin-hang.js Pause process.stdin in stdin getter 2012-02-21 15:31:50 -08:00
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-stdout-close-catch.js test: wait for 'close' event for stdout 2012-05-20 09:40:10 -03:00
test-stdout-to-file.js
test-stream-pipe-cleanup.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-stream-pipe-error-handling.js
test-stream-pipe-event.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-stream-pipe-multi.js
test-string-decoder.js string_decoder: added support for UTF-16LE 2012-05-05 22:47:24 +09:00
test-sync-fileread.js
test-sys.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js Optimize writing strings with Socket.write 2012-05-09 03:56:19 +02:00
test-tcp-wrap.js
test-timers-immediate.js timers: implement setImmediate 2012-08-12 00:07:22 +02:00
test-timers-linked-list.js
test-timers-uncaught-exception.js timers: add v0.4 compatibility hack 2012-01-30 14:12:23 +01:00
test-timers-unref.js add unref/ref tests for socket/server/timers 2012-07-23 18:31:32 +02:00
test-timers-zero-timeout.js Fix invalid timer test 2012-03-15 14:53:17 -07:00
test-timers.js timers: fix handling of large timeouts 2012-07-05 23:07:27 +02:00
test-tls-check-server-identity.js tls: handle multiple CN fields when verifying cert 2012-08-12 21:48:26 +02:00
test-tls-client-abort2.js
test-tls-client-abort.js
test-tls-client-reject.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-tls-client-resume.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
test-tls-client-verify.js tls: fix 'hostless' tls connection verification 2012-07-20 21:48:59 +04:00
test-tls-connect-given-socket.js tls: Allow establishing secure connection on the existing socket 2012-02-14 11:53:05 -08:00
test-tls-connect-pipe.js tls: support unix domain socket/named pipe in tls.connect 2012-08-31 00:23:36 +02:00
test-tls-connect-simple.js
test-tls-connect.js
test-tls-getcipher.js test: add test of cleartextStream.getCipher() in tls 2012-03-23 17:09:50 +01:00
test-tls-honorcipherorder.js test: add test of tls.createServer(honorCipherOrder=true) 2012-03-26 05:03:51 -07:00
test-tls-invalid-key.js
test-tls-junk-closes-server.js tls, https: throw exception on missing key/cert 2012-08-29 22:53:07 +02:00
test-tls-npn-server-client.js
test-tls-over-http-tunnel.js test: fix test-tls-over-http-tunnel with v0.7 2012-02-19 11:46:58 -08:00
test-tls-passphrase.js Merge branch 'v0.6' 2012-01-24 00:30:28 +06:00
test-tls-pause-close.js
test-tls-pause.js
test-tls-peer-certificate-multi-keys.js tls: parsing multiple values of a key in ssl certificate 2012-03-10 23:43:16 +09:00
test-tls-peer-certificate.js
test-tls-remote.js
test-tls-request-timeout.js
test-tls-securepair-client.js test: merge tls-ext-key-usage into tls-securepair-client 2012-04-12 01:34:05 +02:00
test-tls-securepair-server.js
test-tls-server-missing-options.js tls, https: throw exception on missing key/cert 2012-08-29 22:53:07 +02:00
test-tls-server-verify.js
test-tls-session-cache.js
test-tls-set-ciphers.js test: use RC4-MD5 cipher in tls test 2012-06-25 16:36:02 +02:00
test-tls-set-encoding.js
test-tls-sni-server-client.js tls: revert accidental API change 2012-07-20 21:13:54 +04:00
test-tty-stdout-end.js stdout ending test message correction 2012-01-27 13:42:49 -08:00
test-tty-wrap.js
test-typed-arrays.js typed arrays: prevent unaligned typed array views on top of buffers 2012-03-29 01:36:45 +02:00
test-umask.js
test-url.js Fix #3270 Escape url.parse delims 2012-05-16 15:41:28 -07:00
test-utf8-scripts.js
test-util-format.js util: fix util.format() formatting of %% 2012-03-03 18:22:34 +01:00
test-util-inspect.js Enable color customization of util.inspect 2012-07-16 18:32:03 -07:00
test-util.js util: make _extend() more robust 2012-05-10 16:49:37 +02:00
test-vm-create-context-accessors.js
test-vm-create-context-arg.js vm: accept only object as arg of .createContext() 2012-05-02 01:59:59 +07:00
test-vm-create-context-circular-reference.js
test-writedouble.js buffer: added support for writing NaN and Infinity 2012-09-02 21:01:43 +09:00
test-writefloat.js buffer: added support for writing NaN and Infinity 2012-09-02 21:01:43 +09:00
test-writeint.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-writeuint.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-zerolengthbufferbug.js
test-zlib-destroy.js zlib: Emit 'close' on destroy(). 2012-08-04 13:04:15 -07:00
test-zlib-dictionary.js
test-zlib-from-gzip.js
test-zlib-from-string.js
test-zlib-invalid-input.js zlib: fix error reporting 2012-05-09 04:44:04 +02:00
test-zlib-random-byte-pipes.js zlib: fix error reporting 2012-05-09 04:44:04 +02:00
test-zlib.js
testcfg.py