Bug 258039 - New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky
Summary: New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-13 12:23 PDT by Chris Dumez
Modified: 2023-06-14 14:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>