diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-08-19 19:46:11 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-08-19 19:48:36 +0300 |
| commit | 368bea26151b96bec88f92439230fdaf2b86c25a (patch) | |
| tree | 6050cf464c34cf3ad9eae6279a3193d52ac232bd /gnu | |
| parent | a820849c9dcd88ac57c23320304e2f169c9b9892 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 320081d818e..66d4719998e 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -374,7 +374,7 @@ differences.") | |||
| 374 | #~'("XFAIL_TESTS=test-year2038")) | 374 | #~'("XFAIL_TESTS=test-year2038")) |
| 375 | ;; TODO: Figure out why these gnulib tests are failing. | 375 | ;; TODO: Figure out why these gnulib tests are failing. |
| 376 | ((and (not (%current-target-system)) | 376 | ((and (not (%current-target-system)) |
| 377 | (target-ppc64le?)) | 377 | (target-powerpc?)) |
| 378 | #~'("XFAIL_TESTS=test-float-h large-subopt")) | 378 | #~'("XFAIL_TESTS=test-float-h large-subopt")) |
| 379 | (else | 379 | (else |
| 380 | #~'())) | 380 | #~'())) |
