Bug 193490 - [GTK][Debug] animations/animation-direction-normal.html is failing (most of the time at least)
Summary: [GTK][Debug] animations/animation-direction-normal.html is failing (most of t...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 06:43 PST by Alicia Boya García
Modified: 2019-01-16 06:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-01-16 06:43:32 PST
The following tests are failing in GTK Debug most of the time. What is surprising is they pass most of the time in GTK Release and WPE Debug.

animations/animation-direction-normal.html
animations/play-state-suspend.html
Comment 1 Alicia Boya García 2019-01-16 06:44:19 PST
Maybe they are just running too slowly?

--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/animations/animation-direction-normal-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/animations/animation-direction-normal-actual.txt
@@ -1,4 +1,4 @@
-PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0
-PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0
-PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
+FAIL - "webkitTransform" property for "box" element at 0.5s expected: 1,0,0,1,50,0 but saw: matrix(1, 0, 0, 1, 75.69999694824219, 0)
+FAIL - "webkitTransform" property for "box" element at 1s expected: 1,0,0,1,100,0 but saw: matrix(1, 0, 0, 1, 125.19999694824219, 0)
+FAIL - "webkitTransform" property for "box" element at 2.5s expected: 1,0,0,1,50,0 but saw: matrix(1, 0, 0, 1, 75.19999694824219, 0)