We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c58d40 commit 9b58492Copy full SHA for 9b58492
tests/compiletest.rs
@@ -83,6 +83,7 @@ fn miri_pass(path: &str, target: &str, opt: bool, noseed: bool) {
83
flags.push("-Zmir-opt-level=3".to_owned());
84
} else if !noseed {
85
// Run with intptrcast. Avoid test matrix explosion by doing either this or opt-level=3.
86
+ #[cfg(not(windows))] // FIXME re-enable on Windows
87
flags.push("-Zmiri-seed=".to_owned());
88
}
89
0 commit comments