guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mesa: Skip additional test on powerpc-linux.


From: guix-commits
Subject: 02/03: gnu: mesa: Skip additional test on powerpc-linux.
Date: Mon, 9 Aug 2021 10:48:11 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 2e16a2230188a04d05665e81e346ecf9df9810ee
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 14:16:01 2021 +0300

    gnu: mesa: Skip additional test on powerpc-linux.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Add another substitution for
    powerpc-linux to custom 'disable-failing-test phase.
---
 gnu/packages/gl.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d694c0a..5f626ce 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -381,7 +381,10 @@ also known as DXTn or DXTC) for Mesa.")
                       (("'u_format_test', ") ""))
                     ;; It is only this portion of the test which fails.
                     (substitute* "src/mesa/main/tests/meson.build"
-                      ((".*mesa_formats.*") ""))))
+                      ((".*mesa_formats.*") ""))
+                    ;; This test times out and receives SIGTERM.
+                    (substitute* "src/amd/common/meson.build"
+                      (("and not with_platform_windows") "and 
with_platform_windows"))))
                  ("i686-linux"
                   ;; Disable new test from Mesa 19 that fails on i686.  
Upstream
                   ;; report: 
<https://bugs.freedesktop.org/show_bug.cgi?id=110612>.



reply via email to

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