[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/92: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd.
From: |
guix-commits |
Subject: |
42/92: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:42 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 0b59dc61cc108b3a97f18d43fbc105f429b23686
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 3 08:47:34 2023 +0200
gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd.
* gnu/packages/base.scm (diffutils)[arguments]: When building natively on
the
Hurd, Move "large-subopt" test from #:make-flags' XFAIL_TESTS to a new
'skip-tests' phase. Remove #:make-flags for the Hurd, as "test-perror2" now
passes.
---
gnu/packages/base.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index c2dd156280..4ae1ba7a70 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -304,9 +304,15 @@ differences.")
(patches (search-patches
"diffutils-fix-signal-processing.patch"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags ,(if (target-hurd?)
- ''("XFAIL_TESTS=test-perror2 large-subopt")
- ''())))
+ (list
+ #:phases (if (system-hurd?)
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-tests
+ (lambda _
+ (substitute* "tests/large-subopt"
+ (("^#!.*" all)
+ (string-append all "exit 77;\n"))))))
+ #~%standard-phases)))
(native-inputs (list perl))
(synopsis "Comparing and merging files")
(description
- 30/92: gnu: commencement: Add autoconf-boot0., (continued)
- 30/92: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/23
- 34/92: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 22/92: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/23
- 27/92: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/23
- 36/92: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/23
- 37/92: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/23
- 38/92: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/06/23
- 39/92: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/06/23
- 40/92: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/23
- 41/92: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/06/23
- 42/92: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd.,
guix-commits <=
- 44/92: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/23
- 47/92: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/23
- 43/92: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/23
- 53/92: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 54/92: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/06/23
- 56/92: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 63/92: gnu: cairo: Support building for the Hurd., guix-commits, 2023/06/23
- 46/92: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/23
- 49/92: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 52/92: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/06/23