0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 15:47:56 +01:00
nodejs/test/known_issues
Ben Noordhuis 90476ac6ee lib: remove _debugger.js
The file no longer works after the removal of the --debug/--debug-brk
switches in commit 47f8f74 ("src: remove support for --debug".)

This commit also removes several tests that still referenced the
old debugger but were either unit-testing its internals or passing
for the wrong reason (like expecting an operation to fail, which
it did because the debugger is gone.)

PR-URL: https://github.com/nodejs/node/pull/12495
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-04-21 10:35:49 +02:00
..
known_issues.status test: skip irrelevant test on Windows 2017-04-06 10:06:14 -07:00
test-cwd-enoent-file.js test: add cwd ENOENT known issue test 2017-04-18 13:44:48 -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-url-parse-conformance.js
test-vm-attributes-property-not-on-sandbox.js
test-vm-data-property-writable.js
test-vm-getters.js test: fix assertion in vm test 2017-03-20 09:16:23 +01:00
test-vm-global-non-writable-properties.js
test-vm-inherited_properties.js
test-vm-proxy-failure-CP.js
testcfg.py