[Webkit-unassigned] [Bug 23927] New: LayoutTests for svg fail after TransformationMatrix changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 10:16:44 PST 2009


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

           Summary: LayoutTests for svg fail after TransformationMatrix
                    changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmarrin at apple.com


Because of the change in TransformationMatrix from doing computations in floats
to doubles, precision differences show up in LayoutTests as slightly different
numeric values. Most of these are things like 0.00 vs -0.00 and 17s vs 172.00.
Fixing DRT to get rid of these two differences will fix the problem in almost
all tests

The downside is that changing how numbers print out will require many test
results to be redone.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list