node/test
Michaël Zasso f5b952b221 test: refactor and fix test-dns
* More precise length assertion.
* Fix incorrect use of string instead of RegExp in `throws` assertions.
* Add missing RegExp to `throws` assertions.

PR-URL: https://github.com/nodejs/node/pull/9811
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2016-12-27 15:07:02 -05:00
..
abort
addons test: enable addons test to pass with debug build 2016-12-20 14:18:42 -05:00
cctest test: run cpplint on files in test/cctest 2016-12-20 14:53:22 -05:00
debugger test: fix helper-debugger-repl.js 2016-12-21 15:03:51 -05:00
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 test: refactor and fix test-dns 2016-12-27 15:07:02 -05:00
pseudo-tty test: exclude no_interleaved_stdio test for AIX 2016-12-20 16:11:29 -05:00
pummel test: remove FIXME pummel/test-tls-securepair-client 2016-11-22 14:21:47 +08:00
sequential test: refactor test-next-tick-error-spin 2016-12-20 16:03:42 -05:00
testpy
timers
.eslintrc
common.js test: add expectWarning to common 2016-12-21 14:33:59 -05: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