On Tue Apr 29 09:47:17 2025 +0000, Rémi Bernon wrote:
Fwiw this and !7875 !7876 !7877 !7878 now cause many tests to be skipped on windows: https://test.winehq.org/data/patterns.html#msvcr100:msvcr100
Prior to these commits the tests were also skipped, test output looked like this: ``` msvcr100.c:258: Tests skipped: msvcr100.dll not installed (got 126) 1e24:msvcr100: 0 tests executed (0 marked as todo, 0 as flaky, 0 failures), 1 skipped. msvcr100:msvcr100:1e24 done (0) in 0s 157B ```
msvcr100 (and many other versions) are not part of Windows install, it needs to be installed later.