Bug 80138

Summary: [JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
Product: WebKit Reporter: Hojong Han <hojong.han>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Hojong Han 2012-03-02 03:18:14 PST
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.
Comment 1 Hojong Han 2012-03-02 03:29:15 PST
Created attachment 129864 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-02 14:45:00 PST
Comment on attachment 129864 [details]
Patch

Clearing flags on attachment: 129864

Committed r109618: <http://trac.webkit.org/changeset/109618>
Comment 3 WebKit Review Bot 2012-03-02 14:45:04 PST
All reviewed patches have been landed.  Closing bug.