Skip to content

Commit eb3f04d

Browse files
Trottjasnell
authored andcommitted
test: remove broken debugger scenarios
`test-debug-break-on-uncaught` was hanging on the domain and parse error scenarios. These tests are not run in CI and may have been broken for a very long time. Refs: #3156 Refs: c16963b9 PR-URL: #5532 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 3eff42b commit eb3f04d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/debugger/test-debug-break-on-uncaught.js

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ var debug = require('_debugger');
77

88
addScenario('global.js', null, 2);
99
addScenario('timeout.js', null, 2);
10-
addScenario('domain.js', null, 10);
11-
12-
// Exception is thrown from vm.js via module.js (internal file)
13-
// var compiledWrapper = runInThisContext(wrapper, filename, 0, true);
14-
addScenario('parse-error.js', 'vm.js', null);
1510

1611
run();
1712

0 commit comments

Comments
 (0)