24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
From: Simon McVittie <smcv@debian.org>
|
|
Date: Wed, 12 Sep 2018 09:46:34 +0100
|
|
Subject: Skip some i18n tests because we are now using system ICU
|
|
|
|
Forwarded: not-needed, Debian-specific
|
|
---
|
|
js/src/tests/jstests.list | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
Index: firefox-60.9.0/js/src/tests/jstests.list
|
|
===================================================================
|
|
--- firefox-60.9.0.orig/js/src/tests/jstests.list 2019-12-10 09:57:46.072145154 +0100
|
|
+++ firefox-60.9.0/js/src/tests/jstests.list 2019-12-10 09:57:48.344145212 +0100
|
|
@@ -454,6 +454,10 @@
|
|
# Assumes little-endian IEEE representation of floating point numbers
|
|
fails-if(xulRuntime.XPCOMABI.match(/s390x|ppc64-|ppc-/)) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js
|
|
|
|
+# Fails with system ICU due to different data?
|
|
+skip script non262/Intl/DateTimeFormat/tz-environment-variable.js
|
|
+skip script non262/Intl/NumberFormat/formatToParts.js
|
|
+
|
|
###########################################################
|
|
# Tests disabled due to issues in test262 importer script #
|
|
###########################################################
|