mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gtk: Fix tests on aarch64.
* gnu/packages/gtk.scm (gtk)[arguments]<#:configure-flags>: Skip more failing tests known to fail. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I34d0f7521224b41072fcc0c35321935d1db927e0
This commit is contained in:
parent
ba76b27de9
commit
a88b0c23c3
1 changed files with 6 additions and 1 deletions
|
@ -1157,7 +1157,12 @@ (define-public gtk
|
|||
"--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
|
||||
|
|
Loading…
Reference in a new issue