Skip to content

Commit

Permalink
test: remove broken debugger scenarios
Browse files Browse the repository at this point in the history
`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 <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <r@va.gg>
  • Loading branch information
Trott authored and Fishrock123 committed Mar 8, 2016
1 parent 048c0f4 commit 4f20f31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/debugger/test-debug-break-on-uncaught.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ var debug = require('_debugger');

addScenario('global.js', null, 2);
addScenario('timeout.js', null, 2);
addScenario('domain.js', null, 10);

// Exception is thrown from vm.js via module.js (internal file)
// var compiledWrapper = runInThisContext(wrapper, filename, 0, true);
addScenario('parse-error.js', 'vm.js', null);

run();

Expand Down

0 comments on commit 4f20f31

Please sign in to comment.