Bug 20851 - REGRESSION (r36410): fast/js/kde/GlobalObject.html fails
Summary: REGRESSION (r36410): fast/js/kde/GlobalObject.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2008-09-15 01:39 PDT by Cameron Zwarich (cpst)
Modified: 2008-09-16 00:19 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (4.21 KB, patch)
2008-09-15 02:31 PDT, Cameron Zwarich (cpst)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-09-15 01:39:24 PDT
-PASS parseInt(1234567890123456) is 1234567890123456
+FAIL parseInt(1234567890123456) should be 1234567890123456. Was 1015724736.
Comment 1 Cameron Zwarich (cpst) 2008-09-15 02:31:08 PDT
Created attachment 23433 [details]
Proposed patch
Comment 2 Cameron Zwarich (cpst) 2008-09-15 02:39:46 PDT
Landed in r36434.
Comment 3 Cameron Zwarich (cpst) 2008-09-16 00:19:23 PDT
Comment on attachment 23433 [details]
Proposed patch

Oops, Maciej never set a review flag on this. I'll remove it.