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 5
5
// See https://github.com/rust-lang/rust/issues/107910
6
6
7
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.
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).
11
14
12
15
use run_make_support:: rustc;
13
16
You can’t perform that action at this time.
0 commit comments