node/test
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
..
abort
addons test: build addons with V8_DEPRECATION_WARNINGS=1 2016-07-14 12:45:20 -07:00
cctest src: don't use locale-sensitive strcasecmp() 2016-07-14 12:44:59 -07:00
debugger
disabled
doctool test: skip doctool tests when js-yaml is missing 2016-07-14 12:45:22 -07:00
fixtures test: refactor test-debug-signal-cluster 2016-10-26 14:09:06 -04:00
gc test: update weak module for gc tests 2016-07-14 12:44:58 -07:00
internet test: fix ::1 error in test-dns-ipv6 2016-10-26 14:09:07 -04:00
known_issues child_process: preserve argument type 2016-07-14 12:45:03 -07:00
message vm: don't print out arrow message for custom error 2016-07-14 12:45:04 -07:00
parallel buffer: fix fill with encoding in Buffer.alloc() 2016-10-26 14:09:29 -04:00
pseudo-tty test: fix old tty tests 2016-10-26 14:09:16 -04:00
pummel test: favor === over == in crypto tests 2016-10-26 14:09:23 -04:00
sequential child_process: Check stderr before accessing it 2016-10-26 14:09:29 -04:00
testpy
timers
.eslintrc
common.js test: increase RAM requirement for intensive tests 2016-10-26 14:09:19 -04:00
README.md

Tests

abort

Tests for when the --abort-on-uncaught-exception flag is used.

Runs on CI
No

addons

Tests for addon functionality along with some tests that require an addon to function properly.

Runs on CI
Yes

cctest

C++ test that is run as part of the build process.

Runs on CI
Yes

debugger

Tests for debugger functionality.

Runs on CI
No

disabled

Tests that have been disabled from running for various reasons.

Runs on CI
No

fixtures

Test fixtures used in various tests throughout the test suite.

gc

Tests for garbage collection related functionality.

Runs on CI
No

internet

Tests that make real outbound connections (mainly networking related modules). Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections.

Runs on CI
No

known_issues

Tests reproducing known issues within the system.

Runs on CI
No

message

Tests for messages that are output for various conditions (console.log, error messages etc.)

Runs on CI
Yes

parallel

Various tests that are able to be run in parallel.

Runs on CI
Yes

pummel

Various tests for various modules / system functionality operating under load.

Runs on CI
No

sequential

Various tests that are run sequentially.

Runs on CI
Yes

testpy

Test configuration utility used by various test suites.

timers

Tests for timing utilities (setTimeout and setInterval).

Runs on CI
No