Require gdb version on some tests
This commit is contained in:
parent
a561484b81
commit
b89d1976d1
@ -1,11 +1,5 @@
|
||||
// The gdb that we use in CI for aarch64-unknown-linux-gnu and x86_64-pc-windows-gnu seems unable
|
||||
// to handle by-value non-immediate arguments, which is the whole point of this test.
|
||||
// gdb on those platforms (or the version we test) just prints <optimized out> for structs/tuples
|
||||
// and attempts to read memory at 0x0 for enums.
|
||||
//@ ignore-aarch64: #128973
|
||||
//@ ignore-windows-gnu
|
||||
|
||||
//@ min-lldb-version: 1800
|
||||
//@ min-gdb-version: 13.0
|
||||
//@ compile-flags:-g
|
||||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
@ -2,6 +2,7 @@
|
||||
//@ ignore-android
|
||||
//@ ignore-aarch64
|
||||
//@ min-lldb-version: 310
|
||||
//@ min-gdb-version: 13.0
|
||||
|
||||
//@ aux-build:macro-stepping.rs
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
//@ min-lldb-version: 1800
|
||||
//@ ignore-i686-pc-windows-gnu
|
||||
//@ min-gdb-version: 13.0
|
||||
|
||||
//@ compile-flags:-g
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
//@ min-lldb-version: 1800
|
||||
//@ ignore-i686-pc-windows-gnu
|
||||
//@ min-gdb-version: 13.0
|
||||
|
||||
//@ compile-flags:-g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user