WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
176952
Layout test inspector/debugger/breakpoints/resolved-dump-all-pause-locations.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=176952
Summary
Layout test inspector/debugger/breakpoints/resolved-dump-all-pause-locations....
Matt Lewis
Reported
2017-09-14 13:35:28 PDT
inspector/debugger/breakpoints/resolved-dump-all-pause-locations.html is a flaky failure on macOS Sierra WK2 according to the flakiness dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fdebugger%2Fbreakpoints%2Fresolved-dump-all-pause-locations.html
There doesn't appear to be a clear regression point on the dashboard however Results:
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r222038%20(4294)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Release%20WK2%20(Tests)/builds/4294
Diff: --- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/debugger/breakpoints/resolved-dump-all-pause-locations-expected.txt +++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/debugger/breakpoints/resolved-dump-all-pause-locations-actual.txt @@ -1,5 +1,7 @@ Checking all resolved breakpoint locations in a script. +ERROR: No domain dispatcher registered for domain 'Memory' +ERROR: No domain dispatcher registered for domain 'Memory' == Running test suite: Debugger.resolvedBreakpoint.dumpAllLocations -- Running test case: Debugger.resolvedBreakpoint.dumpAllLocations.General
Attachments
[PATCH] Proposed Fix
(3.72 KB, patch)
2017-09-14 13:52 PDT
,
Joseph Pecoraro
mattbaker
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2017-09-14 13:40:38 PDT
Yay! We caught an issue! Very easy fix.
Joseph Pecoraro
Comment 2
2017-09-14 13:52:19 PDT
Created
attachment 320815
[details]
[PATCH] Proposed Fix
Matt Baker
Comment 3
2017-09-14 13:54:45 PDT
Comment on
attachment 320815
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=320815&action=review
r=me, with a nit
> Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js:289 > + console.error("No domain dispatcher registered for domain '" + this._domainName + "', for event '" + this._domainName + "." + eventName + "'");
This would be easier to read as a template string.
Joseph Pecoraro
Comment 4
2017-09-14 14:10:15 PDT
<
https://trac.webkit.org/changeset/222052/webkit
>
Radar WebKit Bug Importer
Comment 5
2017-09-27 12:31:48 PDT
<
rdar://problem/34693432
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug