glcpp: disable 'windows' tests
these timeout a lot Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8321>
This commit is contained in:

committed by
Marge Bot

parent
c53a886ba8
commit
f7527f7f65
@@ -81,7 +81,7 @@ glcpp = executable(
|
|||||||
|
|
||||||
# FIXME: these fail on windows due to whitespace differences
|
# FIXME: these fail on windows due to whitespace differences
|
||||||
if with_any_opengl and with_tests and host_machine.system() != 'windows'
|
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()
|
if dep_valgrind.found()
|
||||||
modes += ['valgrind']
|
modes += ['valgrind']
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user