node/test/sequential
Santiago Gimeno 99d0a61441 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-04-20 16:52:25 -07:00
..
sequential.status test: remove flaky designation from fixed tests 2016-03-02 13:22:48 -05:00
test-child-process-emfile.js test: fix flaky test-child-process-emfile 2015-10-20 23:14:01 -04:00
test-child-process-execsync.js test: fix redeclared vars in sequential tests 2016-02-08 23:01:20 +11:00
test-child-process-fork-getconnections.js src,test,tools: modify for more stringent linting 2016-02-21 22:12:33 +11:00
test-debugger-util-regression.js test: move debugger tests to sequential 2016-04-20 16:24:21 -07:00
test-deprecation-flags.js test: remove unnecessary assignments 2016-01-06 12:10:41 -05:00
test-dgram-pingpong.js test: fix flaky test-dgram-pingpong 2016-02-09 23:07:52 +11:00
test-fs-watch.js test: refactor test-fs-watch 2016-01-25 21:34:07 +11:00
test-http-regr-gh-2928.js test: retry on known SmartOS bug 2016-03-02 13:31:07 -05:00
test-init.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-module-loading.js test: fix error message checks in test-module-loading 2016-04-05 10:35:42 -07:00
test-net-GH-5504.js test: extend timeout in Debug mode 2016-01-06 12:10:46 -05: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-pipe.js
test-pump-file2tcp-noexist.js test: remove deprecated error logging 2015-10-07 11:13:38 -07:00
test-pump-file2tcp.js test: fix linting for the v5.x branch 2016-01-06 15:37:32 -05:00
test-regress-GH-784.js
test-regress-GH-877.js
test-regress-GH-1697.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-regress-GH-1726.js test: remove unnecessary assignments 2016-01-06 12:10:41 -05:00
test-regress-GH-4015.js
test-regress-GH-4027.js
test-require-cache-without-stat.js test: fix redeclared vars in sequential tests 2016-02-08 23:01:20 +11:00
test-stdin-child-proc.js test: remove unnecessary assignments 2016-01-06 12:10:41 -05:00
test-stream2-fs.js test: remove unused vars 2016-01-06 12:11:00 -05:00
test-stream2-stderr-sync.js test: remove unused assert module imports 2016-01-06 12:10:50 -05:00
test-stringbytes-external-exceed-max-by-1-ascii.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max-by-1-base64.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max-by-1-binary.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max-by-1-hex.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max-by-1-utf8.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max-by-2.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-stringbytes-external-exceed-max.js test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
test-util-debug.js test: remove unnecessary assignments 2016-01-06 12:10:41 -05:00
test-vm-timeout-rethrow.js lib,test,tools: alignment on variable assignments 2016-04-20 16:24:21 -07:00
testcfg.py