Bug 63902

Summary: [chromium] Failures on svg/animations/svgtransform-animation-1.html
Product: WebKit Reporter: Marcus Bulach <bulach>
Component: SVGAssignee: Marcus Bulach <bulach>
Status: RESOLVED WONTFIX    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Marcus Bulach
Reported 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
Attachments
Patch (1.30 KB, patch)
2011-07-04 06:26 PDT, Marcus Bulach
no flags
Marcus Bulach
Comment 1 2011-07-04 06:26:19 PDT
Marcus Bulach
Comment 2 2011-07-04 06:30:14 PDT
Stephen Chenney
Comment 3 2013-04-09 16:11:02 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.