Bug 853702 - ECMA-402 test ch09/9.2/9.2.8_4.js failing. r=Waldo

This commit is contained in:
Norbert Lindenberg 2013-04-29 08:31:15 -04:00
parent f360bb2e00
commit 45bb74e2ab
2 changed files with 1 additions and 3 deletions

View File

@ -803,8 +803,7 @@ function SupportedLocales(availableLocales, requestedLocales, options) {
// Step 4.
for (var i = 0; i < subset.length; i++)
std_Object_defineProperty(subset, i, {value: subset[i], writable: false, enumerable: true, configurable: false});
// ??? commented out because of SpiderMonkey bugs 591059 and 598996
// std_Object_defineProperty(subset, "length", {value: subset.length, writable: false, enumerable: false, configurable: false});
std_Object_defineProperty(subset, "length", {value: subset.length, writable: false, enumerable: false, configurable: false});
// Step 5.
return subset;

View File

@ -4,7 +4,6 @@
skip-if(!this.hasOwnProperty("Intl")) include test402/jstests.list # Intl is not enabled in all builds
skip include test402/lib/jstests.list # include files
skip script test402/ch09/9.2/9.2.8_4.js # bug 853702
skip script test402/ch10/10.1/10.1.1_a.js # bug 854320
skip script test402/ch10/10.1/10.1.1_13.js # bug 853704
skip script test402/ch10/10.1/10.1.1_19_c.js # bug 853704