node/test/sequential
Oleksandr Kushchak 5d9164c315
test: move test-cluster-debug-port to sequential
This test cannot be run in parallel, as it can conflict with other tests
using the debug port.

PR-URL: https://github.com/nodejs/node/pull/16292
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2017-10-25 04:25:42 -04: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-cluster-debug-port.js test: move test-cluster-debug-port to sequential 2017-10-25 04:25:42 -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: use common.fixturesDir almost everywhere 2017-01-31 20:04:31 -05: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: add regex check to test-module-loading 2017-03-08 17:29:23 -08:00
test-net-GH-5504.js test: use mustCall() for simple flow tracking 2017-01-31 20:04:31 -05: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: refactor test-next-tick-error-spin 2016-12-20 16:03:42 -05:00
test-pipe.js test: improve the code in test-pipe.js 2017-01-31 20:04:29 -05:00
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-897.js test: move timer-dependent test to sequential 2016-12-20 16:02:27 -05: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: use mustCall() for simple flow tracking 2017-01-31 20:04:31 -05:00
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: use mustCall() for simple flow tracking 2017-01-31 20:04:31 -05:00
test-vm-timeout-rethrow.js test: fix flaky test-vm-timeout-rethrow 2017-03-08 17:29:21 -08:00
testcfg.py