WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
221759
[ MacOS wk2 ] inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221759
Summary
[ MacOS wk2 ] inspector/debugger/breakpoints/resolved-dump-all-inline-script-...
Robert Jenner
Reported
2021-02-11 09:24:21 PST
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
Comment 1
2021-02-11 09:24:40 PST
<
rdar://problem/74237452
>
Robert Jenner
Comment 2
2021-02-11 09:34:02 PST
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
Comment 3
2021-03-12 13:33:52 PST
Updated test expectations while this one is being reviewed:
https://trac.webkit.org/changeset/274369/webkit
Robert Jenner
Comment 4
2021-03-15 16:28:25 PDT
Updated test expectations with "Release" only flag, as prior update was causing unexpected crashing.
https://trac.webkit.org/changeset/274447/webkit
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