Mesa (master): glcpp: disable 'windows' tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 12 02:05:35 UTC 2021


Module: Mesa
Branch: master
Commit: f7527f7f652814a700dddc13a5b737571248c86d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7527f7f652814a700dddc13a5b737571248c86d

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Jan  4 16:05:11 2021 -0500

glcpp: disable 'windows' tests

these timeout a lot

Acked-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Acked-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8321>

---

 src/compiler/glsl/glcpp/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/glsl/glcpp/meson.build b/src/compiler/glsl/glcpp/meson.build
index a7dce6d9a3d..9c40fd72c61 100644
--- a/src/compiler/glsl/glcpp/meson.build
+++ b/src/compiler/glsl/glcpp/meson.build
@@ -81,7 +81,7 @@ glcpp = executable(
 
 # FIXME: these fail on windows due to whitespace differences
 if with_any_opengl and with_tests and host_machine.system() != 'windows'
-  modes = ['unix', 'windows', 'oldmac', 'bizarro']
+  modes = ['unix', 'oldmac', 'bizarro']
   if dep_valgrind.found()
     modes += ['valgrind']
   endif



More information about the mesa-commit mailing list