Bug 23461 - LayoutTests/fast/js/numeric-conversion.html is broken
Summary: LayoutTests/fast/js/numeric-conversion.html is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-01-21 13:40 PST by Ivan Posva
Modified: 2009-01-22 13:52 PST (History)
1 user (show)

See Also:


Attachments
Fix (3.42 KB, patch)
2009-01-22 13:44 PST, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Posva 2009-01-21 13:40:03 PST
After investigating Chromium bug 6733 (http://code.google.com/p/chromium/issues/detail?id=6733) I came to the conclusion that the fix for rdar://problem/6489314 did not go far enough. Change 39882 does correct the parsing of NaN, but left the parsing of infinite values broken when compared to Firefox, IE and Safari 3.2.1.
Comment 1 Mark Rowe (bdash) 2009-01-21 15:23:42 PST
<rdar://problem/6514842>
Comment 2 Beth Dakin 2009-01-22 13:44:39 PST
Created attachment 26938 [details]
Fix
Comment 3 Beth Dakin 2009-01-22 13:52:23 PST
Fixed with revision 40133.