node/test/sequential
Santiago Gimeno 0f9405dd33 test: move more tests from sequential to parallel
Only `test-stdin-from-file.js` has been modified so that the `stdin.txt`
is written in a temp directory instead of the `fixtures` directory.

PR-URL: https://github.com/nodejs/node/pull/6187
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-05-17 17:24:48 -07:00
..
sequential.status test: remove flaky designation from fixed tests 2016-03-21 12:57:57 -07:00
test-child-process-emfile.js test: fix flaky test-child-process-emfile 2015-10-29 08:38:41 -07:00
test-child-process-execsync.js test: fix redeclared vars in sequential tests 2016-03-02 14:01:11 -08:00
test-child-process-fork-getconnections.js src,test,tools: modify for more stringent linting 2016-03-02 14:01:11 -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 test: refactor test-fs-watch 2016-03-02 14:01:11 -08: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: remove unneeded common.indirectInstanceOf() 2016-03-02 14:01:11 -08:00
test-net-GH-5504.js test: extend timeout in Debug mode 2016-01-19 11:52:40 -08:00
test-net-server-address.js test: skip IPv6 part before testing it 2015-07-27 23:24:03 +05:30
test-next-tick-error-spin.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-pipe.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-pump-file2tcp-noexist.js test: remove deprecated error logging 2015-10-07 20:39:18 -07:00
test-pump-file2tcp.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-regress-GH-784.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-regress-GH-877.js test: enable linting for tests 2015-05-19 21:21:27 +02: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: enable linting for tests 2015-05-19 21:21:27 +02:00
test-regress-GH-4027.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07: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 test: load common.js to test for global leaks 2015-10-02 13:39:27 +10:00
testcfg.py