diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-04-02 15:53:13 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-04-02 16:19:16 +0300 |
commit | ba76b27de91e1ca950fda9e9b6995761f9f28add (patch) | |
tree | fd23c1525f1b8f4d5c76cb640d0d6716a8ada279 /gnu/packages/gtk.scm | |
parent | acf370eebea6c31420431ea86241c6d4f5b6cb3f (diff) | |
download | guix-ba76b27de91e1ca950fda9e9b6995761f9f28add.tar guix-ba76b27de91e1ca950fda9e9b6995761f9f28add.tar.gz |
Revert "gnu: gtk: Skip failing tests on aarch64-linux."
This reverts commit 76ed1e886ea790fc8562b355a0768a0f04889abb.
The next commit does a better job of skipping the tests.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8fabd16222..9252315fd2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1163,17 +1163,6 @@ application suites.") (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file (assoc-ref glib-or-gtk:%standard-phases 'generate-gdk-pixbuf-loaders-cache-file)) - #$@(if (target-aarch64?) - #~((add-after 'unpack 'skip-failing-test - (lambda _ - ;; MESA: error: ZINK: failed to load libvulkan.so.1 - ;; libEGL warning: egl: failed to create dri2 screen - ;; MESA: error: ZINK: failed to load libvulkan.so.1 - ;; glx: failed to create drisw screen - ;; failed to load driver: zink - (substitute* "testsuite/gsk/meson.build" - ((".*big-checkerboard-scaled-down2',\n") ""))))) - #~()) (add-after 'unpack 'patch-rst2man (lambda _ (substitute* "docs/reference/gtk/meson.build" |