[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/66: gnu: git: Skip failing test on the Hurd.
From: |
guix-commits |
Subject: |
29/66: gnu: git: Skip failing test on the Hurd. |
Date: |
Fri, 14 Jul 2023 17:56:40 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 5119bfc0044324082869f328192c752cd9f9f22f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jun 8 07:15:07 2023 +0200
gnu: git: Skip failing test on the Hurd.
* gnu/packages/version-control.scm (git)[arguments]: When building natively
on
the Hurd, add stage 'delete-tests/hurd'.
---
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 ecdb1d1781..2f70655ac1 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>
@@ -570,7 +570,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 (system-hurd?)
+ '((add-after 'unpack 'delete-tests/hurd
+ (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
- 23/66: gnu: libbsd: Skip failing test on the Hurd., (continued)
- 23/66: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 24/66: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 33/66: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/07/14
- 34/66: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/07/14
- 19/66: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/14
- 20/66: gnu: python: Support native build on the Hurd., guix-commits, 2023/07/14
- 22/66: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 25/66: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 26/66: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/07/14
- 27/66: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/07/14
- 29/66: gnu: git: Skip failing test on the Hurd.,
guix-commits <=
- 30/66: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/07/14
- 40/66: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/07/14
- 41/66: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/07/14
- 42/66: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/07/14
- 45/66: gnu: guile-git: Skip http proxy test on the Hurd., guix-commits, 2023/07/14
- 53/66: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/14
- 51/66: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 59/66: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/07/14
- 56/66: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/14
- 52/66: gnu: guile-2.0: Skip failing tests on the Hurd., guix-commits, 2023/07/14