Skip to content

Commit 3403655

Browse files
Ignore failing debuginfo tests with gcc backend
1 parent 4bee877 commit 3403655

File tree

117 files changed

+117
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+117
-0
lines changed

tests/debuginfo/associated-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags:-g
22
//@ disable-gdb-pretty-printers
3+
//@ ignore-backends: gcc
34

45
// === GDB TESTS ===================================================================================
56
// gdb-command:run

tests/debuginfo/basic-stepping.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@ ignore-loongarch64: Doesn't work yet.
77
//@ ignore-riscv64: Doesn't work yet.
88
//@ compile-flags: -g
9+
//@ ignore-backends: gcc
910

1011
// gdb-command: run
1112
// FIXME(#97083): Should we be able to break on initialization of zero-sized types?

tests/debuginfo/basic-types-globals-metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags:-g
22
//@ disable-gdb-pretty-printers
3+
//@ ignore-backends: gcc
34

45
// gdb-command:run
56
// gdb-command:whatis basic_types_globals_metadata::B

tests/debuginfo/basic-types-globals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
//@ [lto] compile-flags:-C lto
77
//@ [lto] no-prefer-dynamic
8+
//@ ignore-backends: gcc
89

910
// gdb-command:run
1011
// gdb-command:print B

tests/debuginfo/basic-types-metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags:-g
22
//@ disable-gdb-pretty-printers
3+
//@ ignore-backends: gcc
34

45
// gdb-command:run
56
// gdb-command:whatis unit

tests/debuginfo/basic-types-mut-globals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
//@ compile-flags:-g
88
//@ disable-gdb-pretty-printers
9+
//@ ignore-backends: gcc
910

1011
// gdb-command:run
1112

tests/debuginfo/basic-types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
//@ compile-flags:-g
88
//@ disable-gdb-pretty-printers
9+
//@ ignore-backends: gcc
910

1011
// === GDB TESTS ===================================================================================
1112

tests/debuginfo/borrowed-basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags:-g
22
//@ disable-gdb-pretty-printers
3+
//@ ignore-backends: gcc
34

45
// === GDB TESTS ===================================================================================
56

tests/debuginfo/borrowed-c-style-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ compile-flags:-g
22
//@ disable-gdb-pretty-printers
3+
//@ ignore-backends: gcc
34

45
// === GDB TESTS ===================================================================================
56

tests/debuginfo/borrowed-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//@ compile-flags:-g
44
//@ disable-gdb-pretty-printers
5+
//@ ignore-backends: gcc
56

67
// === GDB TESTS ===================================================================================
78

0 commit comments

Comments
 (0)