[Webkit-unassigned] [Bug 63902] New: [chromium] Failures on svg/animations/svgtransform-animation-1.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 06:09:52 PDT 2011


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

           Summary: [chromium] Failures on
                    svg/animations/svgtransform-animation-1.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bulach at chromium.org
                CC: zimmermann at kde.org


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

-- 
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