Bug 129639 - inspector-protocol/dom/dom-search-crash.html is very flaky
Summary: inspector-protocol/dom/dom-search-crash.html is very flaky
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: MakingBotsRed
Depends on: 129462
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-03 16:55 PST by Alexey Proskuryakov
Modified: 2017-01-18 23:39 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 Alexey Proskuryakov 2014-03-03 16:55:15 PST
inspector-protocol/dom/dom-search-crash.html fails most of the time on both debug and release builds now:

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector-protocol%2Fdom%2Fdom-search-crash.html
Comment 1 Alexey Proskuryakov 2014-03-03 16:56:47 PST
Same error:

@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: InspectorFrontendAPI
+CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: InspectorFrontendAPI
 Tests that elements panel search is not crashing on documentElement-less cases.
Comment 2 BJ Burg 2014-03-03 18:33:30 PST
Line number=1 would suggest this comes from an eval() or similar mechanism, but before InspectorFrontendAPI.js is loaded.
Comment 3 Timothy Hatcher 2014-03-04 10:29:27 PST
InspectorClient::doDispatchMessageOnFrontendPage evals "InspectorFrontendAPI.dispatchMessageAsync(...)". Also InspectorFrontendClientLocal::evaluateOnLoad.
Comment 4 BJ Burg 2014-03-04 10:55:56 PST
Committed r165061: <http://trac.webkit.org/changeset/165061>
Comment 5 BJ Burg 2014-03-04 10:56:33 PST
Ugh webkit-patch, why you so eager to close bugs.