unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le
@ 2024-09-27 11:14 Marcel van der Boom
  2024-09-30  9:22 ` [bug#73514] QA review for 73514 Marcel van der Boom
  2024-10-07 10:01 ` bug#73514: [PATCH] gnu: lib2geom: Skip a test on ppc64le Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Marcel van der Boom @ 2024-09-27 11:14 UTC (permalink / raw)
  To: 73514; +Cc: Marcel van der Boom

* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for
ppc64le-linux add a phase to skip a test known to fail upstream.
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 7ed5cdc92d..b32ac118c9 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -964,7 +964,8 @@ (define-public lib2geom
                         (("self-intersections-test") ""))))))
               ;; See https://gitlab.com/inkscape/lib2geom/-/issues/63
               ((or (target-aarch64?)
-                   (target-riscv64?))
+                   (target-riscv64?)
+                   (target-ppc64le?))
                #~((add-after 'unpack 'fix-aarch64-faulty-test
                     (lambda _
                       (substitute* "tests/CMakeLists.txt"

base-commit: e6a771c7baf9662b4c9832045ad86c8b92b46bb3
prerequisite-patch-id: b10ed84afde75e57539cf04790b04cc07b2fb3d4
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#73514] QA review for 73514
  2024-09-27 11:14 [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le Marcel van der Boom
@ 2024-09-30  9:22 ` Marcel van der Boom
  2024-10-07 10:01 ` bug#73514: [PATCH] gnu: lib2geom: Skip a test on ppc64le Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel van der Boom @ 2024-09-30  9:22 UTC (permalink / raw)
  To: control, 73514

user guix
usertag 73514 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Commit messages





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#73514: [PATCH] gnu: lib2geom: Skip a test on ppc64le
  2024-09-27 11:14 [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le Marcel van der Boom
  2024-09-30  9:22 ` [bug#73514] QA review for 73514 Marcel van der Boom
@ 2024-10-07 10:01 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2024-10-07 10:01 UTC (permalink / raw)
  To: Marcel van der Boom; +Cc: 73514-done

Marcel van der Boom <marcel@van-der-boom.nl> skribis:

> * gnu/packages/graphics.scm (lib2geom)[arguments]: When building for
> ppc64le-linux add a phase to skip a test known to fail upstream.

Applied, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-07 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 11:14 [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le Marcel van der Boom
2024-09-30  9:22 ` [bug#73514] QA review for 73514 Marcel van der Boom
2024-10-07 10:01 ` bug#73514: [PATCH] gnu: lib2geom: Skip a test on ppc64le Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).