Bug 103962
Summary: | fast/js/kde/Array.html fails on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, bfulgham, fpizlo, mark.lam, oliver, roger_fong |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Roger Fong
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Roger Fong
Skipped: http://trac.webkit.org/changeset/136469
Brent Fulgham
It looks like recent JavaScriptCore updates have corrected this.