Bug 222209

Summary: [ macOS Wk 2 ] inspector/debugger/async-stack-trace-basic.html is flakey timing out
Product: WebKit Reporter: Robert Jenner <jenner>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Robert Jenner
Reported 2021-02-19 15:44:48 PST
inspector/debugger/async-stack-trace-basic.html is flakey timing out in macOS on wk2. It is also flakey timing out in EWS, causing EWS to slow down. HISTORY URL: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdebugger%2Fasync-stack-trace-basic.html History shows that the timeouts started when this test first started to run on Big Sur at r271039. DIFF URL: https://build.webkit.org/results/Apple-Catalina-Debug-WK2-Tests/r273103%20(233)/inspector/debugger/async-stack-trace-basic-pretty-diff.html DIFF TEXT: --- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/debugger/async-stack-trace-basic-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/debugger/async-stack-trace-basic-actual.txt @@ -1,83 +1,5 @@ -Tests for checking that async stack traces exist when pausing in asynchronous callbacks: requestAnimationFrame, setTimeout, setInterval, and postMessage. +#PID UNRESPONSIVE - WebKitTestRunner (pid 51380) +FAIL: Timed out waiting for notifyDone to be called - -== Running test suite: AsyncStackTrace.Basic --- Running test case: AsyncStackTrace.Basic.RequestAnimationFrame -PAUSED -CALL STACK: -0: [F] handleAnimationFrame -ASYNC CALL STACK: -1: --- requestAnimationFrame --- -2: [F] triggerRequestAnimationFrame -3: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.NestedRequestAnimationFrame -PAUSED -CALL STACK: -0: [F] handleAnimationFrame2 -ASYNC CALL STACK: -1: --- requestAnimationFrame --- -2: [F] handleAnimationFrame1 -3: --- requestAnimationFrame --- -4: [F] triggerNestedRequestAnimationFrame -5: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.SetTimeout -PAUSED -CALL STACK: -0: [F] handleTimeout -ASYNC CALL STACK: -1: --- setTimeout --- -2: [F] triggerSetTimeout -3: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.NestedSetTimeout -PAUSED -CALL STACK: -0: [F] handleTimeout2 -ASYNC CALL STACK: -1: --- setTimeout --- -2: [F] handleTimeout1 -3: --- setTimeout --- -4: [F] triggerNestedSetTimeout -5: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.SetInterval -PAUSED -CALL STACK: -0: [F] handleInterval -ASYNC CALL STACK: -1: --- setInterval --- -2: [F] triggerSetInterval -3: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.NestedSetInterval -PAUSED -CALL STACK: -0: [F] handleInterval2 -ASYNC CALL STACK: -1: --- setInterval --- -2: [F] handleInterval1 -3: --- setInterval --- -4: [F] triggerNestedSetInterval -5: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.NestedSetInterval -PAUSED -CALL STACK: -0: [F] handleInterval2 -ASYNC CALL STACK: -1: --- setInterval --- -2: [F] handleInterval1 -3: --- setInterval --- -4: [F] triggerNestedSetInterval -5: [P] Global Code - --- Running test case: AsyncStackTrace.Basic.PostMessage -PAUSED -CALL STACK: -0: [F] handleMessage -ASYNC CALL STACK: -1: --- postMessage --- -2: [P] Global Code - +#EOF +#EOF
Attachments
Patch (1.49 KB, patch)
2021-02-19 15:59 PST, Robert Jenner
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-19 15:45:16 PST
Robert Jenner
Comment 2 2021-02-19 15:59:48 PST
Truitt Savell
Comment 3 2021-02-19 16:31:14 PST
Comment on attachment 421052 [details] Patch Clearing flags on attachment: 421052 Committed r273182 (234368@main): <https://commits.webkit.org/234368@main>
Note You need to log in before you can comment on or make changes to this bug.