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 @ 0544a586

Name Size
  addons
  disabled
  fixtures
  gc
  internet
  message
  pummel
  simple
common.js 4.45 KB

Latest revisions

# Date Author Comment
93be4ffd 08/05/2012 05:33 PM isaacs

test-message: fix message output

1. The net changes add a stack frame to stdin errors.
2. The error line numbers were overly strict in many places.

f4a4ef7a 08/04/2012 04:04 PM Dominic Tarr

zlib: Emit 'close' on destroy().

b48684c6 08/04/2012 02:30 PM Tyler Neylon

child_process: Fix stdout=null when stdio=['pipe']

Previously, a command with a short stdio array would result in the child's
stdout and stderr objects set to null. For example:

var c = child_process.spawn(cmd, args, {stdio: ['pipe']});
// results in c.stdout === null....

5fdeebd9 08/03/2012 11:11 AM Bert Belder

net: make pause work with connecting sockets

This fixes the problem that calling pause() on a socket would not
actually prevent 'data' events from being emitted. It also replaces
the existing test by a more elaborate one.

Ref: #3118

2bee3aee 08/02/2012 05:57 PM isaacs

Merge branch 'v0.8.5-release' into v0.8

37537d57 08/02/2012 11:11 AM isaacs

test: stdin error messages

34c750d7 08/02/2012 07:37 AM Ben Noordhuis

net: fix .listen({fd:0})

f1fba8d1 08/01/2012 07:25 PM Gil Pedersen

fs: fix ReadStream / WriteStream missing callback

The (undocumented) callback argument to .destroy() was not called if the
stream was no longer readable / writable.

b3cf3f35 07/30/2012 11:21 AM isaacs

Report errors properly from --eval and stdin

72bc4dcd 07/29/2012 06:48 AM koichik

assert: fix throws() throws an error without message property

Fixes #2893.

View revisions

Also available in: Atom