From: Andres Gomez Date: Wed, 22 Apr 2020 13:36:33 +0000 (+0300) Subject: Revert "meson,ci: Disable sparse_array tests on windows" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=375c7a3863d141491bd81ca96605c709af118074;p=mesa.git Revert "meson,ci: Disable sparse_array tests on windows" The Wine version in the build image has been upgraded. This reverts commit 6be65b077743fc80efe061b1e05cb13b2ff1a6b1. Reviewed-by: Michel Dänzer Acked-by: Jason Ekstrand Part-of: --- diff --git a/src/util/meson.build b/src/util/meson.build index 68ae31f421b..2851c0c9880 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -315,10 +315,7 @@ if with_tests endif subdir('tests/vma') subdir('tests/set') - # FIXME: this test on the Wine version in GitLab CI - if host_machine.system() != 'windows' - subdir('tests/sparse_array') - endif + subdir('tests/sparse_array') subdir('tests/format') subdir('tests/vector') endif