[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/84: gnu: git: Skip failing test for the Hurd.
From: |
guix-commits |
Subject: |
57/84: gnu: git: Skip failing test for the Hurd. |
Date: |
Wed, 14 Jun 2023 06:24:00 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit b0b40ebde51d878899f02a99d039b77fe4a8c7e3
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jun 8 07:15:07 2023 +0200
gnu: git: Skip failing test for the Hurd.
* gnu/packages/version-control.scm (git)[arguments]: When building for the
Hurd, add stage 'hurd-delete-tests'.
---
gnu/packages/version-control.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1db0931ac3..ab73e6bb7a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 John D. Boy <jboy@bius.moe>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
@@ -571,7 +571,14 @@ Python 3.3 and later, rather than on Python 2.")
(manpages (assoc-ref inputs "git-manpages")))
(mkdir-p man)
(with-directory-excursion man
- (invoke "tar" "xvf" manpages))))))))
+ (invoke "tar" "xvf" manpages)))))
+ ,@(if (target-hurd?)
+ '((add-after 'unpack 'hurd-delete-tests
+ (lambda _
+ (delete-file "t/t0052-simple-ipc.sh")
+ (delete-file "t/t5562-http-backend-content-length.sh")
+ (delete-file "t/t9902-completion.sh"))))
+ '()))))
(native-search-paths
;; For HTTPS access, Git needs a single-file certificate bundle, specified
- 01/84: hurd-boot: Add urandom and default-pager translators., (continued)
- 01/84: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/14
- 24/84: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/14
- 12/84: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/14
- 28/84: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/14
- 09/84: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/06/14
- 19/84: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/14
- 34/84: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/14
- 30/84: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/14
- 32/84: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/14
- 40/84: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/14
- 57/84: gnu: git: Skip failing test for the Hurd.,
guix-commits <=
- 78/84: gnu: fontforge: Support build for the Hurd., guix-commits, 2023/06/14
- 79/84: gnu: po4a: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 15/84: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/14
- 04/84: gnu: hurd: Update supported systems., guix-commits, 2023/06/14
- 29/84: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/14
- 25/84: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/14
- 27/84: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/14
- 42/84: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/14
- 58/84: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/14
- 51/84: gnu: libbsd: Skip failing test for the Hurd., guix-commits, 2023/06/14