gnu: mesa: Adjust skipped tests on powerpc-linux.
* gnu/packages/gl.scm (mesa)[arguments]: In the 'disable-failing-test phase enable another test when building for powerpc-linux. Change-Id: Ib043b2ea77dc145b3b067496ed45662ad635dc72master
parent
764e5afbea
commit
1b86dfa34d
|
@ -451,14 +451,12 @@ svga,swrast,virgl,zink")))
|
||||||
;; There are some tests which fail specifically on powerpc.
|
;; There are some tests which fail specifically on powerpc.
|
||||||
`((substitute* '(;; LLVM ERROR: Relocation type not implemented yet!
|
`((substitute* '(;; LLVM ERROR: Relocation type not implemented yet!
|
||||||
"src/gallium/drivers/llvmpipe/meson.build"
|
"src/gallium/drivers/llvmpipe/meson.build"
|
||||||
;; This is probably a big-endian test failure.
|
|
||||||
"src/gallium/targets/osmesa/meson.build")
|
"src/gallium/targets/osmesa/meson.build")
|
||||||
(("if with_tests") "if not with_tests"))
|
(("if with_tests") "if not with_tests"))
|
||||||
;; This test times out and receives SIGTERM.
|
;; This is probably a big-endian test failure.
|
||||||
(substitute* "src/amd/common/meson.build"
|
(substitute* "src/amd/common/meson.build"
|
||||||
(("and not with_platform_windows") "and with_platform_windows"))
|
(("and not with_platform_windows")
|
||||||
(substitute* "src/compiler/nir/meson.build"
|
"and with_platform_windows"))))
|
||||||
((".*loop_unroll_tests.*") ""))))
|
|
||||||
("i686-linux"
|
("i686-linux"
|
||||||
;; This test is known to fail on i686 (see:
|
;; This test is known to fail on i686 (see:
|
||||||
;; https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091).
|
;; https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091).
|
||||||
|
|
Reference in New Issue