diff mbox series

[bug#71982] gnu: gtk: Fix tests on aarch64

Message ID 265c6ce137a0728c8e8f6d6779576fecb92ed1e7.1720300876.git.sepeth@gmail.com
State New
Headers show
Series [bug#71982] gnu: gtk: Fix tests on aarch64 | expand

Commit Message

Doğan Çeçen July 6, 2024, 9:21 p.m. UTC
A previously excluded test suit got renamed.

See: https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572382d1218292cc5d470813802

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


base-commit: d11912ac254d1dd8f5d1f5d67c59d0f6d6b68006

Comments

Maxim Cournoyer July 8, 2024, 6:53 p.m. UTC | #1
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>
John Kehayias Sept. 1, 2024, 2:06 a.m. UTC | #2
On Mon, Jul 08, 2024 at 02:53 PM, Maxim Cournoyer wrote:

> 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:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=72e586fcae78e467d01e2add09c1db26be6bfa93

Closing, thank you though!
diff mbox series

Patch

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