-
Notifications
You must be signed in to change notification settings - Fork 102
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
Wire up testing to ./x.py test in rust-lang/rust #1290
Comments
If you respect
cc https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202023-01-05/near/319616098 - I think this is ok not to require for now :) |
Opened rust-lang/rust#112701 |
…imulacrum Run part of cg_clif's tests in CI While currently cg_clif is already built in CI ensuring that it always compiles, sometimes there is a bug in the changes that were made causing tests to fail. This PR is one step towards preventing this. Part of the test suite is still skipped until vendoring for the projects that are being tested is implemented. I will implement that in a future PR. Fixes part of https://github.com/bjorn3/rustc_codegen_cranelift/issues/1290 Fixes part of rust-lang#95518 Required for rust-lang#81746
The |
cargo fetch
(https://github.com/bjorn3/rustc_codegen_cranelift/pull/1339)cargo vendor
(https://github.com/bjorn3/rustc_codegen_cranelift/pull/1342will be done inx.py
instead)./y.rs prepare
. (3ba9b13)ResumeTy
in generator transform rust#105977 (to fix cg_clif on newer nightlies, updated rustc in 6c58be8)The text was updated successfully, but these errors were encountered: