23 lines
1,021 B
Diff
23 lines
1,021 B
Diff
From: Simon McVittie <smcv@debian.org>
|
|
Date: Fri, 28 Sep 2018 09:51:33 +0100
|
|
Subject: tests: Expect a test to fail on big-endian
|
|
|
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
|
Forwarded: no
|
|
---
|
|
js/src/tests/jstests.list | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
Index: firefox-60.9.0/js/src/tests/jstests.list
|
|
===================================================================
|
|
--- firefox-60.9.0.orig/js/src/tests/jstests.list 2019-12-10 11:04:22.464247245 +0100
|
|
+++ firefox-60.9.0/js/src/tests/jstests.list 2019-12-10 11:15:21.496264080 +0100
|
|
@@ -451,6 +451,8 @@
|
|
#
|
|
skip-if(xulRuntime.XPCOMABI.match(/s390x|ppc64-/)) script non262/extensions/clone-errors.js
|
|
|
|
+# 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
|
|
|
|
###########################################################
|
|
# Tests disabled due to issues in test262 importer script #
|