File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/tools/miri/tests/panic Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 88// Somehow on rustc Windows CI, the "Miri caused an ICE" message is not shown
99// and we don't even get a regular panic; rustc aborts with a different exit code instead.
1010//@ignore-host: windows
11+
12+ // FIXME: output is different between stage1 and stage2. This should be possible to remove
13+ // when stages get bumped.
14+ // For the grep: cfg(bootstrap)
15+ //@normalize-stderr-test: "thread 'rustc' panicked" -> "thread 'rustc' ($$TID) panicked"
16+
1117#![ feature( custom_mir, core_intrinsics) ]
1218use core:: intrinsics:: mir:: * ;
1319
Original file line number Diff line number Diff line change 11
2- thread 'rustc' panicked at compiler/rustc_mir_transform/src/validate.rs:LL:CC:
2+ thread 'rustc' ($TID) panicked at compiler/rustc_mir_transform/src/validate.rs:LL:CC:
33broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
44place (*(_2.0: *mut i32)) has deref as a later projection (it is only permitted as the first projection)
55stack backtrace:
You can’t perform that action at this time.
0 commit comments