node/test/known_issues
Daniel Bevenius 94706ee564 test: check and fail inspector-cluster-port-clash
Currently this test fail when configured --without-inspector or
--without-ssl as it is expected to fail but the skipIfInspectorDisabled
check will exit as if the test was sucessful.

This commit checks if inspector support is available and fails the test
allowing the test to be skipped.

PR-URL: https://github.com/nodejs/node/pull/14074
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-07-19 15:02:13 -04:00
..
known_issues.status
test-cwd-enoent-file.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-dgram-bind-shared-ports-after-port-0.js test: harden test-dgram-bind-shared-ports 2017-06-10 17:54:45 +02:00
test-http-path-contains-unicode.js test: add known_test request with Unicode in the URL 2017-06-05 12:23:50 -07:00
test-inspector-cluster-port-clash.js test: check and fail inspector-cluster-port-clash 2017-07-19 15:02:13 -04:00
test-module-deleted-extensions.js
test-path-parse-6229.js
test-repl-require-context.js
test-stdin-is-always-net.socket.js
test-stdout-buffer-flush-on-exit.js test: make the rest of tests path-independent 2017-05-14 16:05:48 +03:00
test-url-parse-conformance.js
test-vm-attributes-property-not-on-sandbox.js
test-vm-data-property-writable.js
test-vm-getters.js
test-vm-global-non-writable-properties.js
test-vm-inherited_properties.js
test-vm-proxy-failure-CP.js
testcfg.py