node/test
Rich Trott e4b78c6fd1 test: make test-child-process-fork-net more robust
test-child-process-fork-net will sometimes fail in CI with EADDRINUSE
because an earlier test failed to free common.PORT. Have the operating
system provide an available port instead.

PR-URL: https://github.com/nodejs/node/pull/7033
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-05-31 20:29:06 -07:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons test,win: skip addons/load-long-path on WOW64 2016-05-27 12:05:49 +02:00
cctest src,lib: v8-inspector support 2016-05-30 09:05:46 -07:00
debugger test: improve debug-break-on-uncaught reliability 2016-05-24 13:45:09 -07:00
disabled test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
doctool tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
fixtures test: remove modifcation to common.PORT 2016-05-29 13:27:42 -07:00
gc test: update weak module for gc tests 2016-05-31 16:49:52 -07:00
internet test: refactor test-tls-reuse-host-from-socket 2016-05-19 13:54:55 -07:00
known_issues child_process: measure buffer length in bytes 2016-05-25 10:57:59 -07:00
message module: don't cache uninitialized builtins 2016-05-24 17:03:22 +02:00
parallel test: make test-child-process-fork-net more robust 2016-05-31 20:29:06 -07:00
pummel test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
sequential test: move test-debugger-debug-brk to sequential 2016-05-16 13:38:31 -07:00
testpy test: fix default value for additional param 2015-09-15 19:59:38 +05:30
timers benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
.eslintrc test,tools: limit lint tolerance of gc global 2016-04-28 19:22:16 -07:00
common.js test,win: skip addons/load-long-path on WOW64 2016-05-27 12:05:49 +02:00
README.md test: fix another flaky stringbytes test 2016-04-06 06:22:40 -07:00

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