1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: diffutils: Skip some tests on all powerpc architectures.

This is a follow-up to e3fbaeee13.

* gnu/packages/base.scm (diffutils)[arguments]: When building for any
powerpc architecture add make-flags to mark 2 tests as failed.

Change-Id: Iceea5bbb045b10f704da4783abd8bf244941e793
This commit is contained in:
Efraim Flashner
2025-08-19 19:46:11 +03:00
parent a820849c9d
commit 368bea2615
+1 -1
View File
@@ -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
#~'()))