diff options
Diffstat (limited to 'js/src/tests/jstests.list')
-rw-r--r-- | js/src/tests/jstests.list | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/src/tests/jstests.list b/js/src/tests/jstests.list index 72d078dc40..55ffc65f6f 100644 --- a/js/src/tests/jstests.list +++ b/js/src/tests/jstests.list @@ -10,12 +10,6 @@ skip script non262/String/normalize-generateddata-input.js # input data for othe slow script test262/built-ins/decodeURI/S15.1.3.1_A2.5_T1.js slow script test262/built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1.js -# Windows10-aarch64 fails certain tests. -# https://bugzilla.mozilla.org/show_bug.cgi?id=1526003 -# https://bugzilla.mozilla.org/show_bug.cgi?id=1526012 -skip-if((xulRuntime.XPCOMABI.match(/aarch64/))&&(xulRuntime.OS=="WINNT")) script non262/Math/fround.js -skip-if((xulRuntime.XPCOMABI.match(/aarch64/))&&(xulRuntime.OS=="WINNT")) script non262/Math/log2-approx.js - ########################################################################### # Generated jstests.list for test262 when inline |reftest| isn't possible # @@ -626,13 +620,6 @@ skip script test262/built-ins/RegExp/unicodeSets/generated/rgi-emoji-15.1.js skip script test262/intl402/DateTimeFormat/timezone-not-canonicalized.js skip script test262/intl402/DateTimeFormat/timezone-case-insensitive.js -# Resolved options reordered. -# https://github.com/tc39/ecma402/pull/811 -skip script test262/intl402/NumberFormat/constructor-option-read-order.js -skip script test262/intl402/NumberFormat/prototype/resolvedOptions/return-keys-order-default.js -skip script test262/intl402/PluralRules/constructor-option-read-order.js -skip script test262/intl402/PluralRules/prototype/resolvedOptions/return-keys-order-default.js - # Requires Unicode 15.1 # https://github.com/tc39/test262/pull/3947 # https://bugzilla.mozilla.org/show_bug.cgi?id=1859752 |