node/test
Bryan English fd49556c23 test: add tests for console.[info|error|warn]
Just copied the basic tests for log, as they're all the same thing
as log in either stdout or stderr. Cleaned that up a bit.

Also const-ified.

PR-URL: https://github.com/nodejs/node/pull/6538
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-05-05 22:54:13 -05:00
..
abort
addons
cctest src: don't use locale-sensitive strcasecmp() 2016-05-05 00:28:25 +02:00
debugger
disabled
doctool tools: allow multiple added: version entries 2016-05-05 01:15:10 +02:00
fixtures tools: allow multiple added: version entries 2016-05-05 01:15:10 +02:00
gc
internet
known_issues test: fix unreliable known_issues test 2016-05-05 19:41:44 -07:00
message
parallel test: add tests for console.[info|error|warn] 2016-05-05 22:54:13 -05:00
pummel
sequential test: unmark test-http-regr-gh-2928 as flaky 2016-05-04 20:15:45 -07:00
testpy
timers
.eslintrc
README.md
common.js

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