Add some timer tests, they were disabled due to compatibility issues

This commit is contained in:
jfdenise 2013-10-30 17:33:15 +01:00
parent 1fda15de74
commit 0fff760067

View File

@ -348,6 +348,7 @@ source.test.simple.list = \
test-next-tick-errors.js \
test-next-tick-ordering.js \
test-next-tick-ordering2.js \
test-next-tick-intentional-starvation.js \
test-os.js \
test-path.js \
test-path-makelong.js \
@ -456,6 +457,7 @@ source.test.simple.list = \
test-tcp-wrap.js \
test-timers.js \
test-timers-immediate.js \
test-timers-linked-list.js \
test-timers-ordering.js \
test-timers-this.js \
test-timers-uncaught-exception.js \