Skip to content

Commit e18342a

Browse files
authored
Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJung
Re-disable `tests/run-make/short-ice` on Windows MSVC again We tried to re-enable this for MSVC in #142844. Unfortunately, this test still sometimes fails on Windows MSVC. Tracked in #143198. FYI ```@dpaoliello``` (I couldn't reproduce this easily locally either)
2 parents 7760cd6 + 20d69c6 commit e18342a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/run-make/short-ice/rmake.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
// See https://github.com/rust-lang/rust/issues/107910
66

77
//@ needs-target-std
8-
//@ ignore-i686-pc-windows-msvc
9-
// Reason: the assert_eq! on line 37 fails, almost seems like it missing debug info?
10-
// Haven't been able to reproduce locally, but it happens on CI.
8+
//@ ignore-windows-msvc
9+
//
10+
// - FIXME(#143198): On `i686-pc-windows-msvc`: the assert_eq! on line 37 fails, almost seems like
11+
// it missing debug info? Haven't been able to reproduce locally, but it happens on CI.
12+
// - FIXME(#143198): On `x86_64-pc-windows-msvc`: full backtrace sometimes do not contain matching
13+
// count of short backtrace markers (e.g. 5x end marker, but 3x start marker).
1114

1215
use run_make_support::rustc;
1316

0 commit comments

Comments
 (0)