node/test
Jeremiah Senkpiel 52bae222a3 test: abstract skip functionality to common
The tap skipping output is so prevalent yet obscure in nature that we
ought to move it into it's own function in test/common.js

PR-URL: https://github.com/nodejs/node/pull/6697
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
2016-05-12 16:43:35 -04:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
cctest src: don't use locale-sensitive strcasecmp() 2016-05-05 00:28:25 +02:00
debugger test: fix test-debugger-pid 2016-05-11 09:24:02 +02:00
disabled test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
doctool tools: lint for object literal spacing 2016-05-08 22:45:20 -07:00
fixtures tools: allow multiple added: version entries 2016-05-05 01:15:10 +02:00
gc benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
internet test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
known_issues test: make stdout buffer test more robust 2016-05-10 14:08:22 -07:00
message test,tools: enable linting for undefined vars 2016-04-20 08:38:41 -07:00
parallel test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
pummel test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
sequential test: abstract skip functionality to common 2016-05-12 16:43:35 -04: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
README.md test: fix another flaky stringbytes test 2016-04-06 06:22:40 -07:00
common.js test: abstract skip functionality to common 2016-05-12 16:43:35 -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