[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/66: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd.
From: |
guix-commits |
Subject: |
14/66: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd. |
Date: |
Fri, 14 Jul 2023 17:56:39 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 7e88aefa66f165198eda98bc08f9cbdd2d36f442
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 14479c4951..1fdfaf8a57 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -303,9 +303,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
- 06/66: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., (continued)
- 06/66: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/14
- 07/66: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/14
- 10/66: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/14
- 13/66: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/07/14
- 15/66: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/07/14
- 01/66: gnu: mig: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 05/66: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 08/66: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/14
- 11/66: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/14
- 12/66: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/14
- 14/66: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd.,
guix-commits <=
- 16/66: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/07/14
- 17/66: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/14
- 18/66: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/14
- 37/66: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/07/14
- 38/66: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/14
- 39/66: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/14
- 04/66: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/07/14
- 09/66: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/07/14
- 21/66: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 28/66: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/07/14