Bug 63902 - [chromium] Failures on svg/animations/svgtransform-animation-1.html
Summary: [chromium] Failures on svg/animations/svgtransform-animation-1.html
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Marcus Bulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-04 06:09 PDT by Marcus Bulach
Modified: 2013-04-09 16:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2011-07-04 06:26 PDT, Marcus Bulach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Bulach 2011-07-04 06:09:53 PDT
After r90345, this test is failing on chromium, for both mac and windows.
I'll temporarily disable it for those platforms, but would appreciate any help!

ACTUAL RESULTS: Webkit Mac10.6 (dbg) 
====
SVG 1.1 dynamic animation tests

Test accumulate=sum animation on SVGAnimateTransform.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS rect.transform.animVal.numberOfItems is 1
PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE
PASS rect.transform.animVal.getItem(0).matrix.a is 0.01
PASS rect.transform.animVal.getItem(0).matrix.d is 0.01
PASS rect.transform.animVal.numberOfItems is 1
PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE
FAIL rect.transform.animVal.getItem(0).matrix.a should be close to 1. Was 0.
FAIL rect.transform.animVal.getItem(0).matrix.d should be close to 1. Was 0.
PASS rect.transform.animVal.numberOfItems is 1
PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE
FAIL rect.transform.animVal.getItem(0).matrix.a should be close to 2. Was 0.
FAIL rect.transform.animVal.getItem(0).matrix.d should be close to 2. Was 0.
PASS successfullyParsed is true

TEST COMPLETE
====
ACTUAL RESULTS: Webkit Win (dbg)(2) 
SVG 1.1 dynamic animation tests

Test accumulate=sum animation on SVGAnimateTransform.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS rect.transform.animVal.numberOfItems is 1
PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE
PASS rect.transform.animVal.getItem(0).matrix.a is 0.01
PASS rect.transform.animVal.getItem(0).matrix.d is 0.01
PASS rect.transform.animVal.numberOfItems is 1
FAIL rect.transform.animVal.getItem(0).type should be 3. Was -572662307.
FAIL rect.transform.animVal.getItem(0).matrix.a should be close to 1. Was -1.4568159901474629e+144.
FAIL rect.transform.animVal.getItem(0).matrix.d should be close to 1. Was 1.6268409698389691e-279.
PASS rect.transform.animVal.numberOfItems is 1
FAIL rect.transform.animVal.getItem(0).type should be 3. Was 101549720.
FAIL rect.transform.animVal.getItem(0).matrix.a should be close to 2. Was 1.6267199221232265e-279.
FAIL rect.transform.animVal.getItem(0).matrix.d should be close to 2. Was 1.6268409698389691e-279.
PASS successfullyParsed is true

TEST COMPLETE


====


More details:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&group=%40ToT%20-%20chromium.org&tests=svg%2Fanimations%2Fsvgtransform-animation-1.html
Comment 1 Marcus Bulach 2011-07-04 06:26:19 PDT
Created attachment 99623 [details]
Patch
Comment 2 Marcus Bulach 2011-07-04 06:30:14 PDT
Committed r90363: <http://trac.webkit.org/changeset/90363>
Comment 3 Stephen Chenney 2013-04-09 16:11:02 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.