[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: mercurial: Skip tests on powerpc-linux.
From: |
guix-commits |
Subject: |
10/11: gnu: mercurial: Skip tests on powerpc-linux. |
Date: |
Tue, 15 Sep 2020 00:43:15 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 32559a5ef293068da0bd1c48cfa111d568752638
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 2ee8247..06c8531 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1622,7 +1622,11 @@ execution of any hook written in any language before
every commit.")
;; The test suite takes a long time and produces
little
;; output by default. Prevent timeouts due to
silence.
"-v"))
- #t))))))
+ #t))))
+ ;; 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 a160dbe), guix-commits, 2020/09/15
- 01/11: FIXME: Downgrade glibc to 2.30., guix-commits, 2020/09/15
- 02/11: WIP add powerpc support, guix-commits, 2020/09/15
- 05/11: gnu: gd: Fix tests., guix-commits, 2020/09/15
- 04/11: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/09/15
- 03/11: FIXME: allow reference to bootstrap-binaries in binutils-final, guix-commits, 2020/09/15
- 10/11: gnu: mercurial: Skip tests on powerpc-linux.,
guix-commits <=
- 06/11: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/09/15
- 09/11: build: qemu-command: Add support for powerpc., guix-commits, 2020/09/15
- 08/11: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2020/09/15
- 11/11: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2020/09/15
- 07/11: gnu: Add mac-fdisk., guix-commits, 2020/09/15