Blame SOURCES/tests-Expect-a-test-to-fail-on-big-endian.patch

4062d7
From: Simon McVittie <smcv@debian.org>
4062d7
Date: Fri, 28 Sep 2018 09:51:33 +0100
4062d7
Subject: tests: Expect a test to fail on big-endian
4062d7
4062d7
Signed-off-by: Simon McVittie <smcv@debian.org>
4062d7
Forwarded: no
4062d7
---
4062d7
 js/src/tests/jstests.list | 3 +++
4062d7
 1 file changed, 3 insertions(+)
4062d7
4062d7
Index: firefox-60.9.0/js/src/tests/jstests.list
4062d7
===================================================================
4062d7
--- firefox-60.9.0.orig/js/src/tests/jstests.list	2019-12-10 11:04:22.464247245 +0100
4062d7
+++ firefox-60.9.0/js/src/tests/jstests.list	2019-12-10 11:15:21.496264080 +0100
4062d7
@@ -451,6 +451,8 @@
4062d7
 #
4062d7
 skip-if(xulRuntime.XPCOMABI.match(/s390x|ppc64-/)) script non262/extensions/clone-errors.js
4062d7
 
4062d7
+# Assumes little-endian IEEE representation of floating point numbers
4062d7
+fails-if(xulRuntime.XPCOMABI.match(/s390x|ppc64-|ppc-/)) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js
4062d7
 
4062d7
 ###########################################################
4062d7
 # Tests disabled due to issues in test262 importer script #
4062d7