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.
Created attachment 129864 [details] Patch
Comment on attachment 129864 [details] Patch Clearing flags on attachment: 129864 Committed r109618: <http://trac.webkit.org/changeset/109618>
All reviewed patches have been landed. Closing bug.