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 @@ 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 | ||||
|  |  | |||
		Reference in a new issue