File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so ignore Linux for now.
10
10
// ignore-linux
11
11
12
+ // This started failing in windows too. See https://github.com/rust-lang/rust/issues/88796
13
+ // FIXME: fix and unignore this on windows
14
+ // ignore-windows
15
+
12
16
// compile-flags:-g
13
17
14
18
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 2
2
// ignore-tidy-linelength
3
3
// compile-flags:-g
4
4
5
+ // This started failing recently. See https://github.com/rust-lang/rust/issues/88796
6
+ // FIXME: fix and unignore this
7
+ // ignore-windows
8
+
5
9
// cdb-command: g
6
10
7
11
// Note: The natvis used to visualize niche-layout enums don't work correctly in cdb
Original file line number Diff line number Diff line change 6
6
// min-lldb-version: 310
7
7
// min-cdb-version: 10.0.18317.1001
8
8
9
+ // This started failing recently. See https://github.com/rust-lang/rust/issues/88796
10
+ // FIXME: fix and unignore this
11
+ // ignore-windows
12
+
9
13
// === GDB TESTS ===================================================================================
10
14
11
15
// gdb-command: run
You can’t perform that action at this time.
0 commit comments