File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
1215use run_make_support:: rustc;
1316
You can’t perform that action at this time.
0 commit comments