* [bug#73048] [PATCH] gnu: gtk: Disable failing tests on aarch64.
@ 2024-09-05 17:01 Roman Scherer
[not found] ` <handler.73048.B.17255557903343.ack@debbugs.gnu.org>
2024-09-05 20:15 ` bug#73048: [PATCH] gnu: gtk: Disable failing tests on aarch64 Liliana Marie Prikler
0 siblings, 2 replies; 3+ messages in thread
From: Roman Scherer @ 2024-09-05 17:01 UTC (permalink / raw)
To: 73048; +Cc: Roman Scherer, Liliana Marie Prikler, Maxim Cournoyer,
Vivien Kraus
* gnu/packages/gtk.scm (gtk): Disable failing tests on aarch64.
Change-Id: Ia950b25fa2141daff0a01a69d9dfb551e26116ea
---
gnu/packages/gtk.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b7650748af..3d4766713d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1242,6 +1242,34 @@ (define-public gtk
;; related warnings (see:
;; https://gitlab.gnome.org/GNOME/gtk/-/issues/5169).
(("[ \t]*'inscription-markup.ui',") ""))
+ ;; These tests fail on an Apple M1 (aarch64) with the following errors:
+ ;; - MESA: error: ZINK: failed to choose pdev
+ ;; - libEGL warning: egl: failed to create dri2 screen
+ ;; - MESA: error: ZINK: failed to choose pdev
+ ;; - glx: failed to create drisw screen
+ #$@(if (target-aarch64?)
+ #~((substitute* "testsuite/gsk/meson.build"
+ (("'border-bottom-right',") "")
+ (("'border-one-rounded',") "")
+ (("'border-opacity',") "")
+ (("'border-zero-width-color',") "")
+ (("'borders-rotated',") "")
+ (("'borders-scaled',") "")
+ (("'clip-in-smaller-rounded-clip',") "")
+ (("'css-background',") "")
+ (("'empty-border',") "")
+ (("'empty-inset-shadow',") "")
+ (("'empty-outset-shadow',") "")
+ (("'inset-shadow-multiple',") "")
+ (("'outset-shadow-scale-offset',") "")
+ (("'outset_shadow_offset_both',") "")
+ (("'outset_shadow_offset_x',") "")
+ (("'outset_shadow_offset_y',") "")
+ (("'outset_shadow_rounded_top',") "")
+ (("'outset_shadow_simple',") "")
+ (("'shadow-offset-clip',") "")
+ (("'shrink-rounded-border',") "")))
+ #~())
;; XXX: These failures appear specific to i686 – investigate them.
#$@(if (target-x86-32?)
#~((substitute* "testsuite/gsk/meson.build"
base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73048] Acknowledgement ([PATCH] gnu: gtk: Disable failing tests on aarch64.)
[not found] ` <handler.73048.B.17255557903343.ack@debbugs.gnu.org>
@ 2024-09-05 17:14 ` Roman Scherer
0 siblings, 0 replies; 3+ messages in thread
From: Roman Scherer @ 2024-09-05 17:14 UTC (permalink / raw)
To: 73048
[-- Attachment #1: Type: text/plain, Size: 41 bytes --]
The package has 180 dependent packages.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 528 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#73048: [PATCH] gnu: gtk: Disable failing tests on aarch64.
2024-09-05 17:01 [bug#73048] [PATCH] gnu: gtk: Disable failing tests on aarch64 Roman Scherer
[not found] ` <handler.73048.B.17255557903343.ack@debbugs.gnu.org>
@ 2024-09-05 20:15 ` Liliana Marie Prikler
1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-09-05 20:15 UTC (permalink / raw)
To: Roman Scherer, 73048-done; +Cc: Vivien Kraus, Maxim Cournoyer
Am Donnerstag, dem 05.09.2024 um 19:01 +0200 schrieb Roman Scherer:
> * gnu/packages/gtk.scm (gtk): Disable failing tests on aarch64.
>
> Change-Id: Ia950b25fa2141daff0a01a69d9dfb551e26116ea
> ---
Pushed as 54ec97bfda1969f9317596075338d4d92c6c3c12.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-05 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 17:01 [bug#73048] [PATCH] gnu: gtk: Disable failing tests on aarch64 Roman Scherer
[not found] ` <handler.73048.B.17255557903343.ack@debbugs.gnu.org>
2024-09-05 17:14 ` [bug#73048] Acknowledgement ([PATCH] gnu: gtk: Disable failing tests on aarch64.) Roman Scherer
2024-09-05 20:15 ` bug#73048: [PATCH] gnu: gtk: Disable failing tests on aarch64 Liliana Marie Prikler
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).