[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/89: gnu: cmake-minimal: Skip tests on the Hurd.
From: |
guix-commits |
Subject: |
70/89: gnu: cmake-minimal: Skip tests on the Hurd. |
Date: |
Tue, 20 Jun 2023 05:59:01 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 1b162cfffe334598ec679e57ba910097c418e455
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 12 20:26:45 2023 +0200
gnu: cmake-minimal: Skip tests on the Hurd.
* gnu/packages/cmake.scm (cmake-minimal)[arguments]: When building natively
on
the Hurd, add %common-disabled-tests/hurd to skipped tests in phase 'check'.
---
gnu/packages/cmake.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 9064ca3822..bc14286070 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -324,7 +324,10 @@ and workspaces that can be used in the compiler
environment of your choice.")
(lambda* (#:key tests? parallel-tests? #:allow-other-keys)
(let ((skipped-tests (list #$@%common-disabled-tests
;; This test requires the bundled
libuv.
- "BootstrapTest")))
+ "BootstrapTest"
+ #$@(if (system-hurd?)
+ %common-disabled-tests/hurd
+ #~()))))
(if tests?
(begin
(invoke "ctest" "-j" (if parallel-tests?
- 62/89: gnu: libpaper: Disable tests for the Hurd., (continued)
- 62/89: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/06/20
- 56/89: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 47/89: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/20
- 50/89: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/06/20
- 40/89: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/20
- 65/89: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/06/20
- 61/89: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/06/20
- 68/89: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/20
- 60/89: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/06/20
- 59/89: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/20
- 70/89: gnu: cmake-minimal: Skip tests on the Hurd.,
guix-commits <=
- 46/89: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/20
- 72/89: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/06/20
- 74/89: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/20
- 77/89: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/20
- 85/89: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/06/20
- 89/89: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/20