guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: mesa: Update skipped tests on powerpc-linux.


From: guix-commits
Subject: 03/03: gnu: mesa: Update skipped tests on powerpc-linux.
Date: Wed, 2 Aug 2023 02:23:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5aceacac65784bd2e1fd12304f965ae6026de49d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 1 14:10:47 2023 +0300

    gnu: mesa: Update skipped tests on powerpc-linux.
    
    * gnu/packages/gl.scm (mesa)[arguments]: When building for powerpc-linux
    adjust the 'disable-failing-test phase for changes in failed tests.
---
 gnu/packages/gl.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 2f7c25bc57..b53b42a9ba 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -408,15 +408,11 @@ svga,swrast,virgl")))
                                    ;; This is probably a big-endian test 
failure.
                                    "src/gallium/targets/osmesa/meson.build")
                       (("if with_tests") "if not with_tests"))
-                    (substitute* "src/util/tests/format/meson.build"
-                      ;; This is definately an endian-ness test failure.
-                      (("'u_format_test', ") ""))
-                    ;; It is only this portion of the test which fails.
-                    (substitute* "src/mesa/main/tests/meson.build"
-                      ((".*mesa_formats.*") ""))
                     ;; This test times out and receives SIGTERM.
                     (substitute* "src/amd/common/meson.build"
-                      (("and not with_platform_windows") "and 
with_platform_windows"))))
+                      (("and not with_platform_windows") "and 
with_platform_windows"))
+                    (substitute* "src/compiler/nir/meson.build"
+                      ((".*loop_unroll_tests.*") ""))))
                  ("i686-linux"
                   ;; This test is known to fail on i686 (see:
                   ;; https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]