The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test @ master

Name Size
  addons
  debugger
  disabled
  fixtures
  gc
  internet
  message
  pummel
  simple
  testpy
  timers
common.js 6.58 KB

Latest revisions

# Date Author Comment
a5778cdf 08/07/2014 07:33 PM Timothy J Fontaine

Merge remote-tracking branch 'upstream/v0.10' into v0.12

Conflicts:
ChangeLog
Makefile
deps/uv/ChangeLog
deps/uv/build.mk
deps/uv/src/unix/darwin.c
deps/uv/src/unix/getaddrinfo.c
deps/uv/src/version.c
deps/v8/src/checks.h
deps/v8/src/isolate.h
lib/cluster.js...

b0277f35 08/07/2014 07:06 PM Julien Gilli

tests: fix child-process-fork-dgram on SmartOS.

Send messages until both the parent and the child process have received
at least one message. If at least one of them doesn't receive any
message, the test runner will make the test timeout.

Fixes #8046.

63a42682 08/05/2014 08:13 AM Jackson Tian

fs: fs.readFile should not throw uncaughtException

Reviewed-By: Fedor Indutny <>

43067864 08/04/2014 07:57 PM cjihrig

net: don't prefer IPv4 addresses during resolution

Currently the address resolution family defaults to IPv4. Instead remove
the preference and instead resolve to a family suitable for the host.

Expose the getaddrinfo flags and allow them to be passed.

Add documentation about new flags....

7da63a10 08/04/2014 04:48 PM Julien Gilli

test: fix test-net-remote-address-port

Do not use first socket in second socket's connect handler. Probably a
copy/paste mistake.

Reviewed-by: Trevor Norris <>

6f043940 08/04/2014 03:00 PM Julien Gilli

timers: fix timers with non-integer delay hanging.

When backporting f8193ab into v0.10, a regression was introduced. Timers
with non-integer timeout could trigger a infinite recursion with 100%
cpu usage. This commit backports 93b0624 which fixes the regression....

962e6514 08/02/2014 12:14 PM Jackson Tian

process: improve process binding

Reviewed-By: Fedor Indutny <>

47a103a0 08/02/2014 07:07 AM Fedor Indutny

test: disable 0-dgram tests on darwin

fix #8023

2fd7ee12 08/02/2014 03:41 AM Sam Roberts

cluster: disconnect should not be synchronous

Callbacks in node are usually asynchronous, and should never be
sometimes synchronous, and sometimes asynchronous.

Reviewed-by: Trevor Norris <>

aab126bb 08/02/2014 03:07 AM Sam Roberts

test: assert cluster.disconnect is async

See joyent/node#8043, test passed on v0.11 already, but this makes the
test stronger.

Reviewed-by: Trevor Norris <>

View revisions

Also available in: Atom