From f7527f7f652814a700dddc13a5b737571248c86d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 4 Jan 2021 16:05:11 -0500 Subject: [PATCH] glcpp: disable 'windows' tests these timeout a lot Acked-by: Daniel Stone Reviewed-by: Alyssa Rosenzweig Acked-by: Adam Jackson Part-of: --- 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