From dac30bb99530482c7630f7d9dcd1ed82b7a655c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Mon, 6 Mar 2017 10:08:04 -0800 Subject: [PATCH] Bug 1344789 - Enable passing function name tests from test262 for Intl getter functions. r=Waldo --- js/src/tests/jstests.list | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/src/tests/jstests.list b/js/src/tests/jstests.list index 842c879b5a42..fd853d1b93b1 100644 --- a/js/src/tests/jstests.list +++ b/js/src/tests/jstests.list @@ -447,11 +447,8 @@ skip script test262/intl402/NumberFormat/prototype/formatToParts/name.js skip script test262/intl402/NumberFormat/prototype/formatToParts/return-abrupt-tonumber.js # https://bugzilla.mozilla.org/show_bug.cgi?id=1296234 -skip script test262/intl402/Collator/prototype/compare/name.js skip script test262/intl402/Collator/prototype/compare/compare-function-name.js -skip script test262/intl402/DateTimeFormat/prototype/format/name.js skip script test262/intl402/DateTimeFormat/prototype/format/format-function-name.js -skip script test262/intl402/NumberFormat/prototype/format/name.js skip script test262/intl402/NumberFormat/prototype/format/format-function-name.js # https://bugzilla.mozilla.org/show_bug.cgi?id=394604