Bug 42837
| Summary: | regression in LayoutTests/animations/play-state.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Bulach <bulach> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cmarrin, eric, ojan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Marcus Bulach
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Looks like a dupe of bug 42821.
*** This bug has been marked as a duplicate of bug 42821 ***