From 375c7a3863d141491bd81ca96605c709af118074 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Wed, 22 Apr 2020 16:36:33 +0300 Subject: [PATCH] Revert "meson,ci: Disable sparse_array tests on windows" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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: --- src/util/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.30.2