node/test
Natanael Copa 2ebeb82852 test: fix test-net-* error code check for getaddrinfo(3)
Replace '...' as invalid hostname with '***', which will give a more
consisten error message on different systems. The hostname '...' returns
EAI_AGAIN on musl libc and EAI_NONAME on most other systems.

By changing the testcase we get same restult on all known platforms.

PR-URL: https://github.com/nodejs/node/pull/5099
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-06-23 08:00:26 -05:00
..
abort
addons test: add addons test for MakeCallback 2016-02-15 23:14:11 +11:00
cctest
debugger test: fix test-debugger-client.js 2016-03-31 09:38:58 -05:00
disabled
fixtures debugger: run last command on presssing enter 2016-04-20 16:52:26 -07:00
gc tools: lint for spacing around unary operators 2016-02-09 23:07:49 +11:00
internet test: move dns test to test/internet 2016-03-31 09:38:59 -05:00
known_issues test: fix offending max-len linter error 2016-04-05 10:30:09 -07:00
message test,tools: enable linting for undefined vars 2016-04-20 16:52:25 -07:00
parallel test: fix test-net-* error code check for getaddrinfo(3) 2016-06-23 08:00:26 -05:00
pummel test: fix pummel test failures 2016-04-20 16:24:21 -07:00
sequential test: move more tests from sequential to parallel 2016-04-20 16:52:25 -07:00
testpy
timers test: fix test-timers.reliability on OS X 2016-02-27 17:15:30 +11:00
.eslintrc test,tools: enable linting for undefined vars 2016-04-20 16:52:25 -07:00
common.js test: apply Linux workaround to Linux only 2016-03-02 13:31:10 -05:00
README.md doc: document directories in test directory 2016-03-08 15:55:06 -05:00

Tests

abort

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

Runs on CI
No

addons

Tests for addon functionality.

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