node/test/sequential
Rich Trott 2c758861c0 test: move timer-dependent test to sequential
Timer-dependent tests fail frequently on certain platforms in CI when
run in parallel with other tests, likely due to competition for
resources. Move test-repl-timeout-throw to sequential to avoid this
problem. Also did some minor refactoring (var->const and more use of
assert.strictEqual of looser assertions).

PR-URL: https://github.com/nodejs/node/pull/9431
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergstrom <bugs@bergstroem.nu>
2016-11-22 15:42:39 +08:00
..
sequential.status test: unmark test-http-regr-gh-2928 as flaky 2016-07-14 12:44:37 -07:00
test-child-process-emfile.js test: s/assert.fail/common.fail as appropriate 2016-10-26 14:09:01 -04:00
test-child-process-execsync.js test: add coverage for execFileSync() errors 2016-11-18 15:04:34 -05:00
test-child-process-fork-getconnections.js src,test,tools: modify for more stringent linting 2016-03-02 14:01:11 -08:00
test-child-process-pass-fd.js child_process: workaround fd passing issue on OS X 2016-10-26 14:09:13 -04:00
test-debug-host-port.js debugger: make listen address configurable 2016-11-22 14:02:28 +08:00
test-deprecation-flags.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-dgram-pingpong.js test: fix flaky test-dgram-pingpong 2016-03-02 14:01:11 -08:00
test-fs-watch.js tools: lint for object literal spacing 2016-07-14 12:45:19 -07:00
test-http-regr-gh-2928.js test: retry on known SmartOS bug 2016-03-21 12:58:00 -07:00
test-init.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-module-loading.js test: use strict assertions in module loader test 2016-11-22 15:03:47 +08:00
test-net-GH-5504.js test: listen on and connect to 127.0.0.1 2016-07-14 12:44:41 -07:00
test-net-server-address.js test: abstract skip functionality to common 2016-06-23 17:25:10 -07:00
test-next-tick-error-spin.js
test-pipe.js
test-pump-file2tcp-noexist.js benchmark: remove unused variables 2016-07-14 12:44:57 -07:00
test-pump-file2tcp.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-regress-GH-784.js
test-regress-GH-877.js test: use strict equality in regression test 2016-10-26 14:09:20 -04:00
test-regress-GH-1697.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-regress-GH-1726.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-regress-GH-4015.js
test-regress-GH-4027.js
test-repl-timeout-throw.js test: move timer-dependent test to sequential 2016-11-22 15:42:39 +08:00
test-require-cache-without-stat.js test: fix redeclared vars in sequential tests 2016-03-02 14:01:11 -08:00
test-stream2-fs.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-stream2-stderr-sync.js test: remove unused assert module imports 2016-01-19 11:52:33 -08:00
test-util-debug.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-vm-timeout-rethrow.js lib,test,tools: alignment on variable assignments 2016-06-23 16:59:37 -07:00
testcfg.py