node/test
Charlie McConnell c7b8073afc child_process: Separate 'close' event from 'exit'
Currently, a child process does not emit the 'exit' event until 'close' events
have been received on all three of the child's stdio streams.  This change makes
the child object emit 'exit' when the child exits, and a new 'close' event when
all stdio streams are closed.
2012-03-15 17:07:11 -07:00
..
addons test: Fix path to require hello-world module 2012-03-14 11:00:52 -07:00
disabled test: include common.js in all tests 2012-02-20 13:29:11 +01:00
fixtures tls: parsing multiple values of a key in ssl certificate 2012-03-10 23:43:16 +09:00
internet test: include common.js in all tests 2012-02-20 13:29:11 +01:00
message Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
pummel buffer: throw from constructor if length > kMaxLength 2012-03-09 23:57:03 +01:00
simple child_process: Separate 'close' event from 'exit' 2012-03-15 17:07:11 -07:00
common.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00