meson,ci: Disable sparse_array tests on windows
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 19 Mar 2020 17:50:33 +0000 (12:50 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 20 Mar 2020 20:26:07 +0000 (15:26 -0500)
commit6be65b077743fc80efe061b1e05cb13b2ff1a6b1
treeb0624537082d16616bfa6f320d166f68f322fa6e
parent9fcd8bdbfcb556b72378ca6432ddf681b78f5a53
meson,ci: Disable sparse_array tests on windows

As soon as I switch to using the allocation helpers in os_memory.h,
these tests start blowing up on the Windows build in GitLab CI.  As far
as I can tell, the issue is something with the combination of the debug
allocator in u_debug_memory.c and the mutex implementation in the
version of Wine running in CI.  The tests don't fail on real windows nor
do they fail with newer versions of Wine.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4228>
src/util/meson.build