0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Vse Mozhet Byt 2d2986ae72 test: simplify test skipping
* Make common.skip() exit.

  Also add common.printSkipMessage() for partial skips.

* Don't make needless things before skip

PR-URL: https://github.com/nodejs/node/pull/14021
Fixes: https://github.com/nodejs/node/issues/14016
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-07-04 12:41:49 +03:00
..
global-function.js inspector: Allows reentry when paused 2017-06-05 08:47:43 -07:00
inspector-helper.js test: fix RegExp nits 2017-06-21 03:40:27 +03:00
inspector.status test: fix test-inspector-port-zero-cluster 2017-06-16 07:14:25 -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: simplify test skipping 2017-07-04 12:41:49 +03:00
test-inspector-port-cluster.js inspector,cluster: fix inspect port assignment 2017-06-15 22:50:56 -04:00
test-inspector-port-zero-cluster.js test: fix test-inspector-port-zero-cluster 2017-06-16 07:14:25 -04: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: fix RegExp nits 2017-06-21 03:40:27 +03: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