[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50299: [PATCH v4 16/25] gnu: perl-unicode-utf8: Run tests conditiona
From: |
Maxime Devos |
Subject: |
bug#50299: [PATCH v4 16/25] gnu: perl-unicode-utf8: Run tests conditionally. |
Date: |
Fri, 31 Dec 2021 12:14:58 +0000 |
* gnu/packages/perl.scm (perl-unicode-utf8)[arguments]<#:tests?>:
Set to #false when cross-compiling.
---
gnu/packages/perl.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index c6d63ce041..2b33d2dce4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10861,7 +10861,8 @@ defined by Annex #11 is used to determine breaking
positions.")
(build-system perl-build-system)
;; FIXME: Tests fail on 32-bit architectures:
;; <https://rt.cpan.org/Public/Bug/Display.html?id=127007>.
- (arguments `(#:tests? ,(target-64bit?)))
+ (arguments `(#:tests? ,(and (not (%current-target-system))
+ (target-64bit?))))
(native-inputs
(list perl-test-fatal perl-test-leaktrace perl-variable-magic
perl-test-pod))
--
2.30.2
- bug#50299: [PATCH v4 00/25] Fix 'check-tests-true' linter and some packages, Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 05/25] gnu: swi-prolog: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 17/25] gnu: libicns: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 15/25] gnu: ecl: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 09/25] gnu: swi-prolog: Set PROG_SWIPL when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 13/25] gnu: ruby-ffi-rzmq: Respect #:tests?., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 16/25] gnu: perl-unicode-utf8: Run tests conditionally.,
Maxime Devos <=
- bug#50299: [PATCH v4 22/25] gnu: pjproject: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 21/25] gnu: belcard: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 01/25] lint: check-tests-true: Allow #:tests? #t for some build systems., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 11/25] gnu: ruby-yard-with-tests: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 18/25] gnu: python2-empy: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 20/25] gnu: lablgtk: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 19/25] gnu: python2-promise: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 25/25] gnu: ghc-bsb-http-chunked: Don't run tests when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 24/25] gnu: extra-cmake-modules: Don't run tests when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 03/25] gnu: lean: Add bash-minimal., Maxime Devos, 2021/12/31