Bug 189087 - Layout Test svg/animations/animate-end-attribute-numeric-precision.html is flaky
Summary: Layout Test svg/animations/animate-end-attribute-numeric-precision.html is flaky
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 10:24 PDT by Truitt Savell
Modified: 2024-01-01 14:33 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2018-08-29 10:24:05 PDT
The following layout test is flaky on Mac wk1 and iOS wk2

svg/animations/animate-end-attribute-numeric-precision.html

Probable cause:

Unknown. History shows this test failing for a while across multiple platforms. 

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fanimations%2Fanimate-end-attribute-numeric-precision.html

Diff:
--- /Volumes/Data/slave/sierra-debug-tests-wk1/build/layout-test-results/svg/animations/animate-end-attribute-numeric-precision-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk1/build/layout-test-results/svg/animations/animate-end-attribute-numeric-precision-actual.txt
@@ -7,7 +7,7 @@
 
 PASS rect.x.animVal.value is 100
 PASS rect.x.baseVal.value is 100
-PASS rect.x.animVal.value is 300
+FAIL rect.x.animVal.value should be close to 300. Was 100.
 PASS rect.x.baseVal.value is 100
 PASS successfullyParsed is true
Comment 1 Truitt Savell 2018-08-29 10:40:31 PDT
I was able to reproduce the failure by running: 
run-webkit-tests svg/animations/animate-end-attribute-numeric-precision.html --iterations 1000 -f -1

I saw intermittent failure all the way back to r233000. This test seems to have been flakey for a while.
Comment 2 Truitt Savell 2018-08-29 10:57:00 PDT
Marked test as flakey in https://trac.webkit.org/changeset/235468/webkit
Comment 3 Ahmad Saleem 2024-01-01 11:13:34 PST
I am trying to remove this test in favor of WPT here: https://github.com/WebKit/WebKit/pull/22281

WPT variant passes and don't have any platform specific expectation.

Once landed, I will mark this as 'RESOLVED CONFIGURATION CHANGED'. Refer to 'See Also'.