We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/run-make/short-ice
1 parent dddd7ab commit ba2f0c7Copy full SHA for ba2f0c7
tests/run-make/short-ice/rmake.rs
@@ -5,9 +5,12 @@
5
// See https://github.com/rust-lang/rust/issues/107910
6
7
//@ 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.
+//@ ignore-windows-msvc
+//
+// - 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 the short
13
+// backtrace markers.
14
15
use run_make_support::rustc;
16
0 commit comments