GNU bug report logs - #73048
[PATCH] gnu: gtk: Disable failing tests on aarch64.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Thu, 5 Sep 2024 17:04:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73048 in the body.
You can then email your comments to 73048 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#73048; Package guix-patches. (Thu, 05 Sep 2024 17:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Thu, 05 Sep 2024 17:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: gtk: Disable failing tests on aarch64.
Date: Thu,  5 Sep 2024 19:01:46 +0200
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73048; Package guix-patches. (Thu, 05 Sep 2024 17:17:02 GMT) Full text and rfc822 format available.

Message #8 received at 73048 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman.scherer <at> burningswell.com>
To: 73048 <at> debbugs.gnu.org
Subject: Re: bug#73048: Acknowledgement ([PATCH] gnu: gtk: Disable failing
 tests on aarch64.)
Date: Thu, 05 Sep 2024 19:14:24 +0200
[Message part 1 (text/plain, inline)]
The package has 180 dependent packages.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Thu, 05 Sep 2024 20:26:02 GMT) Full text and rfc822 format available.

Notification sent to Roman Scherer <roman <at> burningswell.com>:
bug acknowledged by developer. (Thu, 05 Sep 2024 20:26:03 GMT) Full text and rfc822 format available.

Message #13 received at 73048-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Roman Scherer <roman <at> burningswell.com>, 73048-done <at> debbugs.gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [bug#73048] [PATCH] gnu: gtk: Disable failing tests on aarch64.
Date: Thu, 05 Sep 2024 22:15:55 +0200
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 04 Oct 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.