[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/67: gnu: ruby-2.6: Skip test on the Hurd.
From: |
guix-commits |
Subject: |
36/67: gnu: ruby-2.6: Skip test on the Hurd. |
Date: |
Tue, 18 Jul 2023 10:57:04 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 4d7dc7a5460436c781a102073ea2ad0072fd597b
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 b96daad0ff..e0dca646ac 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))))
- 07/67: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., (continued)
- 07/67: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/18
- 08/67: gnu: mig: Update to 1.8+git20230520., guix-commits, 2023/07/18
- 09/67: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/18
- 13/67: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/18
- 15/67: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/07/18
- 16/67: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/07/18
- 20/67: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/18
- 23/67: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 21/67: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 41/67: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/07/18
- 36/67: gnu: ruby-2.6: Skip test on the Hurd.,
guix-commits <=
- 39/67: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/07/18
- 51/67: gnu: guile-2.0: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 64/67: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/18
- 58/67: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/18
- 50/67: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/07/18
- 52/67: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/18
- 02/67: gnu: commencement: Add automake-boot0., guix-commits, 2023/07/18
- 11/67: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/18
- 14/67: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/07/18
- 18/67: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/18