[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/92: gnu: elfutils: Skip failing tests on the Hurd.
From: |
guix-commits |
Subject: |
50/92: gnu: elfutils: Skip failing tests on the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:43 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 58c44d4a12211b949f431e6944e84b46aaf1c3ee
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 6 16:11:03 2023 +0200
gnu: elfutils: Skip failing tests on the Hurd.
* gnu/packages/elf.scm (elfutils)[arguments]: When building natively on
the Hurd,
add phase 'skip-tests'.
---
gnu/packages/elf.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index d188099812..a100038f14 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021 Leo Le Bouter <lle-bout@zaclys.net>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -112,6 +113,28 @@
(("run-reverse-sections-self.sh") "")
(("run-strip-strmerge.sh") "")
(("run-elflint-self.sh") "")))))
+ '())
+ ,@(if (system-hurd?)
+ `((add-after 'unpack 'skip-tests
+ (lambda _
+ (substitute* '("tests/elfstrtab.c"
+ "tests/emptyfile.c")
+ (("elf_version \\(EV_CURRENT\\);" all)
+ "exit (77);"))
+ (substitute* '("tests/run-all-dwarf-ranges.sh"
+ "tests/run-allfcts-multi.sh"
+ "tests/run-attr-integrate-skel.sh"
+ "tests/run-bug1-test.sh"
+ "tests/run-copyadd-sections.sh"
+ "tests/run-deleted.sh"
+ "tests/run-get-units-split.sh"
+ "tests/run-native-test.sh"
+ "tests/run-readelf-loc.sh"
+ "tests/run-readelf-ranges.sh"
+ "tests/run-unit-info.sh"
+ "tests/run-varlocs.sh")
+ (("^#!.*" all)
+ (string-append all "exit 77;\n"))))))
'()))))
(native-inputs (list m4))
- 21/92: services: childhurd: Bump default qemu memory to 2048MB., (continued)
- 21/92: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/23
- 20/92: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/23
- 23/92: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/23
- 25/92: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/23
- 26/92: hurd-boot: Cater for netdde., guix-commits, 2023/06/23
- 28/92: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/23
- 31/92: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/23
- 32/92: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/23
- 33/92: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/23
- 35/92: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 50/92: gnu: elfutils: Skip failing tests on the Hurd.,
guix-commits <=
- 51/92: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 29/92: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/23
- 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