Skip to content

Commit 20d69c6

Browse files
committed
Re-disable tests/run-make/short-ice on Windows MSVC again
1 parent dddd7ab commit 20d69c6

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)