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 8
8
// Somehow on rustc Windows CI, the "Miri caused an ICE" message is not shown
9
9
// and we don't even get a regular panic; rustc aborts with a different exit code instead.
10
10
//@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' ($$HEX) panicked"
16
+
11
17
#![ feature( custom_mir, core_intrinsics) ]
12
18
use core:: intrinsics:: mir:: * ;
13
19
Original file line number Diff line number Diff line change 1
1
2
- thread 'rustc' panicked at compiler/rustc_mir_transform/src/validate.rs:LL:CC:
2
+ thread 'rustc' ($HEX) panicked at compiler/rustc_mir_transform/src/validate.rs:LL:CC:
3
3
broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
4
4
place (*(_2.0: *mut i32)) has deref as a later projection (it is only permitted as the first projection)
5
5
stack backtrace:
You can’t perform that action at this time.
0 commit comments