Bug 161354 - Web Inspector: when there is a top-level exception in the Inspector page, inspector tests time out instead of printing the exception
Summary: Web Inspector: when there is a top-level exception in the Inspector page, ins...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-08-29 15:52 PDT by BJ Burg
Modified: 2016-12-13 15:33 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-08-29 15:52:14 PDT
It looks like someone forgot to hook up FrontendTestHarness.reportUncaughtException to window.onerror or the Error event in Test.js.

This would hopefully be set up before calling WebInspector.loaded so that exceptions encountered while the Inspector does its first load are properly reported.
Comment 1 Radar WebKit Bug Importer 2016-08-29 15:52:43 PDT
<rdar://problem/28065265>