RESOLVED FIXED258039
New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky
https://bugs.webkit.org/show_bug.cgi?id=258039
Summary New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky
Chris Dumez
Reported 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 ```
Attachments
Chris Dumez
Comment 1 2023-06-13 12:29:30 PDT
EWS
Comment 2 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.
Radar WebKit Bug Importer
Comment 3 2023-06-14 14:23:26 PDT
Note You need to log in before you can comment on or make changes to this bug.