node/test/sequential
Kunal Pathak ff854834b6
test: fix flaky test-vm-timeout-rethrow
The intention of test case is to make sure that `timeout` property is honored
and the code in context terminates and throws correct exception. However in
test case, the code inside context would complete before `timeout` for windows
and would sometimes fail. Updated the code so it guarantee to not complete
execution until timeout is triggered.

Fixes: https://github.com/nodejs/node/issues/11261
PR-URL: https://github.com/nodejs/node/pull/11530
Reviewed-By: James M Snell <jasnell.gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Josh Gavant <josh.gavant@outlook.com>
2017-02-25 11:24:33 -05:00
..
sequential.status
test-buffer-creation-regression.js test: move long-running test to sequential 2016-12-08 02:11:09 +01:00
test-child-process-emfile.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-child-process-execsync.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-child-process-fork-getconnections.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-child-process-pass-fd.js test: prevent workers outliving parent 2016-11-03 05:32:01 -05:00
test-crypto-timing-safe-equal.js benchmark,lib,test: adjust for linting 2017-01-30 12:08:27 -05:00
test-debug-host-port.js
test-debugger-debug-brk.js src, inspector: add --inspect-brk 2017-02-14 11:52:15 -05:00
test-deprecation-flags.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-dgram-pingpong.js
test-fs-readfile-tostring-fail.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-fs-watch.js test: refactor the code in test-fs-watch.js 2017-01-30 12:08:26 -05:00
test-http-regr-gh-2928.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-http-server-consumed-timeout.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-init.js test: refactor test-init.js 2017-01-04 10:44:04 -06:00
test-module-loading.js test: add regex check to test-module-loading 2017-02-22 21:05:17 +01:00
test-net-GH-5504.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-net-server-address.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-next-tick-error-spin.js test: refactor test-next-tick-error-spin 2016-11-22 06:33:50 +01:00
test-pipe.js test: improve the code in test-pipe.js 2017-01-04 10:44:06 -06:00
test-process-warnings.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-784.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-877.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-1697.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-1726.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-4015.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-4027.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-repl-timeout-throw.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-require-cache-without-stat.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-stream2-fs.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-stream2-stderr-sync.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-timers-blocking-callback.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-util-debug.js test: refactor the code in test-util-debug.js 2017-01-30 12:08:35 -05:00
test-vm-timeout-rethrow.js test: fix flaky test-vm-timeout-rethrow 2017-02-25 11:24:33 -05:00
testcfg.py