Bug 258039

Summary: New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Tools / TestsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-06-13 12:23:09 PDT
New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky:
```
--- /Volumes/Data/worker/Apple-Ventura-Debug-AppleSilicon-WK1-Tests/build/layout-test-results/fast/dom/Window/setInterval-setTimeout-zero-ordering-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Debug-AppleSilicon-WK1-Tests/build/layout-test-results/fast/dom/Window/setInterval-setTimeout-zero-ordering-actual.txt
@@ -4,14 +4,13 @@
 
 
 * setInterval(0)
-* setTimeout(0)
-PASS setInterval0Called is true
 * setInterval(1)
 PASS setInterval0Called is true
-PASS setTimeout0Called is true
+FAIL setTimeout0Called should be true. Was false.
 * setTimeout(1)
 PASS setInterval1Called is true
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE
 
```
Comment 1 Chris Dumez 2023-06-13 12:29:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14932
Comment 2 EWS 2023-06-14 14:22:09 PDT
Committed 265165@main (cae01009ef15): <https://commits.webkit.org/265165@main>

Reviewed commits have been landed. Closing PR #14932 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-06-14 14:23:26 PDT
<rdar://problem/110798761>