Skip to content

Commit 5b457c1

Browse files
committed
xail all debuginfo tests
The broke with the LLVM upgrade
1 parent 03116f2 commit 5b457c1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/test/debug-info/basic-types.rs

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

11+
// xfail-test
12+
1113
// Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
1214
// as its numerical value along with its associated ASCII char, there
1315
// doesn't seem to be any way around this. Also, gdb doesn't know

src/test/debug-info/struct.rs

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

11+
// xfail-test
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:set print pretty off
1315
// debugger:break 29

src/test/debug-info/tuple.rs

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

11+
// xfail-test
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:set print pretty off
1315
// debugger:break 20

0 commit comments

Comments
 (0)