aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/mesa-skip-tests.patch
blob: 7ff571dcf56a8df3fdee3e9ecacf8d4a8382545f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This test fails on i686-linux. I couldn't come up with a regex that
could be used to disable it just on i686-linux, so we disable it
completely with this patch:

https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091

diff --git a/src/util/meson.build b/src/util/meson.build
index 319b22d9bf7..93790c72675 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -344,7 +344,7 @@ if with_tests
     )
   endif
 
-  foreach t: ['bitset', 'register_allocate', 'u_debug_stack', 'u_qsort']
+  foreach t: ['bitset', 'register_allocate', 'u_qsort']
     test(
       t,
       executable(
0d'>gnu: polkit-mozjs: Rename to polkit and remove obsolete polkit-duktape.Maxim Cournoyer 2022-08-27gnu: polkit: Update to 121.Marius Bakke 2022-08-27gnu: mozjs: Update to 102.2.0.Marius Bakke 2022-07-20gnu: polkit-mozjs: Fix native-inputs on stage.Jean-Pierre De Jesus DIAZ 2022-06-16gnu: polkit-qt: Update to 1-0.114.0.Efraim Flashner 2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner 2022-05-31gnu: mozjs: Cleanup to only keep the last version.Maxim Cournoyer 2022-05-11gnu: polkit: Remove input labels.Ludovic Courtès 2022-05-11gnu: polkit: Incorporate security fix and remove replacement.Ludovic Courtès 2022-01-26gnu: polkit: Fix CVE-2021-4034.Ludovic Courtès 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-11-27gnu: polkit: Rename default variable to 'polkit-mozjs'.Ludovic Courtès 2021-11-24gnu: polkit: Define polkit package variable based on architecture.Maxim Cournoyer 2021-11-19gnu: polkit: Fix elogind configuration.Timothy Sample 2021-11-11gnu: Add polkit-duktape.Maxim Cournoyer 2021-11-11gnu: polkit: Update to 0.120 and ungraft.Maxim Cournoyer 2021-11-11gnu: Add a missing copyright.Maxim Cournoyer 2021-09-20gnu: polkit: Prevent cross-compilation build error.Maxime Devos 2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer 2021-06-08gnu: polkit: Add replacement for CVE-2021-3560.Ludovic Courtès