[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/89: gnu: ruby-2.6: Skip test on the Hurd.
From: |
guix-commits |
Subject: |
65/89: gnu: ruby-2.6: Skip test on the Hurd. |
Date: |
Tue, 20 Jun 2023 05:59:00 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 1928851b3dc1c6098516511bb575edd2f8d9bb0a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jun 11 18:39:19 2023 +0200
gnu: ruby-2.6: Skip test on the Hurd.
* gnu/packages/ruby.scm (ruby-2.7)[arguments]: When building natively on the
Hurd, add phase 'skip-tests'.
---
gnu/packages/ruby.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f28ad97e11..230d52cdd4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -195,7 +196,13 @@ a focus on simplicity and productivity.")
"test/ruby/test_system.rb"
"tool/rbinstall.rb")
(("/bin/sh") (which "sh")))
- #t)))))
+ #t))
+ ,@(if (system-hurd?)
+ '((add-after 'unpack 'skip-tests
+ (lambda _
+ (delete-file "bootstraptest/test_io.rb")
+ (delete-file "test/ruby/test_io.rb"))))
+ '()))))
(native-inputs
(list autoconf))))
- 67/89: gnu: swig: Skip tests when building for the Hurd., (continued)
- 67/89: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/20
- 57/89: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 43/89: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/20
- 48/89: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/20
- 44/89: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/20
- 62/89: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/06/20
- 56/89: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 47/89: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/20
- 50/89: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/06/20
- 40/89: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/20
- 65/89: gnu: ruby-2.6: Skip test on the Hurd.,
guix-commits <=
- 61/89: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/06/20
- 68/89: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/20
- 60/89: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/06/20
- 59/89: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/20
- 70/89: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/06/20
- 46/89: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/20
- 72/89: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/06/20
- 74/89: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/20
- 77/89: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/20
- 85/89: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/06/20