guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: mesa: Don't skip extra tests on aarch64-linux.


From: guix-commits
Subject: 02/08: gnu: mesa: Don't skip extra tests on aarch64-linux.
Date: Sun, 7 Apr 2024 08:08:05 -0400 (EDT)

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

commit 31411b4f3250df2d2e04480f289b199ab063cadf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Apr 4 16:28:57 2024 +0300

    gnu: mesa: Don't skip extra tests on aarch64-linux.
    
    * gnu/packages/gl.scm (mesa)[arguments]: In the 'disable-failing-test
    phase remove the test skipped only on aarch64-linux.
    
    Change-Id: I2f6d978775887270b6374faaa48318565e393767
---
 gnu/packages/gl.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index e03c73bc79..189a0345a6 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2016 Nikita <nikita@n0.is>
 ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
-;;; Copyright © 2017-2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017-2019, 2021, 2023, 2024 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -468,11 +468,6 @@ svga,swrast,virgl,zink")))
                   ;; https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091).
                   `((substitute* "src/util/meson.build"
                       ((".*'tests/u_debug_stack_test.cpp',.*") ""))))
-                 ("aarch64-linux"
-                  ;; The ir3_disasm test segfaults.
-                  ;; The simplest way to skip it is to run a different test 
instead.
-                  `((substitute* "src/freedreno/ir3/meson.build"
-                      (("disasm\\.c'") "delay.c',\n    link_args: 
ld_args_build_id"))))
                  ("armhf-linux"
                   ;; Disable some of the llvmpipe tests.
                   `((substitute* "src/gallium/drivers/llvmpipe/meson.build"



reply via email to

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