[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/58: Revert "gnu: sed: Skip failing test on GNU/Hurd."
From: |
guix-commits |
Subject: |
05/58: Revert "gnu: sed: Skip failing test on GNU/Hurd." |
Date: |
Wed, 19 Jul 2023 03:00:44 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 99cbadfe3b11943b0937f6c89361464cd6f073b3
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 2 14:48:16 2023 +0200
Revert "gnu: sed: Skip failing test on GNU/Hurd."
This reverts commit 779757047997d315d899b40c199be3709115cce4, as
the gnulib "tests-perror2" test now passes.
---
gnu/packages/base.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index f1b027b0dc..00e59e6f46 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -183,10 +183,6 @@ including, for example, recursive directory searching.")
" CONFIG_HEADER='$(CONFIG_HEADER)'\t\t\\\n")))))
(modules '((guix build utils)))))
(build-system gnu-build-system)
- (arguments
- `(#:make-flags ,(if (target-hurd?)
- ''("XFAIL_TESTS=test-perror2")
- ''())))
(synopsis "Stream editor")
(native-inputs (list perl)) ;for tests
(description
- branch hurd-team created (now cafc3b8db8), guix-commits, 2023/07/19
- 07/58: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/07/19
- 08/58: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/07/19
- 10/58: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/19
- 21/58: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/07/19
- 05/58: Revert "gnu: sed: Skip failing test on GNU/Hurd.",
guix-commits <=
- 03/58: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/19
- 28/58: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/19
- 15/58: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 19/58: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 01/58: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/19
- 12/58: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 22/58: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 23/58: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/07/19
- 24/58: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/07/19
- 27/58: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/19