[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: mercurial: Skip tests on powerpc-linux.
From: |
guix-commits |
Subject: |
08/09: gnu: mercurial: Skip tests on powerpc-linux. |
Date: |
Sun, 16 May 2021 03:46:27 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 2ef9217743b075e44f41bee98954f56650e7a154
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri May 8 10:32:28 2020 +0300
gnu: mercurial: Skip tests on powerpc-linux.
* gnu/packages/version-control.scm (mercurial)[arguments]: Skip tests on
powerpc-linux.
---
gnu/packages/version-control.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6726bc3..5a3d425 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1701,7 +1701,11 @@ execution of any hook written in any language before
every commit.")
"--slowtimeout" "86400"
;; The test suite takes a long time and produces
little
;; output by default. Prevent timeouts due to
silence.
- "-v"))))))))
+ "-v"))))))
+ ;; Tests on powerpc-linux take more than 10 hours.
+ #:tests? ,(if (string=? "powerpc-linux" (or (%current-system)
+ (%current-target-system)))
+ '#f '#t)))
;; The following inputs are only needed to run the tests.
(native-inputs
`(("python-nose" ,python-nose)
- branch wip-ppc created (now 5e00d44), guix-commits, 2021/05/16
- 04/09: gnu: binutils: Fix bug in test suite in libiberty., guix-commits, 2021/05/16
- 01/09: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2021/05/16
- 02/09: gnu: guile-3.0: Fix building on powerpc-linux., guix-commits, 2021/05/16
- 09/09: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2021/05/16
- 03/09: gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux., guix-commits, 2021/05/16
- 08/09: gnu: mercurial: Skip tests on powerpc-linux.,
guix-commits <=
- 06/09: gnu: Add mac-fdisk., guix-commits, 2021/05/16
- 05/09: gnu: mesa: Add support for powerpc-linux., guix-commits, 2021/05/16
- 07/09: build: qemu-command: Add support for powerpc., guix-commits, 2021/05/16