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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

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
#~'()))