Revert "meson,ci: Disable sparse_array tests on windows"
authorAndres Gomez <agomez@igalia.com>
Wed, 22 Apr 2020 13:36:33 +0000 (16:36 +0300)
committerMarge Bot <eric+marge@anholt.net>
Fri, 24 Apr 2020 20:01:31 +0000 (20:01 +0000)
The Wine version in the build image has been upgraded.

This reverts commit 6be65b077743fc80efe061b1e05cb13b2ff1a6b1.

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4678>

src/util/meson.build

index 68ae31f421b20bc01f1d51ae285459d3cb9d923c..2851c0c9880bf407c8c846710bf036611c01f3c7 100644 (file)
@@ -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