[Webkit-unassigned] [Bug 38396] New: Two Sputnik Math tests fail on Tiger/Intel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 12:24:32 PDT 2010


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

           Summary: Two Sputnik Math tests fail on Tiger/Intel
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: ggaren at apple.com, oliver at apple.com


Strangely, these didn't fail on Tiger/PPC for me, but they fail on Tiger
buildbot:

fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.html
fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.html

+FAIL SputnikError: x = 6.283185307179586 libc.sin(x) = -2.4492935982947064e-16
Math.sin(x) = -2.4492127076447545e-16 Math.abs(libc.sin(x) - Math.sin(x)) >
1.9721522630525295e-31 

+FAIL SputnikError: x = -1.5707963267948966 libc.tan(x) = -16331239353195370
Math.tan(x) = -16331778728383844 Math.abs(libc.tan(x) - Math.tan(x)) > 8

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