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.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7853#note_102134
Over the past several weeks I've been working on and off on this. I didn't track the hours but I'm sure that I've spent 80+ hours on the feature. I've tested and retested all known scenarios and it seems to be working as expected.
--
v25: cmd: Implement tab completion for command line entry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7843