~ruther/guix-local

368bea26151b96bec88f92439230fdaf2b86c25a — Efraim Flashner 9 months ago a820849
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/base.scm
M gnu/packages/base.scm => gnu/packages/base.scm +1 -1
@@ 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
                #~'()))