mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
move tests that no longer need MIR out of fullmir
This commit is contained in:
@@ -70,7 +70,7 @@ RUSTFLAGS='-Zalways-encode-mir' xargo build
|
||||
Now you can run miri against the libstd compiled by xargo:
|
||||
|
||||
```sh
|
||||
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass-fullmir/vecs.rs
|
||||
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass-fullmir/hashmap.rs
|
||||
```
|
||||
|
||||
Notice that you will have to re-run the last step of the preparations above when
|
||||
|
||||
@@ -212,5 +212,5 @@ fn compile_fail_miri() {
|
||||
|
||||
// FIXME: run tests for other targets, too
|
||||
compile_fail(&sysroot, "tests/compile-fail", &host, &host, true);
|
||||
compile_fail(&sysroot, "tests/compile-fail-fullmir", &host, &host, true);
|
||||
//compile_fail(&sysroot, "tests/compile-fail-fullmir", &host, &host, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user