[PATCH] gnu: gtk: Fix tests on aarch64

  • Done
  • quality assurance status badge
Details
3 participants
  • John Kehayias
  • Maxim Cournoyer
  • Doğan Çeçen
Owner
unassigned
Submitted by
Doğan Çeçen
Severity
normal

Debbugs page

Doğan Çeçen wrote 8 months ago
(address . guix-patches@gnu.org)(name . Doğan Çeçen)(address . sepeth@gmail.com)
265c6ce137a0728c8e8f6d6779576fecb92ed1e7.1720300876.git.sepeth@gmail.com
A previously excluded test suit got renamed.


Change-Id: I06b3d84b0b047df08a148e7068b890aa114aad2d
---
gnu/packages/gtk.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 56763cd835..5bd574120e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1183,7 +1183,7 @@ (define-public gtk
;; also disabled these, see:
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050075
"--no-suite=wayland_failing"
- "--no-suite=wayland_gles_failing")
+ "--no-suite=wayland_gles2_failing")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file

base-commit: d11912ac254d1dd8f5d1f5d67c59d0f6d6b68006
--
2.45.2
Maxim Cournoyer wrote 8 months ago
(name . Doğan Çeçen)(address . sepeth@gmail.com)
875xtfzpea.fsf@gmail.com
Doğan Çeçen <sepeth@gmail.com> writes:

Toggle quote (6 lines)
> A previously excluded test suit got renamed.
>
> See: https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572382d1218292cc5d470813802
>
> Change-Id: I06b3d84b0b047df08a148e7068b890aa114aad2d

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

--
Thanks,
Maxim
John Kehayias wrote 6 months ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
87y14cm8kj.fsf@protonmail.com
On Mon, Jul 08, 2024 at 02:53 PM, Maxim Cournoyer wrote:

Toggle quote (10 lines)
> Doğan Çeçen <sepeth@gmail.com> writes:
>
>> A previously excluded test suit got renamed.
>>
>> See: https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572382d1218292cc5d470813802
>>
>> Change-Id: I06b3d84b0b047df08a148e7068b890aa114aad2d
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Looks like this was done separately here:

Closing, thank you though!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71982@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71982
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help