-
Notifications
You must be signed in to change notification settings - Fork 717
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
Have tests pass on Windows #828
Conversation
r? @emilio |
@bors-servo r+ Thanks a lot for this Xidorn! ❤️ |
📌 Commit 2944834 has been approved by |
Have tests pass on Windows These changes allow `cargo test` to pass on Windows. There are two followup work we should do at some point: * setup AppVeyor so that we don't break Windows development either * convert `no_system_header_includes` to be pure Rust so that it supports Windows natively
☀️ Test successful - status-travis |
@upsuper awesome! Thanks! The faster appveyor is set up, the less likely this is to regress in the future. Do you have experience with appveyor (I don't)? If so, would you be willing to set it up for us? Thanks again! |
I don't either, unfortunately... |
I know @UK992 has helped a lot with servo's appveyor integration. A hand here would be quite nice if he could! (no worries if not) |
These changes allow
cargo test
to pass on Windows.There are two followup work we should do at some point:
no_system_header_includes
to be pure Rust so that it supports Windows natively