Bug 206973 - [ iOS Release wk2 ] animations/change-one-anim.html flaky failing.
Summary: [ iOS Release wk2 ] animations/change-one-anim.html flaky failing.
Status: RESOLVED DUPLICATE of bug 190882
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-29 16:14 PST by Jason Lawrence
Modified: 2020-03-23 19:34 PDT (History)
5 users (show)

See Also:


Attachments
Update Test Expectations (1.50 KB, patch)
2020-01-29 16:24 PST, Jason Lawrence
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-01-29 16:14:15 PST
animations/change-one-anim.html

Description:
This test is flaky failing on iOS release wk2.

History:
https://results.webkit.org/?suite=layout-tests&test=animations%2Fchange-one-anim.html&limit=23942&platform=ios

Diff:
I was not able to gather a diff.
Comment 1 Radar WebKit Bug Importer 2020-01-29 16:14:41 PST
<rdar://problem/59011527>
Comment 2 Jason Lawrence 2020-01-29 16:24:05 PST
Created attachment 389198 [details]
Update Test Expectations
Comment 3 Truitt Savell 2020-01-29 16:27:00 PST
Comment on attachment 389198 [details]
Update Test Expectations

Clearing flags on attachment: 389198

Committed r255402: <https://trac.webkit.org/changeset/255402>
Comment 4 Alexey Proskuryakov 2020-01-30 14:58:33 PST
Here is one from iPadOS Debug:

@@ -1,4 +1,4 @@
 This test performs two animations, left and top. It animates over 1 second. At 0.5 second it removes the left animation and the top animation should continue from where it left off.
 PASS - "left" property for "box" element at 0.75s saw something close to: 150
-PASS - "top" property for "box" element at 0.75s saw something close to: 225
+FAIL - "top" property for "box" element at 0.75s expected: 225 but saw: 270.6000061035156

And one from iOS Release:

@@ -1,4 +1,4 @@
 This test performs two animations, left and top. It animates over 1 second. At 0.5 second it removes the left animation and the top animation should continue from where it left off.
-PASS - "left" property for "box" element at 0.75s saw something close to: 150
-PASS - "top" property for "box" element at 0.75s saw something close to: 225
+FAIL - "left" property for "box" element at 0.75s expected: 150 but saw: 207.89999389648438
+FAIL - "top" property for "box" element at 0.75s expected: 225 but saw: 283.79998779296875

Maybe we should just merge this into bug 190882.
Comment 5 Simon Fraser (smfr) 2020-03-23 19:34:05 PDT

*** This bug has been marked as a duplicate of bug 190882 ***