This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 368bea2615 gnu: diffutils: Skip some tests on all powerpc
architectures.
368bea2615 is described below
commit 368bea26151b96bec88f92439230fdaf2b86c25a
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 19 19:46:11 2025 +0300
gnu: diffutils: Skip some tests on all powerpc architectures.
This is a follow-up to e3fbaeee1386fd447f40ffdf53d964d1f8541d49.
* gnu/packages/base.scm (diffutils)[arguments]: When building for any
powerpc architecture add make-flags to mark 2 tests as failed.
Change-Id: Iceea5bbb045b10f704da4783abd8bf244941e793
---
gnu/packages/base.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 320081d818..66d4719998 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -374,7 +374,7 @@ differences.")
#~'("XFAIL_TESTS=test-year2038"))
;; TODO: Figure out why these gnulib tests are failing.
((and (not (%current-target-system))
- (target-ppc64le?))
+ (target-powerpc?))
#~'("XFAIL_TESTS=test-float-h large-subopt"))
(else
#~'()))