node/test/debugger
Rich Trott 2a59e4e73d test: improve debug-break-on-uncaught reliability
Running the test through CI reveals unreliability due to a race
condition. These changes mitigate the race condition, but do not
eliminate it.

PR-URL: https://github.com/nodejs/node/pull/6793
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
2016-07-14 12:44:48 -07:00
..
helper-debugger-repl.js test: remove non-incremental common.PORT changes 2016-07-14 12:44:46 -07:00
test-debug-break-on-uncaught.js test: improve debug-break-on-uncaught reliability 2016-07-14 12:44:48 -07:00
test-debugger-client.js test: remove non-incremental common.PORT changes 2016-07-14 12:44:46 -07:00
test-debugger-debug-brk.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-pid.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-debugger-remote.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-debugger-repl-break-in-module.js test: fix test-debugger-repl-break-in-module 2016-06-23 17:25:08 -07:00
test-debugger-repl-restart.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-debugger-repl-term.js test: load common.js in all tests 2015-10-07 20:39:17 -07:00
test-debugger-repl-utf8.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-repl.js debugger: display array contents in repl 2016-06-23 17:25:05 -07:00
testcfg.py