Skip to content

Commit 8059bc1

Browse files
committed
Temporarily ignore some debuginfo tests on windows.
1 parent 4ab3c11 commit 8059bc1

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/test/debuginfo/basic-types.rs

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so ignore Linux for now.
1010
// ignore-linux
1111

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+
1216
// compile-flags:-g
1317

1418
// === GDB TESTS ===================================================================================

src/test/debuginfo/msvc-pretty-enums.rs

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// ignore-tidy-linelength
33
// compile-flags:-g
44

5+
// This started failing recently. See https://github.com/rust-lang/rust/issues/88796
6+
// FIXME: fix and unignore this
7+
// ignore-windows
8+
59
// cdb-command: g
610

711
// Note: The natvis used to visualize niche-layout enums don't work correctly in cdb

src/test/debuginfo/pretty-std.rs

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
// min-lldb-version: 310
77
// min-cdb-version: 10.0.18317.1001
88

9+
// This started failing recently. See https://github.com/rust-lang/rust/issues/88796
10+
// FIXME: fix and unignore this
11+
// ignore-windows
12+
913
// === GDB TESTS ===================================================================================
1014

1115
// gdb-command: run

0 commit comments

Comments
 (0)