Bug 42837 - regression in LayoutTests/animations/play-state.html
Summary: regression in LayoutTests/animations/play-state.html
Status: RESOLVED DUPLICATE of bug 42821
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 11:01 PDT by Marcus Bulach
Modified: 2010-07-23 04:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Bulach 2010-07-22 11:01:05 PDT
Hi cmarrin,

We've had a few regressions LayoutTests/animations/play-state.html, and it seems it's likely after http://trac.webkit.org/changeset/63862/

Would you mind helping us tracing this?

Commit Queue failure:
https://bugs.webkit.org/show_bug.cgi?id=42768
Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1
Running build-dumprendertree
Compiling Java tests
make: Nothing to be done for `default'.
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 20707 test cases.
animations/play-state.html -> failed
....

Chromium failures:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fborders%2Fdifferent-color-borders.html%2Canimations%2Fplay-state.html

DIFF: Webkit Linux
--- /b/slave/webkit-rel-linux/build/src/webkit/Release/../../../layout-test-results/animations/play-state-expected.txt 
+++ /b/slave/webkit-rel-linux/build/src/webkit/Release/../../../layout-test-results/animations/play-state-actual.txt 
@@ -4,5 +4,5 @@
 PASS - "left" property for "box2" element at 0.5s saw something close to: 25
 PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0
 PASS - "left" property for "box2" element at 1.5s saw something close to: 50
-PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0
+FAIL - "webkitTransform" property for "box1" element at 2.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 50, 0)
 PASS - "left" property for "box2" element at 2.5s saw something close to: 75

DIFF: Webkit Linux (dbg)(1)
--- /b/slave/webkit-dbg-linux-1/build/src/webkit/Debug/../../../layout-test-results/animations/play-state-expected.txt 
+++ /b/slave/webkit-dbg-linux-1/build/src/webkit/Debug/../../../layout-test-results/animations/play-state-actual.txt 
@@ -2,7 +2,7 @@
 
 PASS - "webkitTransform" property for "box1" element at 0.5s saw something close to: 1,0,0,1,25,0
 PASS - "left" property for "box2" element at 0.5s saw something close to: 25
-PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0
-PASS - "left" property for "box2" element at 1.5s saw something close to: 50
-PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0
-PASS - "left" property for "box2" element at 2.5s saw something close to: 75
+FAIL - "webkitTransform" property for "box1" element at 1.5s expected: 1,0,0,1,50,0 but saw: matrix(1, 0, 0, 1, 68, 0)
+FAIL - "left" property for "box2" element at 1.5s expected: 50 but saw: 68
+FAIL - "webkitTransform" property for "box1" element at 2.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 91, 0)
+FAIL - "left" property for "box2" element at 2.5s expected: 75 but saw: 91
Comment 1 Eric Seidel (no email) 2010-07-23 04:53:31 PDT
Looks like a dupe of bug 42821.

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