Skip to content

Commit bc68b9c

Browse files
committed
Enable more debuginfo tests on Windows
1 parent 27b93da commit bc68b9c

11 files changed

+8
-12
lines changed

tests/debuginfo/drop-locations.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ ignore-android
32
//@ min-lldb-version: 310
43
//@ ignore-test: #128971

tests/debuginfo/embedded-visualizer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
//@ ignore-windows-gnu: #128981
12
//@ compile-flags:-g
23
//@ min-gdb-version: 8.1
34
//@ ignore-lldb
4-
//@ ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows
55

66
// === CDB TESTS ==================================================================================
77

tests/debuginfo/empty-string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ ignore-windows failing on win32 bot
1+
//@ ignore-windows-gnu: #128981
22
//@ ignore-android: FIXME(#10381)
33
//@ compile-flags:-g
44
//@ min-gdb-version: 8.1

tests/debuginfo/issue-12886.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
//@ ignore-windows failing on 64-bit bots FIXME #17638
21
//@ ignore-lldb
32
//@ ignore-aarch64
43

54
//@ compile-flags:-g
65

76
// gdb-command:run
87
// gdb-command:next
9-
// gdb-check:[...]24[...]let s = Some(5).unwrap(); // #break
8+
// gdb-check:[...]23[...]let s = Some(5).unwrap(); // #break
109
// gdb-command:continue
1110

1211
#![feature(omit_gdb_pretty_printer_section)]

tests/debuginfo/macro-stepping.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ ignore-android
32
//@ ignore-aarch64
43
//@ min-lldb-version: 1800

tests/debuginfo/numeric-types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
//@ ignore-windows-gnu: #128981
12
//@ compile-flags:-g
23

34
//@ min-gdb-version: 8.1
4-
//@ ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows
55

66
// Tests the visualizations for `NonZero<T>`, `Wrapping<T>` and
77
// `Atomic{Bool,I8,I16,I32,I64,Isize,U8,U16,U32,U64,Usize}` located in `libcore.natvis`.

tests/debuginfo/pretty-huge-vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ ignore-windows failing on win32 bot
1+
//@ ignore-windows-gnu: #128981
22
//@ ignore-freebsd: gdb package too new
33
//@ ignore-android: FIXME(#10381)
44
//@ compile-flags:-g

tests/debuginfo/pretty-slices.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
//@ ignore-windows-gnu: #128981
12
//@ ignore-android: FIXME(#10381)
2-
//@ ignore-windows
33
//@ compile-flags:-g
44

55
// gdb-command: run

tests/debuginfo/pretty-std-collections.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows failing on win32 bot
21
//@ ignore-freebsd: gdb package too new
32
//@ ignore-android: FIXME(#10381)
43
//@ ignore-windows-gnu: #128981

tests/debuginfo/pretty-uninitialized-vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ ignore-windows failing on win32 bot
1+
//@ ignore-windows-gnu: #128981
22
//@ ignore-freebsd: gdb package too new
33
//@ ignore-android: FIXME(#10381)
44
//@ compile-flags:-g

tests/debuginfo/thread-names.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
//@ ignore-windows-gnu: gdb on windows-gnu does not print thread names
12
//@ compile-flags:-g
23
//@ revisions: macos win
34
// We can't set the main thread name on Linux because it renames the process (#97191)
45
//@[macos] only-macos
56
//@[win] only-windows
67
//@ ignore-sgx
7-
//@ ignore-windows-gnu
88

99
// === GDB TESTS ==================================================================================
1010
//

0 commit comments

Comments
 (0)