From 26afb4685d460f1153313716406bfe40011c2bf3 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 27 Aug 2019 08:42:36 +0200 Subject: [PATCH] hashmap ICEs with optimizations, temporarily disable --- tests/compiletest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiletest.rs b/tests/compiletest.rs index 00fd039ad7e..aa2488b1a41 100644 --- a/tests/compiletest.rs +++ b/tests/compiletest.rs @@ -122,7 +122,7 @@ fn test_runner(_tests: &[&()]) { std::env::set_var("MIRI_ENV_VAR_TEST", "0"); run_pass_miri(false); - run_pass_miri(true); + // FIXME: hashmap ICEs with optimizations run_pass_miri(true); compile_fail_miri(false); compile_fail_miri(true); -- 2.44.0