Bug 111612 - Layout Test animations/animation-delay-changed.html is failing
Summary: Layout Test animations/animation-delay-changed.html is failing
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
: 113598 154253 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-06 12:28 PST by Rafael Weinstein
Modified: 2023-10-24 06:11 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Weinstein 2013-03-06 12:28:16 PST
The following layout test is failing (flakly) on Win Linux and Mac 

animations/animation-delay-changed.html

Probable cause: http://trac.webkit.org/changeset/144935

Failures all have:

CONSOLE MESSAGE: line 307: Uncaught Error: InvalidAccessError: DOM Exception 15
starts after 1s
starts after 1.5s
PASS - "left" property for "box2" element at 1s saw something close to: 100
Comment 1 Ádám Kallai 2013-03-07 01:57:01 PST
This test is failing on Qt too.

--- /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/animations/animation-delay-changed-expected.txt
+++ /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/animations/animation-delay-changed-actual.txt
@@ -1,5 +1,5 @@
+CONSOLE MESSAGE: line 307: InvalidAccessError: DOM Exception 15: A parameter or an operation was not supported by the underlying object.
 starts after 1s
 starts after 1.5s
-PASS - "left" property for "box1" element at 1s saw something close to: 200
 PASS - "left" property for "box2" element at 1s saw something close to: 100
Comment 2 Fujii Hironori 2023-09-24 21:23:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18146
Comment 3 Fujii Hironori 2023-09-25 17:11:35 PDT
The diff has changed a little. Here is the latest diff.

https://build.webkit.org/results/Apple-Ventura-Release-WK2-Tests/268409@main%20(3593)/animations/animation-delay-changed-diff.txt

--- /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/animations/animation-delay-changed-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/animations/animation-delay-changed-actual.txt
@@ -1,5 +1,5 @@
 starts after 1s
 starts after 1.5s
-PASS - "left" property for "box1" element at 1s saw something close to: 200
+FAIL - "left" property for "box1" element at 1s expected: 200 but saw: 0
 PASS - "left" property for "box2" element at 1s saw something close to: 100
Comment 4 Fujii Hironori 2023-10-02 20:55:49 PDT
*** Bug 113598 has been marked as a duplicate of this bug. ***
Comment 5 Fujii Hironori 2023-10-02 20:56:47 PDT
*** Bug 154253 has been marked as a duplicate of this bug. ***
Comment 6 EWS 2023-10-03 17:19:50 PDT
Committed 268812@main (e244db9b1989): <https://commits.webkit.org/268812@main>

Reviewed commits have been landed. Closing PR #18146 and removing active labels.
Comment 7 Radar WebKit Bug Importer 2023-10-03 17:20:17 PDT
<rdar://problem/116434806>
Comment 8 Fujii Hironori 2023-10-07 15:21:52 PDT
Still flaky even after 268812@main. Reopened.
https://results.webkit.org/?suite=layout-tests&test=animations%2Fanimation-delay-changed.html
Comment 9 Fujii Hironori 2023-10-07 15:24:58 PDT
https://build.webkit.org/results/Apple-Ventura-Release-WK2-Tests/268849@main%20(3689)/animations/animation-delay-changed-diff.txt

--- /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/animations/animation-delay-changed-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/animations/animation-delay-changed-actual.txt
@@ -1,5 +1,5 @@
 starts after 1s
 starts after 1.5s
-PASS - "left" property for "box1" element at 0.5s saw something close to: 100
+FAIL - "left" property for "box1" element at 0.5s expected: 100 but saw: 124.19999694824219
 PASS - "left" property for "box2" element at 1s saw something close to: 100
Comment 10 Fujii Hironori 2023-10-17 13:06:11 PDT
https://build.webkit.org/results/Apple-Sonoma-Release-AppleSilicon-WK1-Tests/269419@main%20(313)/animations/animation-delay-changed-diff.txt

--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK1-Tests/build/layout-test-results/animations/animation-delay-changed-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK1-Tests/build/layout-test-results/animations/animation-delay-changed-actual.txt
@@ -1,5 +1,5 @@
 starts after 1s
 starts after 1.5s
 PASS - "left" property for "box1" element at 0.5s saw something close to: 100
-PASS - "left" property for "box2" element at 1s saw something close to: 100
+FAIL - "left" property for "box2" element at 1s expected: 100 but saw: 88
Comment 11 Fujii Hironori 2023-10-17 13:36:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19183
Comment 12 EWS 2023-10-17 23:56:29 PDT
Committed 269450@main (b5146d846e83): <https://commits.webkit.org/269450@main>

Reviewed commits have been landed. Closing PR #19183 and removing active labels.
Comment 13 Fujii Hironori 2023-10-18 19:20:42 PDT
Some buildbots are still flaky. Reopened.
https://results.webkit.org/?suite=layout-tests&test=animations%2Fanimation-delay-changed.html
Comment 14 Fujii Hironori 2023-10-24 00:44:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19477
Comment 15 EWS 2023-10-24 06:11:21 PDT
Test gardening commit 269710@main (a2c0f8feaecf): <https://commits.webkit.org/269710@main>

Reviewed commits have been landed. Closing PR #19477 and removing active labels.