Skip to content

Commit f1f5108

Browse files
committed
Revert "Temporarily ignore some debuginfo tests on windows."
This reverts commit 8059bc1.
1 parent b69fe57 commit f1f5108

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/test/debuginfo/basic-types.rs

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
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-
1612
// compile-flags:-g
1713

1814
// === GDB TESTS ===================================================================================

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

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
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-
95
// cdb-command: g
106

117
// 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,10 +6,6 @@
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-
139
// === GDB TESTS ===================================================================================
1410

1511
// gdb-command: run

0 commit comments

Comments
 (0)