Bug 258039
| Summary: | New fast/dom/Window/setInterval-setTimeout-zero-ordering.html test is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Tools / Tests | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/14932
EWS
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
<rdar://problem/110798761>