-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test x86_64-pc-windows-gnu with Wine on CI #1637
Conversation
Hmm... https://github.com/tokio-rs/mio/actions/runs/3583801507/jobs/6029672205
|
255adb1
to
969624f
Compare
Added The failures are all in the following form, and I'm not sure what is occurring.
|
8b7e20d
to
1dfae09
Compare
e7e2099
to
16f6789
Compare
@taiki-e what is the status of this? I see that some tests are still ignored (that are not ignored on Windows), so it's still not 100% supported? |
3be816c
to
2109ba9
Compare
Yeah, some tests are still failing (even with the latest wine), so they are ignored. Ideally, I would like to investigate and fix (if possible) the failure here, but I don't have the time or knowledge to investigate that at this time. (Perhaps I need to start by testing windows-gnu on CI with windows host to know if the failure is wine-specific or a mingw issue.) |
I'm going to close this due to age and because it's incomplete. @taiki-e thanks for the effort! |
This adds test for x86_64-pc-windows-gnu with Wine 7.13 on CI.
This also documents that Wine 7.13+ is supported.EDIT: see #1637 (comment)cc #1444