On Tue Apr 29 09:47:17 2025 +0000, Piotr Caban wrote:
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.
I see, is this what needs to be installed: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?vie... ?