node/test/debugger
Sakthipriyan Vairamani (thefourtheye) dbfec29663
test: fix and improve debug-break-on-uncaught
This test runs based on a expectation that the stderr will get the
string 'Debugger listening on port'. But the actual message printed
to stderr has changed to 'Debugger listening on host:port'. So the
the actuals tests did not even start and eventually timeout.

Apart from that, changed `var`s to `let`s or `const`s.

Refs: https://github.com/nodejs/node/issues/10361
PR-URL: https://github.com/nodejs/node/pull/10370
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com
2017-01-31 20:04:29 -05:00
..
helper-debugger-repl.js test: fix helper-debugger-repl.js 2016-12-21 15:03:51 -05:00
test-debug-break-on-uncaught.js test: fix and improve debug-break-on-uncaught 2017-01-31 20:04:29 -05: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 test: move debugger repl into own section 2014-01-20 09:00:13 -08:00