Skip to content

Commit 9b58492

Browse files
committed
temporarily disable intptrcast advanced testing on Windows
1 parent 6c58d40 commit 9b58492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compiletest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fn miri_pass(path: &str, target: &str, opt: bool, noseed: bool) {
8383
flags.push("-Zmir-opt-level=3".to_owned());
8484
} else if !noseed {
8585
// Run with intptrcast. Avoid test matrix explosion by doing either this or opt-level=3.
86+
#[cfg(not(windows))] // FIXME re-enable on Windows
8687
flags.push("-Zmiri-seed=".to_owned());
8788
}
8889

0 commit comments

Comments
 (0)