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-next-tick-ordering2.js @ 6f043940

History | View | Annotate | Download (1.44 KB)

# Date Author Comment
018e110c 10/14/2011 07:08 PM Ben Noordhuis

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

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

0ce9cbab 12/05/2010 12:28 PM Oleg Efimov

GJSLint continue

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

17f3ffa6 09/09/2010 01:30 PM Ryan Dahl

Call Tick() after coming out of select()

Previously we would only call it before going into select(). This is needed
to fix test/simple/test-next-tick-ordering2.js.

cf4b5fc5 09/08/2010 01:37 AM Felix Geisendörfer

Test case showing a bug in nextTick ordering

nextTick should fire before setTimeout in this test, but it doesn't.