Skip to content

Commit 39dd5c1

Browse files
committed
Paper over some more issues
1 parent 1b68bca commit 39dd5c1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/debuginfo/by-value-non-immediate-argument.rs

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// The gdb that we use in CI for aarch64-unknown-linux-gnu and x86_64-pc-windows-gnu seems unable
2+
// to handle by-value non-immediate arguments, which is the whole point of this test.
3+
// gdb on those platforms (or the version we test) just prints <optimized out> for structs/tuples
4+
// and attempts to read memory at 0x0 for enums.
5+
//@ ignore-aarch64
6+
//@ ignore-windows-gnu
7+
18
//@ min-lldb-version: 1800
29
//@ compile-flags:-g
310

tests/debuginfo/pretty-std-collections.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ ignore-windows failing on win32 bot
22
//@ ignore-freebsd: gdb package too new
33
//@ ignore-android: FIXME(#10381)
4+
//@ ignore-windows-gnu: pretty printers aren't loaded
45
//@ compile-flags:-g
56

67
// The pretty printers being tested here require the patch from

tests/debuginfo/pretty-std.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// ignore-tidy-linelength
22
//@ ignore-freebsd: gdb package too new
3+
//@ ignore-windows-gnu: pretty-printers are not loaded
34
//@ ignore-android: FIXME(#10381)
45
//@ compile-flags:-g
56
//@ min-gdb-version: 7.7

0 commit comments

Comments
 (0)