Bug 23461

Summary: LayoutTests/fast/js/numeric-conversion.html is broken
Product: WebKit Reporter: Ivan Posva <iposva>
Component: JavaScriptCoreAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Fix sam: review+

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.