node/test/sequential
Robert Chiras 612dfeb647 child_process: Check stderr before accessing it
If something bad happens in spawnSync, stderr might be null. Therefore,
we have to check it before using it, so we won't mask the actual
exception.

Ref: https://github.com/nodejs/node/pull/9152
PR-URL: https://github.com/nodejs/node/pull/6877
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2016-10-26 14:09:29 -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 child_process: Check stderr before accessing it 2016-10-26 14:09:29 -04: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-deprecation-flags.js
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: fix error message checks in test-module-loading 2016-06-23 16:59:39 -07: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-regress-GH-4015.js
test-regress-GH-4027.js
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-vm-timeout-rethrow.js lib,test,tools: alignment on variable assignments 2016-06-23 16:59:37 -07:00
testcfg.py