Bug 80138 - [JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
Summary: [JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 03:18 PST by Hojong Han
Modified: 2012-03-02 14:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.96 KB, patch)
2012-03-02 03:29 PST, Hojong Han
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.