node/test
Matt Loring 0eb3ed50ba test: reduce brittleness of tab complete test
test-repl-tab-complete includes tests that ensure that certain keys do
not appear in tab completions or that completion does not crash the
repl. It performed these tests by comparing completion output to a
hardcoded list of expected keys. This list is made incorrect by any api
changes that occur when new versions of V8 are introduced.

With this change, we assert that the specific keys to be avoided are
not present in the output instead.

PR-URL: https://github.com/nodejs/node/pull/5772
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-03-18 17:17:58 -07:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons test: add addons test for MakeCallback 2016-02-12 14:03:34 -07:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger test: remove broken debugger scenarios 2016-03-07 11:20:43 -08:00
disabled buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
fixtures buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
gc tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
internet buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
known_issues test: add batch of known issue tests 2016-03-12 09:56:29 -05:00
message test: fix tests after V8 upgrade 2016-03-03 20:35:20 -08:00
parallel test: reduce brittleness of tab complete test 2016-03-18 17:17:58 -07:00
pummel buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
sequential buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
testpy test: fix default value for additional param 2015-09-15 19:59:38 +05:30
timers test: fix test-timers.reliability on OS X 2016-02-24 21:24:33 -08:00
.eslintrc test: make common.js mandatory via linting rule 2015-10-06 15:11:58 -07:00
README.md doc: document directories in test directory 2016-03-07 13:10:43 -08:00
common.js test: apply Linux workaround to Linux only 2016-03-01 15:21:05 -08: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.

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