bstinson / rpms / mozjs60

Forked from rpms/mozjs60 5 years ago
Clone

Blame SOURCES/tests-For-tests-that-are-skipped-on-64-bit-mips64-is-also.patch

e43f4b
From: Simon McVittie <smcv@debian.org>
e43f4b
Date: Mon, 9 Oct 2017 09:46:31 +0100
e43f4b
Subject: tests: For tests that are skipped on 64-bit, mips64 is also 64-bit
e43f4b
e43f4b
mips64 is a 64-bit platform and a Debian release architecture.
e43f4b
---
e43f4b
 js/src/tests/non262/Array/regress-157652.js   | 2 +-
e43f4b
 js/src/tests/non262/Array/regress-330812.js   | 2 +-
e43f4b
 js/src/tests/non262/regress/regress-422348.js | 2 +-
e43f4b
 3 files changed, 3 insertions(+), 3 deletions(-)
e43f4b
e43f4b
diff --git a/js/src/tests/non262/Array/regress-157652.js b/js/src/tests/non262/Array/regress-157652.js
e43f4b
index 6916fe1..b21dcc3 100644
e43f4b
--- a/js/src/tests/non262/Array/regress-157652.js
e43f4b
+++ b/js/src/tests/non262/Array/regress-157652.js
e43f4b
@@ -1,4 +1,4 @@
e43f4b
-// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x/)||Android) -- No test results
e43f4b
+// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x|mips64/)||Android) -- No test results
e43f4b
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
e43f4b
 /* This Source Code Form is subject to the terms of the Mozilla Public
e43f4b
  * License, v. 2.0. If a copy of the MPL was not distributed with this
e43f4b
diff --git a/js/src/tests/non262/Array/regress-330812.js b/js/src/tests/non262/Array/regress-330812.js
e43f4b
index c48f4c8..6b1ba2a 100644
e43f4b
--- a/js/src/tests/non262/Array/regress-330812.js
e43f4b
+++ b/js/src/tests/non262/Array/regress-330812.js
e43f4b
@@ -1,4 +1,4 @@
e43f4b
-// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x/)||Android) -- No test results
e43f4b
+// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x|mips64/)||Android) -- No test results
e43f4b
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
e43f4b
 /* This Source Code Form is subject to the terms of the Mozilla Public
e43f4b
  * License, v. 2.0. If a copy of the MPL was not distributed with this
e43f4b
diff --git a/js/src/tests/non262/regress/regress-422348.js b/js/src/tests/non262/regress/regress-422348.js
e43f4b
index 2c28d5a..e94c397 100644
e43f4b
--- a/js/src/tests/non262/regress/regress-422348.js
e43f4b
+++ b/js/src/tests/non262/regress/regress-422348.js
e43f4b
@@ -1,4 +1,4 @@
e43f4b
-// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x/)) -- On 64-bit, takes forever rather than throwing
e43f4b
+// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x|mips64/)) -- On 64-bit, takes forever rather than throwing
e43f4b
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
e43f4b
 /* This Source Code Form is subject to the terms of the Mozilla Public
e43f4b
  * License, v. 2.0. If a copy of the MPL was not distributed with this