node/test/debugger
Rich Trott ee7606940a
test: fix helper-debugger-repl.js
The test `debugger/test-debugger-repl-break-in-module` (and probably
others) was failing because the handshake message for debugging is no
longer `listening on port <port>` but is instead `listening on
<address>:<port>`.

This change makes the check less strict so as to hopefully future-proof
it at least a little bit against subsequent changes.

This test failure is not caught in CI because currently debugger tests
are not run in CI.

PR-URL: https://github.com/nodejs/node/pull/9486
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
2016-11-22 06:32:16 +01:00
..
helper-debugger-repl.js test: fix helper-debugger-repl.js 2016-11-22 06:32:16 +01:00
test-debug-break-on-uncaught.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debugger-client.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debugger-remote.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-debugger-repl-break-in-module.js lib,test: remove unneeded escaping of / 2016-11-22 06:32:15 +01:00
test-debugger-repl-restart.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-debugger-repl-term.js
test-debugger-repl-utf8.js test: remove blank lines at end of files 2016-10-06 11:52:51 -07:00
test-debugger-repl.js debugger: display array contents in repl 2016-05-02 10:18:53 -04:00
testcfg.py