[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/48: gnu: grep: Update hanging and failing tests for the Hurd.
From: |
guix-commits |
Subject: |
38/48: gnu: grep: Update hanging and failing tests for the Hurd. |
Date: |
Sun, 4 Jun 2023 07:43:46 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 8709d11ae227c348daf5b349fd478cd030e03158
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 2 15:42:36 2023 +0200
gnu: grep: Update hanging and failing tests for the Hurd.
* gnu/packages/base.scm (grep)[arguments]: When building for the Hurd,
remove
Rename phase 'skip-triple-backref-test' to 'skip-tests'. Remove
"tests/triple-backref" as it now passes. Add the hanging
"tests/hash-collision-perf" test and the failing "tests/file" test.
---
gnu/packages/base.scm | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index dc0f53c59b..6acad19fd1 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -134,20 +134,16 @@ command-line arguments, multiple languages, and so on.")
(("^exec grep")
(string-append "exec " bin "/grep"))))))
,@(if (hurd-target?)
- '((add-before 'check 'skip-triple-backref-test
+ '((add-before 'check 'skip-test
(lambda _
- ;; This test is marked as malfunctioning on glibc systems
- ;; due to
- ;; <https://sourceware.org/bugzilla/show_bug.cgi?id=11053>
- ;; and it triggers a segfault with glibc 2.33 on GNU/Hurd.
- ;; Skip it.
- (substitute* "tests/triple-backref"
- (("^warn_" all)
- (string-append "exit 77\n" all))))))
- '()))
- #:make-flags ,(if (hurd-target?)
- ''("XFAIL_TESTS=test-perror2 equiv-classes") ;XXX
- ''())))
+ (substitute*
+ ;; This test hangs
+ '("tests/hash-collision-perf"
+ ;; This test fails
+ "tests/file")
+ (("^#!.*" all)
+ (string-append all "exit 77;\n"))))))
+ '()))))
(synopsis "Print lines matching a pattern")
(description
"grep is a tool for finding text inside files. Text is found by
- branch wip-hurd created (now fd472f29a0), guix-commits, 2023/06/04
- 01/48: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/04
- 03/48: gnu: gnumach-headers: Cross-build without relying on x86., guix-commits, 2023/06/04
- 02/48: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/06/04
- 20/48: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/04
- 25/48: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/04
- 41/48: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/04
- 43/48: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/04
- 38/48: gnu: grep: Update hanging and failing tests for the Hurd.,
guix-commits <=
- 44/48: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/04
- 07/48: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/04
- 16/48: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/04
- 21/48: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/04
- 42/48: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/04
- 28/48: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/04
- 35/48: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/04
- 39/48: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/04
- 12/48: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/04
- 19/48: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/04