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-signal-unregister.js @ 6f043940

History | View | Annotate | Download (1.86 KB)

# Date Author Comment
850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

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

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

c0d69a48 12/02/2010 08:49 PM Oleg Efimov

GJSLint part of tests

e38eb0c5 10/11/2010 06:21 PM Micheil Smith

Soft migration of sys -> util, Removal of deprecated utils module.

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

Update tests to work with module contexts

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

4274e6b7 05/14/2010 10:05 PM Jonas Pfenniger

FIX: signal-unregister bug

We now restore the default signal behavior when all listeners are
removed for a given signal.

Re-enabled test-signal-unregister