temporarily disable intptrcast advanced testing on Windows
This commit is contained in:
parent
6c58d40a8d
commit
9b58492df1
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ fn miri_pass(path: &str, target: &str, opt: bool, noseed: bool) {
|
|||
flags.push("-Zmir-opt-level=3".to_owned());
|
||||
} else if !noseed {
|
||||
// Run with intptrcast. Avoid test matrix explosion by doing either this or opt-level=3.
|
||||
#[cfg(not(windows))] // FIXME re-enable on Windows
|
||||
flags.push("-Zmiri-seed=".to_owned());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue