Skip to content

Commit e06c338

Browse files
debuginfo: Enable some GDB tests on Windows.
1 parent 54a5a2b commit e06c338

9 files changed

+0
-9
lines changed

src/test/debuginfo/basic-types-globals-metadata.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/basic-types-globals.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17-
// ignore-windows: FIXME #13256
1817
// ignore-android: FIXME(#10381)
1918
// min-lldb-version: 310
2019

src/test/debuginfo/basic-types-mut-globals.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17-
// ignore-windows: FIXME #13256
1817
// ignore-android: FIXME(#10381)
1918
// min-lldb-version: 310
2019

src/test/debuginfo/c-style-enum.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/lexical-scopes-in-block-expression.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/simple-struct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/simple-tuple.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/vec-slices.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

src/test/debuginfo/vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13256
1211
// ignore-android: FIXME(#10381)
1312
// min-lldb-version: 310
1413

0 commit comments

Comments
 (0)