Bug 221759
| Summary: | [ MacOS wk2 ] inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html is flakey timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robert Jenner
inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html
Is flakey timing out on MacOS.
HISTORY URL:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdebugger%2Fbreakpoints%2Fresolved-dump-all-inline-script-pause-locations.html
Test is very flakey, but has been timing out for a long time.
Most recent reported occurrence was at r272726.
DIFF URL:
https://build.webkit.org/results/Apple-BigSur-Release-WK2-Tests/r272726%20(122)/inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations-pretty-diff.html
DIFF TEXT:
CONSOLE MESSAGE: here 1
CONSOLE MESSAGE: here 2
-Checking all resolved breakpoint locations in a script.
+#PID UNRESPONSIVE - WebKitTestRunner (pid 46376)
+FAIL: Timed out waiting for notifyDone to be called
-
-
-== Running test suite: Debugger.resolvedBreakpoint.dumpAllLocations
--- Running test case: Debugger.resolvedBreakpoint.dumpAllLocations.InlineScript
-
-INSERTING AT: 3:0
-PAUSES AT: 3:0
- 0 <body>
- 1 <button id="one">One</button>
- 2 <button id="two">Two</button>
--=> 3 | <script>console.log("here 1");document.getElementById("one").addEventListener("click", (event) => { console.log("one"); console.log(event); });</script>
- 4 <script>
- 5 console.log("here 2");document.getElementById("two").addEventListener("click", (event) => { console.log("two"); console.log(event); });
- 6 </script>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/74237452>
Robert Jenner
Was able to reproduce timeout on r272710 using test:
run-webkit-test inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html --iterations 1000 -f
Timeouts occurred at a rate of 57.9% timing out 575 times out of the 1000 iterations run.
Robert Jenner
Updated test expectations while this one is being reviewed:
https://trac.webkit.org/changeset/274369/webkit
Robert Jenner
Updated test expectations with "Release" only flag, as prior update was causing unexpected crashing.
https://trac.webkit.org/changeset/274447/webkit