[Webkit-unassigned] [Bug 42837] New: regression in LayoutTests/animations/play-state.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 11:01:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42837

           Summary: regression in LayoutTests/animations/play-state.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bulach at chromium.org
                CC: cmarrin at apple.com, ojan at chromium.org


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list