Add tests for process.nextTick bugs on windows
authorBert Belder <bertbelder@gmail.com>
Thu, 21 Jul 2011 13:26:10 +0000 (15:26 +0200)
committerBert Belder <bertbelder@gmail.com>
Thu, 21 Jul 2011 13:26:10 +0000 (15:26 +0200)
commit3de406cc58b9a30455b72e12008bdac4d994ba37
tree5404f2e2fcf71ed411bee0879b331b260b3d05f2
parenta8f96d3314f2eb75997a84ea002198ae7d6f6f46
Add tests for process.nextTick bugs on windows

These are supposed to pass w/ libuv, so add them to the test-uv tests.
Makefile
test/simple/test-next-tick-doesnt-hang.js [new file with mode: 0644]
test/simple/test-next-tick-starvation.js [new file with mode: 0644]