Disable parts of tests that fail on MinGW - #28
Conversation
|
|
||
| namespace { | ||
|
|
||
| // It seems a few bells and whistles aren't availble with MinGW. |
|
I rebased this over my That's a progress anyway! |
|
Just for knowledge, here is the status on Wine, but that may be Wine limitations (we may send them the test so they can use it to track down differences with Windows): This is also a progress since it went from 17 failed tests to 15 (I'm aware that lest test are running 🫣️). |
illwieckz
left a comment
There was a problem hiding this comment.
LGTM if:
- the comment typo is fixed
- the remaining fails aren't regressions introduced by this
|
Hmm, I just noticed that I just tested a non-static build of |
|
I wouldn't exclude the remaining fails may be related to the MinGW version I'm using (13.2.0). |
|
I did more runs, here with a more recent MinGW (14.2.0 from Debian Trixie) and some more recent Wine, dynamic link: Wine 10.0: Wine 11.13: Windows 11: So a newer MinGW helped on Wine, but not on Windows (at least up to MinGW 14.2.0). |
|
I developed this against #24 excluding the |
Nice! So it's basically a matter of MinGW updates to get everything passing on Windows! |
So that all tests pass.