[Webkit-unassigned] [Bug 103962] New: fast/js/kde/Array.html fails on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 3 19:35:18 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103962
Summary: fast/js/kde/Array.html fails on Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: roger_fong at apple.com
It fails on creating an Array size of Infinity.
I'm not sure when the test started failing (sometime in November 2012).
Oddly, the proper exception is indeed being thrown. The test does not properly catch the exception however.
The previous test in this file new Array(-1) also throws a RangeError but the error is indeed properly caught.
In the working case the error is thrown from JSArray.cpp
In the broken case it is thrown from ArrayConstructor.cpp
I'm skipping the test for now to get the bots greener. This seems like it could be some sort of Windows DRT limitation as well, who knows.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list