Merge remote-tracking branch 'savannah/master' into mesa-updates

Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
This commit is contained in:
Christopher Baines 2024-04-09 16:44:22 +01:00
commit 6cae1db889
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
171 changed files with 93583 additions and 57651 deletions

View file

@ -1166,23 +1166,17 @@ application suites.")
"--no-suite=failing"
"--no-suite=flaky"
"--no-suite=headless" ; requires mutter…
"--no-suite=gsk-compare-broadway")
"--no-suite=gsk-compare-broadway"
;; These seem to fail on aarch64, and Debian has
;; also disabled these, see:
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050075
"--no-suite=wayland_failing"
"--no-suite=wayland_gles_failing")
#:phases
#~(modify-phases %standard-phases
(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"