-
Notifications
You must be signed in to change notification settings - Fork 107
Wire up testing to ./x.py test in rust-lang/rust #1290
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
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 |
rust-lang/rust#139213 will run coretests and alloctests on rust's CI. The rest of cg_clif's tests are various crates, which probably shouldn't run in rust's CI. |
…ieyouxu Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
…ieyouxu Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
…youxu Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
Run coretests and alloctests with cg_clif in CI Part of #1290
…youxu Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
cargo fetch
(Many build system improvements #1339)cargo vendor
(Implement vendoring #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: