0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Sam Roberts c4a61b3ee5 src: check whether inspector is doing io
Inspector start means that it exists, but doesn't mean it is listening
on a port, that only happens if it is doing I/O (i.e. has an io object).

PR-URL: https://github.com/nodejs/node/pull/13504
Fixes: https://github.com/nodejs/node/issues/13499
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-06-09 09:10:57 -07:00
..
global-function.js inspector: Allows reentry when paused 2017-06-05 08:47:43 -07:00
inspector-helper.js inspector: Allows reentry when paused 2017-06-05 08:47:43 -07:00
inspector.status test: mark inspector-port-zero-cluster as flaky 2017-06-01 18:22:06 -04:00
test-bindings.js test: skip test-bindings if inspector is disabled 2017-05-26 05:20:26 +02:00
test-inspector-break-when-eval.js inspector: Allows reentry when paused 2017-06-05 08:47:43 -07:00
test-inspector-debug-brk.js test: rearrange inspector headers into convention 2017-06-05 12:28:37 -07:00
test-inspector-exception.js inspector: fix crash on exception 2017-06-09 14:28:17 +03:00
test-inspector-ip-detection.js test: rearrange inspector headers into convention 2017-06-05 12:28:37 -07:00
test-inspector-port-zero-cluster.js test: rearrange inspector headers into convention 2017-06-05 12:28:37 -07:00
test-inspector-port-zero.js src: check whether inspector is doing io 2017-06-09 09:10:57 -07:00
test-inspector-stops-no-file.js test: rearrange inspector headers into convention 2017-06-05 12:28:37 -07:00
test-inspector.js test: rearrange inspector headers into convention 2017-06-05 12:28:37 -07:00
test-not-blocked-on-idle.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-off-no-session.js inspector: fix process._debugEnd() for inspector 2017-05-22 11:18:31 -07:00
test-off-with-session-then-on.js inspector: fix process._debugEnd() for inspector 2017-05-22 11:18:31 -07:00
testcfg.py