Skip to content

Commit 03cba2b

Browse files
committed
DEBUG commit for rust-lang/rust#60173
1 parent b46e523 commit 03cba2b

File tree

173 files changed

+5
-5519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+5
-5519
lines changed

tests/compiletest.rs

+5
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,14 @@ fn compile_fail_miri(opt: bool) {
113113
}
114114

115115
fn test_runner(_tests: &[&()]) {
116+
std::env::set_var("MIRI_BACKTRACE", "1");
117+
std::env::set_var("MIRI_LOG", "info");
118+
116119
run_pass_miri(false);
117120
run_pass_miri(true);
118121

119122
compile_fail_miri(false);
120123
compile_fail_miri(true);
124+
125+
panic!("Making sure this does not land in rustc");
121126
}

tests/run-pass/args.rs

-5
This file was deleted.

tests/run-pass/args.stdout

-1
This file was deleted.

tests/run-pass/arrays.rs

-45
This file was deleted.

tests/run-pass/associated-const.rs

-11
This file was deleted.

tests/run-pass/assume_bug.rs

-3
This file was deleted.

tests/run-pass/async-fn.rs

-45
This file was deleted.

tests/run-pass/atomic-access-bool.rs

-19
This file was deleted.

tests/run-pass/atomic-compare_exchange.rs

-29
This file was deleted.

tests/run-pass/bad_substs.rs

-4
This file was deleted.

tests/run-pass/binops.rs

-81
This file was deleted.

tests/run-pass/bools.rs

-29
This file was deleted.

tests/run-pass/box-pair-to-vec.rs

-28
This file was deleted.

tests/run-pass/box-pair-to-vec.stdout

-3
This file was deleted.

tests/run-pass/box_box_trait.rs

-31
This file was deleted.

tests/run-pass/btreemap.rs

-29
This file was deleted.

0 commit comments

Comments
 (0)