..
net-socket-readystate.js
net: socket.readyState corrections
12 years ago
path.js
test: include common.js in all tests
13 years ago
simple.status
Split tests.
15 years ago
test-arraybuffer-slice.js
typed arrays: add slice() support to ArrayBuffer
12 years ago
test-assert.js
assert: fix throws() throws an error without message property
12 years ago
test-bad-unicode.js
test-bad-unicode: update to reflect V8 3.11 behavior
13 years ago
test-buffer-concat.js
Add Buffer.concat method
13 years ago
test-buffer-regress-GH-2659.js
buffers: fix intermittent out of bounds error
13 years ago
test-buffer.js
buffer: accept negative indices in Buffer#slice()
12 years ago
test-c-ares.js
dns: fix ReferenceError in resolve() error path
12 years ago
test-chdir.js
Win: make process.cwd and chdir support non-ansi characters
13 years ago
test-child-process-buffering.js
child_process: Separate 'close' event from 'exit'
13 years ago
test-child-process-customfd-bounded.js
test: add missing copyright headers
13 years ago
test-child-process-cwd.js
child_process: emit error on exec failure
12 years ago
test-child-process-detached.js
child_process: fix test implementation for options.detached
13 years ago
test-child-process-disconnect.js
test: Fix many tests for streams2 net refactor
12 years ago
test-child-process-double-pipe.js
test: include common.js in all tests
13 years ago
test-child-process-env.js
test: replace .addListener() calls with .on()
13 years ago
test-child-process-exec-cwd.js
test: replace .addListener() calls with .on()
13 years ago
test-child-process-exec-env.js
Remove separation of libuv tests
13 years ago
test-child-process-exec-error.js
windows: make test-child-process-exec-error pass
12 years ago
test-child-process-exit-code.js
test: replace .addListener() calls with .on()
13 years ago
test-child-process-fork-and-spawn.js
node: delete NODE_CHANNEL_FD from env
13 years ago
test-child-process-fork-close.js
child process: fix processes with IPC channel don't emit 'close'
12 years ago
test-child-process-fork-exec-argv.js
remove race from test-child-process-fork-exec-argv test
13 years ago
test-child-process-fork-exec-path.js
child_process: make fork() execPath configurable
12 years ago
test-child-process-fork-getconnections.js
child_process: do not keep list of sent sockets
12 years ago
test-child-process-fork-net.js
test: Don't reuse common.PORT in test-child-process-fork-net
13 years ago
test-child-process-fork-net2.js
child_process: do not keep list of sent sockets
12 years ago
test-child-process-fork-ref.js
child_process: don't die when disconnect event exists
12 years ago
test-child-process-fork-ref2.js
test: possible ipc.ref() regression
12 years ago
test-child-process-fork.js
Revert support for isolates.
13 years ago
test-child-process-fork3.js
child_process: make .fork()'d child auto-exit
12 years ago
test-child-process-internal.js
child_process: fix typo in internal message event name
13 years ago
test-child-process-ipc.js
test updates
12 years ago
test-child-process-kill-throw.js
lib, src: remove errno global
12 years ago
test-child-process-kill.js
test-child-process-kill: make it pass on windows
13 years ago
test-child-process-set-blocking.js
Fixed a lot of jslint errors.
13 years ago
test-child-process-silent.js
Lint all the JavaScripts.
13 years ago
test-child-process-stdin.js
child_process: Separate 'close' event from 'exit'
13 years ago
test-child-process-stdio-inherit.js
test: child process { stdio:'inherit' }
12 years ago
test-child-process-stdio.js
child_process: Fix stdout=null when stdio=['pipe']
12 years ago
test-child-process-stdout-flush.js
s/exit/close/ in test-child-process-stdout-flush, fixes #3449
13 years ago
test-cli-eval.js
test: add extra checks in simple/test-cli-eval
12 years ago
test-cluster-basic.js
cluster: Rename destroy() to kill(signal=SIGTERM)
12 years ago
test-cluster-bind-twice-v1.js
cluster: propagate bind errors
12 years ago
test-cluster-bind-twice-v2.js
cluster: propagate bind errors
12 years ago
test-cluster-dgram-1.js
cluster: support datagram sockets
12 years ago
test-cluster-dgram-2.js
cluster: support datagram sockets
12 years ago
test-cluster-disconnect.js
cluster: add graceful disconnect support
13 years ago
test-cluster-eaddrinuse.js
test: add cluster EADDRINUSE test
12 years ago
test-cluster-fork-env.js
cluster improvements: Worker class and isolate internal messages
13 years ago
test-cluster-http-pipe.js
test: Fix many tests for http streams2 refactor
12 years ago
test-cluster-listening-port.js
cluster: Rename destroy() to kill(signal=SIGTERM)
12 years ago
test-cluster-master-error.js
core: Mark exit() calls with status codes
12 years ago
test-cluster-master-kill.js
cluster: kill workers when master dies
13 years ago
test-cluster-message.js
cluster: Rename destroy() to kill(signal=SIGTERM)
12 years ago
test-cluster-net-listen.js
cluster: fix libuv assert in net.listen()
12 years ago
test-cluster-net-send.js
net: initialize TCPWrap when receiving socket
12 years ago
test-cluster-setup-master.js
cluster: Rename destroy() to kill(signal=SIGTERM)
12 years ago
test-cluster-uncaught-exception.js
cluster: don't always kill the master on uncaughtException
13 years ago
test-cluster-worker-death.js
cluster: worker exit event to match child_process
13 years ago
test-cluster-worker-disconnect.js
cluster: Rename 'death' back to 'exit'
13 years ago
test-cluster-worker-exit.js
cluster: worker exit event to match child_process
13 years ago
test-cluster-worker-kill.js
test-cluster-worker-kill: use SIGKILL instead of SIGHUP
13 years ago
test-console-instance.js
console: refactor the console module to be reusable
12 years ago
test-console-not-call-toString.js
Remove separation of libuv tests
13 years ago
test-console.js
console: Support formatting options in trace()
12 years ago
test-crypto-binary-default.js
crypto: pbkdf2 throws when no callback provided
12 years ago
test-crypto-ecb.js
crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
12 years ago
test-crypto-padding-aes256.js
crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
12 years ago
test-crypto-padding.js
crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
12 years ago
test-crypto-random.js
crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
12 years ago
test-crypto.js
Merge remote-tracking branch 'origin/v0.8'
12 years ago
test-debug-brk-no-arg.js
module: use 'repl' as the filename arg if missing
12 years ago
test-debugger-client.js
test: Use common.PORT to determine debugger port
12 years ago
test-debugger-repl-utf8.js
test: Fix debugger repl tests
12 years ago
test-debugger-repl.js
test: Fix debugger repl tests
12 years ago
test-delayed-require.js
test: replace .addListener() calls with .on()
13 years ago
test-deprecation-flags.js
Add --no-deprecation and --trace-deprecation flags
13 years ago
test-dgram-address.js
udp: make getsockname() return address family name
13 years ago
test-dgram-bind.js
dgram: fix when we call .close() inside 'listening'
13 years ago
test-dgram-broadcast-multi-process.js
test: update dgram tests after API change
12 years ago
test-dgram-close.js
dgram: handle close of dgram socket before DNS lookup completes
13 years ago
test-dgram-implicit-bind.js
dgram: fix double implicit bind error
12 years ago
test-dgram-listen-after-bind.js
test: update dgram tests after API change
12 years ago
test-dgram-multicast-multi-process.js
test: update dgram tests after API change
12 years ago
test-dgram-multicast-setTTL.js
test: update dgram tests after API change
12 years ago
test-dgram-oob-buffer.js
dgram: fix out-of-bound memory read
13 years ago
test-dgram-pingpong.js
Merge remote-tracking branch 'origin/v0.8'
12 years ago
test-dgram-ref.js
test: add failing dgram refcount test
13 years ago
test-dgram-regress-4496.js
dgram: don't assert on send('string')
12 years ago
test-dgram-udp4.js
Remove separation of libuv tests
13 years ago
test-dgram-unref.js
add unref/ref tests for socket/server/timers
12 years ago
test-domain-crypto.js
crypto: make pbkdf2() compatible with domains
12 years ago
test-domain-exit-dispose.js
domain: Properly exit() on domain disposal
12 years ago
test-domain-http-server.js
test updates for streams2
12 years ago
test-domain-implicit-fs.js
domain: use camelCase instead of snake_case
12 years ago
test-domain-multi.js
test: add a child domain explicitly
13 years ago
test-domain-nested.js
domain: empty stack on all exceptions
12 years ago
test-domain-stack.js
nextTick: Preserve depth in error/reentry cases
12 years ago
test-domain-timers.js
test: fix function name typo
12 years ago
test-domain.js
core: Remove the nextTick for running the main file
12 years ago
test-error-reporting.js
Remove separation of libuv tests
13 years ago
test-eval-require.js
Remove separation of libuv tests
13 years ago
test-eval.js
Tests: fix jslint issues
13 years ago
test-event-emitter-add-listeners.js
`newListener` emits correct fn when using `once`
13 years ago
test-event-emitter-check-listener-leaks.js
Revert "events: Don't crash on events named __proto__"
12 years ago
test-event-emitter-listeners-side-effects.js
events: _events to object and undefined not null
12 years ago
test-event-emitter-listeners.js
events: make .listeners() return a copy
12 years ago
test-event-emitter-max-listeners.js
Remove separation of libuv tests
13 years ago
test-event-emitter-modify-in-emit.js
test: replace .addListener() calls with .on()
13 years ago
test-event-emitter-num-args.js
test: replace .addListener() calls with .on()
13 years ago
test-event-emitter-once.js
test: replace .addListener() calls with .on()
13 years ago
test-event-emitter-remove-all-listeners.js
events: add 'removeListener' event
12 years ago
test-event-emitter-remove-listeners.js
events: add 'removeListener' event
12 years ago
test-event-emitter-set-max-listeners-side-effects.js
events: _events to object and undefined not null
12 years ago
test-event-emitter-subclass.js
events: remove type check for event type
12 years ago
test-exception-handler.js
test: replace .addListener() calls with .on()
13 years ago
test-exception-handler2.js
Update copyright headers
14 years ago
test-exec-max-buffer.js
Remove separation of libuv tests
13 years ago
test-executable-path.js
tests: fix more lint issues
13 years ago
test-file-read-noexist.js
test: replace .addListener() calls with .on()
13 years ago
test-file-write-stream.js
stream: remove lowWaterMark feature
12 years ago
test-file-write-stream2.js
stream: remove lowWaterMark feature
12 years ago
test-file-write-stream3.js
Fixed a lot of jslint errors.
13 years ago
test-force-repl.js
cmd: add a -i / --interactive flag to force the REPL
13 years ago
test-fs-append-file-sync.js
fs: Support mode/flag options to read/append/writeFile
12 years ago
test-fs-append-file.js
fs: Support mode/flag options to read/append/writeFile
12 years ago
test-fs-chmod.js
Fix issues with test-fs-chmod
13 years ago
test-fs-empty-readStream.js
streams2: pause() should be immediate
12 years ago
test-fs-error-messages.js
Remove separation of libuv tests
13 years ago
test-fs-exists.js
test: include common.js in all tests
13 years ago
test-fs-fsync.js
test: replace .addListener() calls with .on()
13 years ago
test-fs-long-path.js
test: unlink temp file at test start
12 years ago
test-fs-mkdir.js
Merge branch 'v0.6'
13 years ago
test-fs-non-number-arguments-throw.js
[ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings
13 years ago
test-fs-null-bytes.js
fs: Raise error when null bytes detected in paths
12 years ago
test-fs-open-flags.js
Lint all the JavaScripts.
13 years ago
test-fs-open.js
fs: add sync open flags 'rs' and 'rs+'
13 years ago
test-fs-read-buffer.js
Remove separation of libuv tests
13 years ago
test-fs-read-file-sync-hostname.js
Update copyright headers
14 years ago
test-fs-read-file-sync.js
Update copyright headers
14 years ago
test-fs-read-stream-err.js
stream: remove lowWaterMark feature
12 years ago
test-fs-read-stream-fd.js
fs: fix ReadStream fails to read from existing fd
13 years ago
test-fs-read-stream-resume.js
fs: fix ReadStream.pause() emits duplicate data event
13 years ago
test-fs-read-stream.js
fs: add autoClose=true option to fs.createReadStream
12 years ago
test-fs-read.js
Remove separation of libuv tests
13 years ago
test-fs-readfile-empty.js
Update copyright headers
14 years ago
test-fs-readfile-error.js
fs: add long stacktrace debugging facility
12 years ago
test-fs-readfile-pipe.js
Fix fs.readfile('/dev/stdin')
13 years ago
test-fs-readfile-unlink.js
fs.readFile: don't make the callback before the fd is closed
13 years ago
test-fs-readfile-zero-byte-liar.js
fix fs.readFile with lying size=0 stat results
13 years ago
test-fs-realpath.js
realpath: No sync cb() calling allowed.
13 years ago
test-fs-sir-writes-alot.js
Update copyright headers
14 years ago
test-fs-stat.js
fs: make callbacks run in global context
13 years ago
test-fs-stream-double-close.js
fs: fix ReadStream / WriteStream double close bug
13 years ago
test-fs-symlink-dir-junction.js
windows: enable creating directory junctions with fs.symlink
13 years ago
test-fs-symlink.js
Tests: fix jslint issues
13 years ago
test-fs-sync-fd-leak.js
Faster fs.readFile and fs.readFileSync
13 years ago
test-fs-truncate.js
test: make test-fs-truncate pass on windows
12 years ago
test-fs-utimes.js
Tests: fix jslint issues
13 years ago
test-fs-watch.js
test: fs.watch filename support on Darwin
12 years ago
test-fs-write-buffer.js
test: replace .addListener() calls with .on()
13 years ago
test-fs-write-file-buffer.js
Update copyright headers
14 years ago
test-fs-write-file.js
fs: Support mode/flag options to read/append/writeFile
12 years ago
test-fs-write-stream-change-open.js
fs.WriteStream: Handle modifications to fs.open
13 years ago
test-fs-write-stream-end.js
fs: fix immediate WriteStream#end()
12 years ago
test-fs-write-stream-err.js
stream: remove lowWaterMark feature
12 years ago
test-fs-write-stream.js
test: replace .addListener() calls with .on()
13 years ago
test-fs-write-sync.js
Update copyright headers
14 years ago
test-fs-write.js
test: replace .addListener() calls with .on()
13 years ago
test-global.js
Update copyright headers
14 years ago
test-http-1.0-keep-alive.js
test: Fix many tests for streams2 net refactor
12 years ago
test-http-1.0.js
Generate Date headers on responses when not already present.
13 years ago
test-http-304.js
Remove separation of libuv tests
13 years ago
test-http-abort-before-end.js
Tests: fix jslint issues
13 years ago
test-http-abort-client.js
test: Fix many tests for http streams2 refactor
12 years ago
test-http-after-connect.js
http: fix http-parser is freed twice
13 years ago
test-http-agent-destroyed-socket.js
net: use close callback, not process.nextTick
12 years ago
test-http-agent.js
test updates for streams2
12 years ago
test-http-allow-req-after-204-res.js
Fixed a lot of jslint errors.
13 years ago
test-http-bind-twice.js
test: binding twice to the same port should raise an error
13 years ago
test-http-blank-header.js
test: replace .addListener() calls with .on()
13 years ago
test-http-buffer-sanity.js
Fixed a lot of jslint errors.
13 years ago
test-http-byteswritten.js
Add bytesWritten to tls.CryptoStream
12 years ago
test-http-chunked-304.js
http: close connection on 204 and chunked encoding
12 years ago
test-http-chunked.js
Fixed a lot of jslint errors.
13 years ago
test-http-client-abort.js
Fixed a lot of jslint errors.
13 years ago
test-http-client-abort2.js
Remove separation of libuv tests
13 years ago
test-http-client-agent.js
test: Fix many tests for http streams2 refactor
12 years ago
test-http-client-get-url.js
http: make http.get() accept a URL
13 years ago
test-http-client-parse-error.js
http: bubble up parser errors to ClientRequest
12 years ago
test-http-client-pipe-end.js
test: Fix many tests for http streams2 refactor
12 years ago
test-http-client-race-2.js
test: replace .addListener() calls with .on()
13 years ago
test-http-client-race.js
test: replace .addListener() calls with .on()
13 years ago
test-http-client-response-domain.js
http: make the client "res" object gets the same domain as "req"
12 years ago
test-http-client-timeout-agent.js
test: Fix simple/test-http-client-timeout-agent
12 years ago
test-http-client-timeout-event.js
http: fix multiple timeout events
12 years ago
test-http-client-timeout-with-data.js
test: fix simple/test-http-client-timeout-with-data
12 years ago
test-http-client-timeout.js
test: add failing HTTP client timeout test
13 years ago
test-http-client-upload-buf.js
test: replace .addListener() calls with .on()
13 years ago
test-http-client-upload.js
test: replace .addListener() calls with .on()
13 years ago
test-http-conn-reset.js
test: update http tests for ECONNRESET change
12 years ago
test-http-connect.js
streams2: Switch to old-mode immediately, not nextTick
12 years ago
test-http-contentLength0.js
test: refactored http test.
13 years ago
test-http-curl-chunk-problem.js
Fixed a lot of jslint errors.
13 years ago
test-http-date-header.js
test updates for streams2
12 years ago
test-http-default-encoding.js
test updates for streams2
12 years ago
test-http-destroyed-socket-write.js
http: Handle hangup writes more gently
12 years ago
test-http-dns-error.js
test: add tcp and https DNS error tests
13 years ago
test-http-eof-on-connect.js
doc: fix links
13 years ago
test-http-exceptions.js
test: replace .addListener() calls with .on()
13 years ago
test-http-expect-continue.js
http: fix free http-parser too early
13 years ago
test-http-extra-response.js
doc: fix links
13 years ago
test-http-full-response.js
test: skip test-http-full-response on ab errors
13 years ago
test-http-get-pipeline-problem.js
test-http-get-pipeline-problem: don't fail if there are stray files in the temp dir
13 years ago
test-http-head-request.js
test: replace .addListener() calls with .on()
13 years ago
test-http-head-response-has-no-body-end.js
Remove separation of libuv tests
13 years ago
test-http-head-response-has-no-body.js
test: replace .addListener() calls with .on()
13 years ago
test-http-header-read.js
test updates for streams2
12 years ago
test-http-header-response-splitting.js
Merge remote-tracking branch 'ry/v0.8' into master
12 years ago
test-http-host-headers.js
test updates for streams2
12 years ago
test-http-keep-alive-close-on-header.js
test updates for streams2
12 years ago
test-http-keep-alive.js
test updates for streams2
12 years ago
test-http-legacy.js
Remove separation of libuv tests
13 years ago
test-http-localaddress-bind-error.js
test: Fix simple/test-http-localaddress
12 years ago
test-http-localaddress.js
test: Fix simple/test-http-localaddress
12 years ago
test-http-malformed-request.js
test: replace .addListener() calls with .on()
13 years ago
test-http-many-keep-alive-connections.js
test updates for streams2
12 years ago
test-http-max-headers-count.js
Lint all the JavaScripts.
13 years ago
test-http-multi-line-headers.js
test: update http tests for ECONNRESET change
12 years ago
test-http-mutable-headers.js
Fixed a lot of jslint errors.
13 years ago
test-http-no-content-length.js
test: HTTP responses with no content-length
13 years ago
test-http-parser-bad-ref.js
test: include common.js in all tests
13 years ago
test-http-parser-free.js
test updates for streams2
12 years ago
test-http-parser.js
Lint all the JavaScripts.
13 years ago
test-http-pause-resume-one-end.js
Emit end event only once
13 years ago
test-http-pause.js
http: Avoid 'data'/'end' events after pause()
13 years ago
test-http-pipe-fs.js
http: fix XMLHttpRequest piped in a writable file stream hangs next request
13 years ago
test-http-proxy.js
test: replace .addListener() calls with .on()
13 years ago
test-http-request-end-twice.js
test updates for streams2
12 years ago
test-http-request-end.js
test updates for streams2
12 years ago
test-http-request-methods.js
http: support PURGE request method
13 years ago
test-http-res-write-end-dont-take-array.js
test updates for streams2
12 years ago
test-http-response-close.js
http: fix ServerResponse does not emit 'close'
13 years ago
test-http-response-no-headers.js
test: update http tests for ECONNRESET change
12 years ago
test-http-response-readable.js
test updates for streams2
12 years ago
test-http-server-multiheaders.js
http: handle multiple Proxy-Authenticate values
12 years ago
test-http-server-stale-close.js
test: merge environment, don't overwrite
12 years ago
test-http-server.js
test: replace .addListener() calls with .on()
13 years ago
test-http-set-cookies.js
test: replace .addListener() calls with .on()
13 years ago
test-http-set-timeout-server.js
http: More useful setTimeout API on server
12 years ago
test-http-set-timeout.js
test: replace .addListener() calls with .on()
13 years ago
test-http-set-trailers.js
test updates for streams2
12 years ago
test-http-should-keep-alive.js
Lint all the JavaScripts.
13 years ago
test-http-status-code.js
test updates for streams2
12 years ago
test-http-timeout.js
test: Use common.PORT in simple/test-http-timeout
12 years ago
test-http-unix-socket.js
Fixed a lot of jslint errors.
13 years ago
test-http-upgrade-agent.js
http: Upgrade/CONNECT request should detach its socket earlier
13 years ago
test-http-upgrade-client.js
test: replace .addListener() calls with .on()
13 years ago
test-http-upgrade-client2.js
Fixed a lot of jslint errors.
13 years ago
test-http-upgrade-server.js
test: replace .addListener() calls with .on()
13 years ago
test-http-upgrade-server2.js
test: replace .addListener() calls with .on()
13 years ago
test-http-url.parse-auth-with-header-in-request.js
Lint
13 years ago
test-http-url.parse-auth.js
test: update HTTP basic auth test
13 years ago
test-http-url.parse-basic.js
http.request(url.parse(x))
13 years ago
test-http-url.parse-https.request.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-http-url.parse-only-support-http-https-protocol.js
http.request(url.parse(x))
13 years ago
test-http-url.parse-path.js
Lint
13 years ago
test-http-url.parse-post.js
Lint
13 years ago
test-http-url.parse-search.js
Lint
13 years ago
test-http-wget.js
test: replace .addListener() calls with .on()
13 years ago
test-http-write-empty-string.js
test: replace .addListener() calls with .on()
13 years ago
test-http.js
test: replace .addListener() calls with .on()
13 years ago
test-https-agent.js
test updates for streams2
12 years ago
test-https-byteswritten.js
Add bytesWritten to tls.CryptoStream
12 years ago
test-https-client-get-url.js
tls, https: validate server certificate by default
12 years ago
test-https-client-reject.js
tls, https: validate server certificate by default
12 years ago
test-https-connecting-to-http.js
Remove separation of libuv tests
13 years ago
test-https-drain.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-https-eof-for-eom.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-https-foafssl.js
Fixed a lot of jslint errors.
13 years ago
test-https-invalid-key.js
tls: Fix node swallows openssl error on request
13 years ago
test-https-localaddress-bind-error.js
test: Fix test-https-localaddress*
12 years ago
test-https-localaddress.js
test: Fix test-https-localaddress*
12 years ago
test-https-no-reader.js
tls: _handle.readStart/readStop for CryptoStream
12 years ago
test-https-pfx.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-https-simple.js
Remove separation of libuv tests
13 years ago
test-https-socket-options.js
test updates for streams2
12 years ago
test-https-strict.js
test updates for streams2
12 years ago
test-https-timeout-server-2.js
tls, https: add tls handshake timeout
12 years ago
test-https-timeout-server.js
tls, https: add tls handshake timeout
12 years ago
test-https-timeout.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-init.js
Tests: fix jslint issues
13 years ago
test-listen-fd-cluster.js
Fix #3388 Support listening on file descriptors
13 years ago
test-listen-fd-detached-inherit.js
Fix #3388 Support listening on file descriptors
13 years ago
test-listen-fd-detached.js
Fix #3388 Support listening on file descriptors
13 years ago
test-listen-fd-ebadf.js
net: fix net.Server.listen({fd:x}) error reporting
12 years ago
test-listen-fd-server.js
Fix #3388 Support listening on file descriptors
13 years ago
test-memory-usage-emfile.js
sunos: fix EMFILE on process.memoryUsage()
13 years ago
test-memory-usage.js
Remove separation of libuv tests
13 years ago
test-mkdir-rmdir.js
test: replace .addListener() calls with .on()
13 years ago
test-module-loading-error.js
process: show detailed error message in process.dlopen()
13 years ago
test-module-loading.js
test: add module-loading test with empty string
12 years ago
test-net-after-close.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-binary.js
stream: remove lowWaterMark feature
12 years ago
test-net-bind-twice.js
test: binding twice to the same port should raise an error
13 years ago
test-net-buffersize.js
net: fix bufferSize include writableStream length
12 years ago
test-net-bytes-stats.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-can-reset-timeout.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-connect-buffer.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-connect-handle-econnrefused.js
Remove separation of libuv tests
13 years ago
test-net-connect-options.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-connect-unref.js
add unref/ref tests for socket/server/timers
12 years ago
test-net-create-connection.js
Fixed a lot of jslint errors.
13 years ago
test-net-dns-error.js
test: include common.js in all tests
13 years ago
test-net-during-close.js
net: Prevent property access throws during close
13 years ago
test-net-eaddrinuse.js
test: replace .addListener() calls with .on()
13 years ago
test-net-end-without-connect.js
test: add regression test for #4463
12 years ago
test-net-isip.js
net: More accurate IP address validation and IPv6 dotted notation.
12 years ago
test-net-keepalive.js
test: replace .addListener() calls with .on()
13 years ago
test-net-large-string.js
net: Socket write encoding case sensitivity
13 years ago
test-net-listen-error.js
net: fix error handling in listen()
13 years ago
test-net-listen-fd0.js
net: fix .listen({fd:0})
12 years ago
test-net-local-address-port.js
net: add localAddress and localPort to Socket
12 years ago
test-net-pause-resume-connecting.js
net: make pause work with connecting sockets
12 years ago
test-net-pingpong.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-pipe-connect-errors.js
test: root can connect to chmod'd pipes
13 years ago
test-net-reconnect.js
net: omit superfluous 'connect' event
12 years ago
test-net-remote-address-port.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-server-address.js
tcp: make getsockname() return address family as string
13 years ago
test-net-server-bind.js
net, http: add backlog parameter to .listen()
13 years ago
test-net-server-close.js
net: use close callback, not process.nextTick
12 years ago
test-net-server-listen-remove-callback.js
net: defer net.Server 'close' event to next tick
13 years ago
test-net-server-max-connections.js
test: fix test/simple/test-net-server-max-connections.js is racey
13 years ago
test-net-server-try-ports.js
Fixed a lot of jslint errors.
13 years ago
test-net-server-unref.js
add unref/ref tests for socket/server/timers
12 years ago
test-net-settimeout.js
net: ignore socket.setTimeout(Infinity) (and NaN)
12 years ago
test-net-socket-destroy-twice.js
net: don't emit 'close' event twice
13 years ago
test-net-socket-timeout.js
Update copyright headers
14 years ago
test-net-stream.js
Fixed a lot of jslint errors.
13 years ago
test-net-write-after-close.js
test: Fix many tests for streams2 net refactor
12 years ago
test-net-write-connect-write.js
net: fix race write() before and after connect()
13 years ago
test-net-write-slow.js
test-net-write-slow: increase the socket timeout period
13 years ago
test-next-tick-doesnt-hang.js
Add tests for process.nextTick bugs on windows
13 years ago
test-next-tick-error-spin.js
nextTick: Preserve depth in error/reentry cases
12 years ago
test-next-tick-errors.js
test: replace .addListener() calls with .on()
13 years ago
test-next-tick-intentional-starvation.js
nextTick: Handle tick callbacks after each tick
12 years ago
test-next-tick-ordering.js
test: replace .addListener() calls with .on()
13 years ago
test-next-tick-ordering2.js
test: replace .addListener() calls with .on()
13 years ago
test-next-tick-starvation.js
Add tests for process.nextTick bugs on windows
13 years ago
test-next-tick.js
nextTick: explicitly no-op when _exiting
12 years ago
test-os.js
os: rename tmpDir() to tmpdir() for consistency
12 years ago
test-path-makelong.js
path: Do not coerce paths to strings on Windows
12 years ago
test-path.js
path: Throw TypeError on non-string args to path.resolve
12 years ago
test-pipe-address.js
net: implement Server.prototype.address() for pipes
13 years ago
test-pipe-file-to-http.js
test: Fix many tests for streams2 net refactor
12 years ago
test-pipe-head.js
Remove separation of libuv tests
13 years ago
test-pipe-return-val.js
test: include common.js in all tests
13 years ago
test-pipe-stream.js
Fixed a lot of jslint errors.
13 years ago
test-pipe-unref.js
add unref/ref tests for socket/server/timers
12 years ago
test-pipe.js
test: Fix many tests for streams2 net refactor
12 years ago
test-process-active-wraps.js
net: use close callback, not process.nextTick
12 years ago
test-process-argv-0.js
fix simple/test-process-argv-0 on windows
13 years ago
test-process-config.js
process: add `process.config`
13 years ago
test-process-env.js
Re-apply commit e307468.
13 years ago
test-process-exec-argv.js
test: test `process.execArgv`
13 years ago
test-process-exit-recursive.js
process: ensure that the "exit" event always has "code" given
13 years ago
test-process-exit.js
process: ensure that the "exit" event always has "code" given
13 years ago
test-process-getgroups.js
test: disable simple/test-process-getgroups on os x
12 years ago
test-process-hrtime.js
process: throw a TypeError when anything but an Array is passed to hrtime()
12 years ago
test-process-kill-null.js
test: include common.js in all tests
13 years ago
test-process-next-tick.js
test: include common.js in all tests
13 years ago
test-process-wrap.js
child_process: new stdio API for .spawn() method
13 years ago
test-pump-file2tcp-noexist.js
test: replace .addListener() calls with .on()
13 years ago
test-pump-file2tcp.js
test: replace .addListener() calls with .on()
13 years ago
test-punycode.js
punycode: update to v1.1.1
13 years ago
test-querystring.js
Fix #3058 querystring: Fix incorrect handling of empty keys
13 years ago
test-readdir.js
Tests: fix jslint issues
13 years ago
test-readdouble.js
test: include common.js in all tests
13 years ago
test-readfloat.js
test: include common.js in all tests
13 years ago
test-readint.js
test: include common.js in all tests
13 years ago
test-readline-interface.js
readline: treat bare \r as a line ending
12 years ago
test-readline-set-raw-mode.js
readline: Remove event listeners on close
12 years ago
test-readuint.js
test: include common.js in all tests
13 years ago
test-regress-GH-746.js
Fix test-net-server-on-fd-0 for windows by removing assert
13 years ago
test-regress-GH-784.js
test: add missing copyright headers
13 years ago
test-regress-GH-819.js
test: add missing copyright headers
13 years ago
test-regress-GH-877.js
test updates for streams2
12 years ago
test-regress-GH-897.js
test: add missing copyright headers
13 years ago
test-regress-GH-1531.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-regress-GH-1697.js
test: use common.PORT in simple/test-regress-GH-1697
12 years ago
test-regress-GH-1726.js
Fixed a lot of jslint errors.
13 years ago
test-regress-GH-1899.js
Tests: fix jslint issues
13 years ago
test-regress-GH-3542.js
windows: make fs.realpath(Sync) work with UNC paths
13 years ago
test-regress-GH-3739.js
windows: correctly prep long path for fs.exists(Sync)
12 years ago
test-regress-GH-4015.js
fs: don't segfault on deeply recursive stat()
12 years ago
test-regress-GH-4027.js
fs: fix watchFile() missing deletion events
12 years ago
test-regress-GH-4256.js
domains: don't crash if domain is set to null
12 years ago
test-regression-object-prototype.js
Update copyright headers
14 years ago
test-repl-.save.load.js
test: make the ArrayStream in repl tests write a '\n'
13 years ago
test-repl-autolibs.js
repl: allow overriding builtins
12 years ago
test-repl-console.js
repl: create a new Console instance for the repl when "useGlobal" is off
12 years ago
test-repl-domain.js
make repl compatible with domains
12 years ago
test-repl-end-emits-exit.js
test: check for multiple "emit" calls in repl-end-emits-exit.js
13 years ago
test-repl-options.js
test: disable global variable check for "test-repl-options.js"
12 years ago
test-repl-require-cache.js
repl: don't touch `require.cache`
12 years ago
test-repl-tab-complete.js
repl: make tab completion read up the prototype of "global"
13 years ago
test-repl.js
repl: make built-in modules available by default
12 years ago
test-require-cache-without-stat.js
Fixed a lot of jslint errors.
13 years ago
test-require-cache.js
Update copyright headers
14 years ago
test-require-exceptions.js
Lint all the JavaScripts.
13 years ago
test-require-json.js
Fix test-require-json on Windows
12 years ago
test-require-resolve.js
Update copyright headers
14 years ago
test-script-context.js
assert: improve support for new execution contexts
12 years ago
test-script-new.js
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
13 years ago
test-script-static-context.js
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
13 years ago
test-script-static-new.js
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
13 years ago
test-script-static-this.js
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
13 years ago
test-script-this.js
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
13 years ago
test-setproctitle.js
test: re-enable simple/test-setproctitle on darwin
12 years ago
test-sigint-infinite-loop.js
Remove separation of libuv tests
13 years ago
test-signal-handler.js
disable simple/test-signal-handler on Windows
13 years ago
test-signal-unregister.js
Remove separation of libuv tests
13 years ago
test-socket-write-after-fin-error.js
net: Provide better error when writing after FIN
12 years ago
test-socket-write-after-fin.js
net: Provide better error when writing after FIN
12 years ago
test-stdin-child-proc.js
test: include common.js in all tests
13 years ago
test-stdin-from-file.js
Remove separation of libuv tests
13 years ago
test-stdin-hang.js
Pause process.stdin in stdin getter
13 years ago
test-stdin-pause-resume-sync.js
Add test-stdin-pause-resume-sync
13 years ago
test-stdin-pause-resume.js
Tests: fix jslint issues
13 years ago
test-stdin-pipe-resume.js
Fix #3503: stdin: resume() on pipe(dest)
13 years ago
test-stdin-resume-pause.js
test: `stdin` isn't closed after `resume()` and `pause()`
13 years ago
test-stdio-readable-writable.js
stdio: Set readable/writable flags properly
12 years ago
test-stdout-cannot-be-closed-child-process-pipe.js
net: Respect the 'readable' flag on sockets
12 years ago
test-stdout-close-catch.js
test: wait for 'close' event for stdout
13 years ago
test-stdout-stderr-reading.js
stdio: Do not read from stdout/err
12 years ago
test-stdout-to-file.js
test: write to temp dir, not fixtures dir
12 years ago
test-stream-big-push.js
stream: There is no _read cb, there is only push
12 years ago
test-stream-pipe-cleanup.js
streams: fix pipe is destructed by 'end' from destination
12 years ago
test-stream-pipe-error-handling.js
Fix error handling bug in stream.pipe()
14 years ago
test-stream-pipe-event.js
test: include common.js in all tests
13 years ago
test-stream-pipe-multi.js
test: add missing copyright headers
13 years ago
test-stream-push-order.js
stream: There is no _read cb, there is only push
12 years ago
test-stream-push-strings.js
stream: Allow strings in Readable.push/unshift
12 years ago
test-stream-readable-flow-recursion.js
stream: Raise readable high water mark in powers of 2
12 years ago
test-stream2-basic.js
stream: Don't require read(0) to emit 'readable' event
12 years ago
test-stream2-compatibility.js
stream: There is no _read cb, there is only push
12 years ago
test-stream2-finish-pipe.js
stream: _write takes an encoding argument
12 years ago
test-stream2-fs.js
stream: Remove bufferSize option
12 years ago
test-stream2-httpclient-response-end.js
stream2: fix to emit end event on http.ClientResponse
12 years ago
test-stream2-large-read-stall.js
stream: Properly handle large reads from push-streams
12 years ago
test-stream2-objects.js
stream: _write takes an encoding argument
12 years ago
test-stream2-pipe-error-handling.js
stream: _write takes an encoding argument
12 years ago
test-stream2-push.js
stream: _write takes an encoding argument
12 years ago
test-stream2-read-sync-stack.js
stream: There is no _read cb, there is only push
12 years ago
test-stream2-readable-empty-buffer-no-eof.js
stream: There is no _read cb, there is only push
12 years ago
test-stream2-readable-from-list.js
streams: Support objects other than Buffers
12 years ago
test-stream2-readable-legacy-drain.js
stream: There is no _read cb, there is only push
12 years ago
test-stream2-readable-non-empty-end.js
stream: There is no _read cb, there is only push
12 years ago
test-stream2-set-encoding.js
stream: Remove bufferSize option
12 years ago
test-stream2-stderr-sync.js
stream: _write takes an encoding argument
12 years ago
test-stream2-transform.js
stream: Use class for write buffer entries
12 years ago
test-stream2-unpipe-drain.js
stream: Remove output function from _transform
12 years ago
test-stream2-unpipe-leak.js
stream: Remove output function from _transform
12 years ago
test-stream2-writable.js
stream: _write takes an encoding argument
12 years ago
test-string-decoder-end.js
string_decoder: Add 'end' method, do base64 properly
12 years ago
test-string-decoder.js
string_decoder: added support for UTF-16LE
13 years ago
test-sync-fileread.js
Remove separation of libuv tests
13 years ago
test-sys.js
Merge remote branch 'origin/v0.6'
13 years ago
test-tcp-wrap-connect.js
test: Fix many tests for streams2 net refactor
12 years ago
test-tcp-wrap-listen.js
Optimize writing strings with Socket.write
13 years ago
test-tcp-wrap.js
lib, src: remove errno global
12 years ago
test-timers-immediate.js
timers: implement setImmediate
12 years ago
test-timers-linked-list.js
Fixed a lot of jslint errors.
13 years ago
test-timers-uncaught-exception.js
process: streamlining tick callback logic
12 years ago
test-timers-unref.js
add unref/ref tests for socket/server/timers
12 years ago
test-timers-zero-timeout.js
Fix invalid timer test
13 years ago
test-timers.js
timers: fix handling of large timeouts
13 years ago
test-tls-check-server-identity.js
tls: follow RFC6125 more stricly
12 years ago
test-tls-client-abort.js
test tls: make tests use new `tls.connect` API
13 years ago
test-tls-client-abort2.js
tls: fix double 'error' events on HTTPS Requests
13 years ago
test-tls-client-reject.js
tls, https: validate server certificate by default
12 years ago
test-tls-client-resume.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-client-verify.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-connect-given-socket.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-connect-pipe.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-connect-simple.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-connect.js
test tls: make tests use new `tls.connect` API
13 years ago
test-tls-fast-writing.js
tls: Cycle data when underlying socket drains
12 years ago
test-tls-getcipher.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-handshake-nohang.js
tls: don't use a timer to track renegotiations
12 years ago
test-tls-honorcipherorder.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-invalid-key.js
tls: Fix node swallows openssl error on request
13 years ago
test-tls-junk-closes-server.js
tls, https: throw exception on missing key/cert
12 years ago
test-tls-npn-server-client.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-over-http-tunnel.js
test: Fix regression in tls test
12 years ago
test-tls-passphrase.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-pause-close.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-pause.js
test updates
12 years ago
test-tls-peer-certificate-multi-keys.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-peer-certificate.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-remote.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-request-timeout.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-securepair-client.js
test: merge tls-ext-key-usage into tls-securepair-client
13 years ago
test-tls-securepair-server.js
Fixed a lot of jslint errors.
13 years ago
test-tls-server-missing-options.js
tls, https: throw exception on missing key/cert
12 years ago
test-tls-server-slab.js
tls: make slab buffer's size configurable
12 years ago
test-tls-server-verify.js
Remove separation of libuv tests
13 years ago
test-tls-session-cache.js
test: Fix tls tests which fail sporadically
12 years ago
test-tls-set-ciphers.js
test: use RC4-MD5 cipher in tls test
13 years ago
test-tls-set-encoding.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-sni-server-client.js
test: set rejectUnauthorized in tls/https tests
12 years ago
test-tls-timeout-server-2.js
tls, https: add tls handshake timeout
12 years ago
test-tls-timeout-server.js
tls, https: add tls handshake timeout
12 years ago
test-tty-stdout-end.js
stdout ending test message correction
13 years ago
test-tty-wrap.js
test: TTY only has writeBuffer(), not write()
12 years ago
test-typed-arrays.js
typed arrays: make call-as-function work for ctors
12 years ago
test-umask.js
windows: fix test-umask
13 years ago
test-url.js
url: make url.format escape delimiters in path and query
12 years ago
test-utf8-scripts.js
Update copyright headers
14 years ago
test-util-format.js
util: fix util.format() formatting of %%
13 years ago
test-util-inspect.js
test: make tests work with newer v8
12 years ago
test-util.js
util: make _extend() more robust
13 years ago
test-vm-create-context-accessors.js
test: add missing copyright headers
13 years ago
test-vm-create-context-arg.js
vm: accept only object as arg of .createContext()
13 years ago
test-vm-create-context-circular-reference.js
test: add missing copyright headers
13 years ago
test-writedouble.js
buffer: floating point read/write improvements
12 years ago
test-writefloat.js
buffer: floating point read/write improvements
12 years ago
test-writeint.js
test: include common.js in all tests
13 years ago
test-writeuint.js
test: include common.js in all tests
13 years ago
test-zerolengthbufferbug.js
test: refactored http test.
13 years ago
test-zlib-dictionary-fail.js
zlib: don't assert on malformed dictionary
12 years ago
test-zlib-dictionary.js
zlib: reset() method for deflate/inflate streams
13 years ago
test-zlib-from-gzip.js
Tests: fix jslint issues
13 years ago
test-zlib-from-string.js
Tests: fix jslint issues
13 years ago
test-zlib-invalid-input.js
zlib: streams2
12 years ago
test-zlib-random-byte-pipes.js
test: Fix many tests for streams2 net refactor
12 years ago
test-zlib.js
Fixed a lot of jslint errors.
13 years ago
testcfg.py
Work around intermittent mkdir failures in testcfg.py
14 years ago