Bug 124933
| Summary: | svg/animations/getCurrentTime-pause-unpause.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michal Pakula vel Rutka <mpakulavelrutka> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | ap, ben_schwartz, com.webkit.iidmsa, dino, lucas.de.marchi, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michal Pakula vel Rutka
Layout test svg/animations/getCurrentTime-pause-unpause.html is flaky according to flakines dashboard:
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fanimations%2FgetCurrentTime-pause-unpause.html
Test result:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/svg/animations/getCurrentTime-pause-unpause-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/svg/animations/getCurrentTime-pause-unpause-actual.txt
@@ -1,4 +1,4 @@
PASS svg.getCurrentTime() is 0
-PASS svg.getCurrentTime() is 0.05
-PASS svg.getCurrentTime() is 0.05
+FAIL svg.getCurrentTime() should be close to 0.05. Was 0.0770564079284668.
+FAIL svg.getCurrentTime() should be close to 0.05. Was 0.07780309021472931.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Flaky on all Mac bots, too. Not a recent regression. Sample failure:
@@ -1,4 +1,4 @@
PASS svg.getCurrentTime() is 0
-PASS svg.getCurrentTime() is 0.05
-PASS svg.getCurrentTime() is 0.05
+FAIL svg.getCurrentTime() should be close to 0.05. Was 0.13932637870311737.
+FAIL svg.getCurrentTime() should be close to 0.05. Was 0.14513742923736572.
Marked as flaky in <http://trac.webkit.org/r161011>.
Radar WebKit Bug Importer
<rdar://problem/145614016>
Fady Farag
Pull request: https://github.com/WebKit/WebKit/pull/41345
EWS
Test gardening commit 291229@main (e846714d3164): <https://commits.webkit.org/291229@main>
Reviewed commits have been landed. Closing PR #41345 and removing active labels.
Ben Schwartz
Errantly closed, still happening on macOS.