meson: glcpp tests are expected to fail on windows

v2: - Exclude the tests rather than xfail them

Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
Dylan Baker 2019-09-20 13:09:54 -07:00
parent 8f363ce5b5
commit 09d21b554a

View file

@ -65,7 +65,8 @@ glcpp = executable(
build_by_default : false,
)
if with_any_opengl and with_tests
# 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']
if dep_valgrind.found()
modes += ['valgrind']