New issue
Advanced search Search tips

Issue 674715 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

animations/3d/transform-origin-vs-functions.html failing, Win7 dbg

Project Member Reported by rjkroege@chromium.org, Dec 15 2016

Issue description

animations/3d/transform-origin-vs-functions.html is failing on Win7 dbg.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/caedaba54dff01cd810aaaed2fe66514f58d2d6d

commit caedaba54dff01cd810aaaed2fe66514f58d2d6d
Author: rjkroege <rjkroege@chromium.org>
Date: Thu Dec 15 23:28:01 2016

Adjust TestExpectations: animations/3d/transform-origin-vs-functions.html flake

animations/3d/transform-origin-vs-functions.html is failing on windows 7

BUG= 674715 
TBR=ajuma@chromium.org

Review-Url: https://codereview.chromium.org/2578283002
Cr-Commit-Position: refs/heads/master@{#438949}

[modify] https://crrev.com/caedaba54dff01cd810aaaed2fe66514f58d2d6d/third_party/WebKit/LayoutTests/TestExpectations

hoi

Comment 3 by ajuma@chromium.org, Dec 16 2016

Cc: loyso@chromium.org ajuma@chromium.org
Owner: ----
Status: Untriaged (was: Assigned)
Since this is testing an animation running on the main thread, I'm probably not the best person to own it. Marking untriaged so that it falls into the animation team's triage process.
Cc: ericwilligers@chromium.org
Status: Available (was: Untriaged)
+ericwilligers: Is this one of the tests you were looking into?


For reference this is what the failure looks like:

https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Win7__dbg_/8418/layout-test-results/animations/3d/transform-origin-vs-functions-diff.txt

--- E:\b\rr\tmpd82ixg\w\layout-test-results\animations/3d/transform-origin-vs-functions-expected.txt
+++ E:\b\rr\tmpd82ixg\w\layout-test-results\animations/3d/transform-origin-vs-functions-actual.txt
@@ -1,3 +1,11 @@
-PASS(element 'b1' matches expected value)
-PASS(element 'b2' matches expected value)
+FAIL(element 'b1' matrix[0]' was:-0.822372, expected:0)
+FAIL(element 'b1' matrix[10]' was:-0.822372, expected:0)
+FAIL(element 'b1' matrix[2]' was:-0.568951, expected:-1)
+FAIL(element 'b1' matrix[8]' was:0.568951, expected:1)
+FAIL(element 'b2' matrix[0]' was:-0.796772, expected:0)
+FAIL(element 'b2' matrix[10]' was:-0.796772, expected:0)
+FAIL(element 'b2' matrix[12]' was:-120.856, expected:-200)
+FAIL(element 'b2' matrix[14]' was:359.354, expected:200)
+FAIL(element 'b2' matrix[2]' was:-0.604281, expected:-1)
+FAIL(element 'b2' matrix[8]' was:0.604281, expected:1)
 
Owner: ericwilligers@chromium.org
Status: Started (was: Available)
Fixing in https://codereview.chromium.org/2582713002/ 
Labels: Test-Layout
Status: Fixed (was: Started)

Sign in to add a comment