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 / simple / test-child-process-kill.js @ 6f043940

History | View | Annotate | Download (1.91 KB)

# Date Author Comment
b866a96c 06/12/2012 05:30 PM Bert Belder

test-child-process-kill: make it pass on windows

The test would fail if the child process writes anything to the stdout.
This doesn't happen on unix, since `cat` is spawned. However, on Windows
`cmd` is started, which does write stuff to it's stdout. This...

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

c8646e0c 11/02/2011 01:37 PM Ben Noordhuis

test: add ChildProcess.prototype.killed test case

5ca3dcd1 10/15/2011 04:55 PM Igor Zinkovsky

test: fix test-child-process-stdin and test-child-process-kill on windows

018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

30d20cf4 08/04/2011 10:29 PM Ben Noordhuis

Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.

12c8b27e 08/03/2011 10:05 AM Ben Noordhuis

test: fix exec-after-fork race in test/simple/test-child-process-kill.js

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

f8a3cf98 04/28/2010 04:54 PM Felix Geisendörfer

Properly handle child process exit codes

The child process 'exit' was returning the status of the process, rather than
the exit code. This patch properly deconstructs the status into the exit code
and the term signal a process may have received.

See:
http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Watcher_Specific_Functions_and_Data_-5...

04c06b91 03/17/2010 05:00 PM Ryan Dahl

child process now use net.Socket