mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
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:
parent
8f363ce5b5
commit
09d21b554a
1 changed files with 2 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue