Require gdb version on some tests

This commit is contained in:
Ben Kimock 2024-08-13 18:20:48 -04:00
parent a561484b81
commit b89d1976d1
4 changed files with 4 additions and 9 deletions

View File

@ -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 ===================================================================================

View File

@ -2,6 +2,7 @@
//@ ignore-android
//@ ignore-aarch64
//@ min-lldb-version: 310
//@ min-gdb-version: 13.0
//@ aux-build:macro-stepping.rs

View File

@ -1,5 +1,5 @@
//@ min-lldb-version: 1800
//@ ignore-i686-pc-windows-gnu
//@ min-gdb-version: 13.0
//@ compile-flags:-g

View File

@ -1,5 +1,5 @@
//@ min-lldb-version: 1800
//@ ignore-i686-pc-windows-gnu
//@ min-gdb-version: 13.0
//@ compile-flags:-g