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-process-kill-null.js @ 6f043940

History | View | Annotate | Download (1.59 KB)

# Date Author Comment
8aac118b 12/02/2013 01:41 PM Sam Roberts

process: document kill(0), disallow kill(O_RDWR)

The null signal test existed, but only tested the case where the target
process existed, not when it did not exist.

Also clarified that SIGUSR1 is reserved by Node.js only for receiveing,
its not at all reserved when sending a signal with kill()....

7f4aba91 02/20/2012 07:29 AM Ben Noordhuis

test: include common.js in all tests

24a69d22 11/02/2011 08:34 PM Igor Zinkovsky

process.kill to use uv_kill

69b73f9c 10/21/2011 01:27 PM Igor Zinkovsky

make process.kill a no-op on windows

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

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

Mark tests which are broken in libuv

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

Update copyright headers

42a36962 02/15/2011 07:35 PM Tj Holowaychuk

Fixed null signal preservation

Closes GH-674.