[Webkit-unassigned] [Bug 80138] New: [JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 03:18:14 PST 2012


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

           Summary: [JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hojong.han at samsung.com


Testcase ecma/TypeConversion/9.3.1-3.js failed

Failure messages were:
- "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880
parseInt("0022") = 22 FAILED! expected: 18
- "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880


Expected results should be updated like below

81985529216486880 ===> NaN 
There's not a consideration on the signed literal for HexIntegerLiteral in ECMA262.

22 ===> 18
ES5 prohibits parseInt from supporting octal.

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