RESOLVED FIXED Bug 103962
fast/js/kde/Array.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=103962
Summary fast/js/kde/Array.html fails on Windows
Roger Fong
Reported 2012-12-03 19:37:43 PST
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
Roger Fong
Comment 1 2012-12-03 19:55:32 PST
Brent Fulgham
Comment 2 2014-02-18 14:33:27 PST
It looks like recent JavaScriptCore updates have corrected this.
Note You need to log in before you can comment on or make changes to this bug.