Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb3f04d

Browse filesBrowse 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 <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
1 parent 3eff42b commit eb3f04d
Copy full SHA for eb3f04d

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/debugger/test-debug-break-on-uncaught.js
-5Lines changed: 0 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.