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

Hojong Han
Reported 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.
Attachments
Patch (1.96 KB, patch)
2012-03-02 03:29 PST, Hojong Han
no flags
Hojong Han
Comment 1 2012-03-02 03:29:15 PST
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-03-02 14:45:04 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.