[Webkit-unassigned] [Bug 32604] New: [GTK] svg/custom/path-getTotalLength.svg failing on the release bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 02:23:21 PST 2009


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

           Summary: [GTK] svg/custom/path-getTotalLength.svg failing on
                    the release bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


This test fails on the release bot only. It seems to be caused by some rounding
error:

--- layout-test-results/svg/custom/path-getTotalLength-expected.txt   
2009-12-16 02:17:20.000000000 -0800
+++ layout-test-results/svg/custom/path-getTotalLength-actual.txt    2009-12-16
02:17:20.000000000 -0800
@@ -1,4 +1,4 @@
 PASS: M 0 0 L 100 0 L 100 100 L 0 100 Z" = 400
 PASS: M 0 0 l 100 0 l 0 100 l -100 0 Z" = 400
 PASS: M 0 0 t 0 100" = 100
-PASS: M 0 0 Q 55 50 100 100" = 141.4804229736328
+PASS: M 0 0 Q 55 50 100 100" = 141.48040771484375

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