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

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