Bug 222209 - [ macOS Wk 2 ] inspector/debugger/async-stack-trace-basic.html is flakey timing out
Summary: [ macOS Wk 2 ] inspector/debugger/async-stack-trace-basic.html is flakey timi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-19 15:44 PST by Robert Jenner
Modified: 2021-02-19 16:31 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2021-02-19 15:59 PST, Robert Jenner
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenner 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
Comment 1 Radar WebKit Bug Importer 2021-02-19 15:45:16 PST
<rdar://problem/74540609>
Comment 2 Robert Jenner 2021-02-19 15:59:48 PST
Created attachment 421052 [details]
Patch
Comment 3 Truitt Savell 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>