[Webkit-unassigned] [Bug 80157] New: [Qt] svg/animations/animate-elem-08-t-drt.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 06:09:25 PST 2012


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

           Summary: [Qt] svg/animations/animate-elem-08-t-drt.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 79784


svg/animations/animate-elem-08-t-drt.html introduced in http://trac.webkit.org/changeset/109215
and fails on the Qt with the following diff: (It isn't flaky fail, it fails always.)

--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/animations/animate-elem-08-t-drt-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/animations/animate-elem-08-t-drt-actual.txt 
@@ -11,49 +11,49 @@
 PASS rootSVGElement.getTransformToElement(path1).c is -1
 PASS rootSVGElement.getTransformToElement(path1).d is 0
 PASS rootSVGElement.getTransformToElement(path1).e is 224.9
-PASS rootSVGElement.getTransformToElement(path1).f is -25.9
+FAIL rootSVGElement.getTransformToElement(path1).f should be close to -25.9. Was -24.999999999999957.
 PASS rootSVGElement.getTransformToElement(path2).a is 0
 PASS rootSVGElement.getTransformToElement(path2).b is -1
 PASS rootSVGElement.getTransformToElement(path2).c is 1
 PASS rootSVGElement.getTransformToElement(path2).d is 0
-PASS rootSVGElement.getTransformToElement(path2).e is -223.9
-PASS rootSVGElement.getTransformToElement(path2).f is 275.9
+FAIL rootSVGElement.getTransformToElement(path2).e should be close to -223.9. Was -225.00000000000006.
+FAIL rootSVGElement.getTransformToElement(path2).f should be close to 275.9. Was 274.99999999999994.
 PASS rootSVGElement.getTransformToElement(path1).a is 1
 PASS rootSVGElement.getTransformToElement(path1).b is 0.1
 PASS rootSVGElement.getTransformToElement(path1).c is -0.1
 PASS rootSVGElement.getTransformToElement(path1).d is 1
-PASS rootSVGElement.getTransformToElement(path1).e is -70.3
-PASS rootSVGElement.getTransformToElement(path1).f is -182.8
+FAIL rootSVGElement.getTransformToElement(path1).e should be close to -70.3. Was -70.83786547620552.
+FAIL rootSVGElement.getTransformToElement(path1).f should be close to -182.8. Was -182.6106154800177.
 PASS rootSVGElement.getTransformToElement(path2).a is -1
 PASS rootSVGElement.getTransformToElement(path2).b is -0.1
 PASS rootSVGElement.getTransformToElement(path2).c is 0.1
 PASS rootSVGElement.getTransformToElement(path2).d is -1
-PASS rootSVGElement.getTransformToElement(path2).e is 318.6
-PASS rootSVGElement.getTransformToElement(path2).f is 211.6
+FAIL rootSVGElement.getTransformToElement(path2).e should be close to 318.6. Was 319.2541316663095.
+FAIL rootSVGElement.getTransformToElement(path2).f should be close to 211.6. Was 210.70607556648315.
 PASS rootSVGElement.getTransformToElement(path1).a is 0.7
 PASS rootSVGElement.getTransformToElement(path1).b is -0.7
 PASS rootSVGElement.getTransformToElement(path1).c is 0.7
 PASS rootSVGElement.getTransformToElement(path1).d is 0.7
 PASS rootSVGElement.getTransformToElement(path1).e is -265.1
-PASS rootSVGElement.getTransformToElement(path1).f is -18.9
+FAIL rootSVGElement.getTransformToElement(path1).f should be close to -18.9. Was -17.69790096173402.
 PASS rootSVGElement.getTransformToElement(path2).a is -0.7
 PASS rootSVGElement.getTransformToElement(path2).b is 0.7
 PASS rootSVGElement.getTransformToElement(path2).c is -0.7
 PASS rootSVGElement.getTransformToElement(path2).d is -0.7
-PASS rootSVGElement.getTransformToElement(path2).e is 442.7
-PASS rootSVGElement.getTransformToElement(path2).f is -156.9
+FAIL rootSVGElement.getTransformToElement(path2).e should be close to 442.7. Was 441.94738120492275.
+FAIL rootSVGElement.getTransformToElement(path2).f should be close to -156.9. Was -159.0653646842131.
 PASS rootSVGElement.getTransformToElement(path1).a is 0.7
 PASS rootSVGElement.getTransformToElement(path1).b is -0.7
 PASS rootSVGElement.getTransformToElement(path1).c is 0.7
 PASS rootSVGElement.getTransformToElement(path1).d is 0.7
 PASS rootSVGElement.getTransformToElement(path1).e is -265.1
-PASS rootSVGElement.getTransformToElement(path1).f is -18.9
+FAIL rootSVGElement.getTransformToElement(path1).f should be close to -18.9. Was -17.69790096173402.
 PASS rootSVGElement.getTransformToElement(path2).a is -0.7
 PASS rootSVGElement.getTransformToElement(path2).b is 0.7
 PASS rootSVGElement.getTransformToElement(path2).c is -0.7
 PASS rootSVGElement.getTransformToElement(path2).d is -0.7
-PASS rootSVGElement.getTransformToElement(path2).e is 442.7
-PASS rootSVGElement.getTransformToElement(path2).f is -156.9
+FAIL rootSVGElement.getTransformToElement(path2).e should be close to 442.7. Was 441.94738120492275.
+FAIL rootSVGElement.getTransformToElement(path2).f should be close to -156.9. Was -159.0653646842131.
 PASS successfullyParsed is true

 TEST COMPLETE

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