Blame SOURCES/0001-Skip-failing-tests-on-ppc64-and-s390x.patch

69d30f
From db3a0a25b97377b388532b23e73a10d246f66496 Mon Sep 17 00:00:00 2001
69d30f
From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= <fzatlouk@redhat.com>
69d30f
Date: Mon, 3 Aug 2020 10:27:00 +0200
69d30f
Subject: [PATCH] Skip failing tests on ppc64 and s390x
69d30f
69d30f
ppc64 and s390x: non262/extensions/clone-errors.js
69d30f
s390x: test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js
69d30f
---
69d30f
 js/src/tests/jstests.list | 5 +++++
69d30f
 1 file changed, 5 insertions(+)
69d30f
69d30f
diff --git a/js/src/tests/jstests.list b/js/src/tests/jstests.list
69d30f
index 4085ce3..4f014f5 100644
69d30f
--- a/js/src/tests/jstests.list
69d30f
+++ b/js/src/tests/jstests.list
69d30f
@@ -56,6 +56,11 @@ skip-if(!this.hasOwnProperty('addIntlExtras')) include test262/intl402/DisplayNa
69d30f
 skip-if(!this.hasOwnProperty("Atomics")) include test262/built-ins/Atomics/jstests.list
69d30f
 skip-if(!this.hasOwnProperty("SharedArrayBuffer")) include test262/built-ins/SharedArrayBuffer/jstests.list
69d30f
 
69d30f
+# Crashes on s390x and ppc64, avoid it
69d30f
+skip-if(xulRuntime.XPCOMABI.match(/s390x|ppc64-/)) script non262/extensions/clone-errors.js
69d30f
+
69d30f
+# Crashes on s390x, avoid it
69d30f
+skip-if(xulRuntime.XPCOMABI.match(/s390x/)) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js
69d30f
 
69d30f
 #####################################
69d30f
 # Test262 tests disabled on browser #
69d30f
-- 
69d30f
2.26.2
69d30f