mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
a820849c9d
commit
368bea2615
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ differences.")
|
||||||
#~'("XFAIL_TESTS=test-year2038"))
|
#~'("XFAIL_TESTS=test-year2038"))
|
||||||
;; TODO: Figure out why these gnulib tests are failing.
|
;; TODO: Figure out why these gnulib tests are failing.
|
||||||
((and (not (%current-target-system))
|
((and (not (%current-target-system))
|
||||||
(target-ppc64le?))
|
(target-powerpc?))
|
||||||
#~'("XFAIL_TESTS=test-float-h large-subopt"))
|
#~'("XFAIL_TESTS=test-float-h large-subopt"))
|
||||||
(else
|
(else
|
||||||
#~'()))
|
#~'()))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue