0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Rich Trott 9d445bce07 test: fix test-debugger-repl-break-in-module
The line number checks in test-debugger-repl-break-in-module were
checking for line numbers that exceed the total number of lines in the
files that were being inspected. Change the checks to match the actual
files.

PR-URL: https://github.com/nodejs/node/pull/6686
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2016-05-12 23:01:50 -07:00
..
abort
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-repl-break-in-module 2016-05-12 23:01:50 -07: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 test: fix test-debugger-repl-term 2016-05-12 20:23:18 -07: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: add tests for stream3 buffering using cork 2016-05-12 18:09:13 -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
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
common.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
README.md test: fix another flaky stringbytes test 2016-04-06 06:22:40 -07:00

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