WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80138
[JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
https://bugs.webkit.org/show_bug.cgi?id=80138
Summary
[JSC] Testcase ecma/TypeConversion/9.3.1-3.js failed
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Hojong Han
Comment 1
2012-03-02 03:29:15 PST
Created
attachment 129864
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug