Delete min-lldb-version: 310

This commit is contained in:
Ben Kimock 2024-08-17 18:55:13 -04:00
parent e2523c1842
commit c5fdc90a73
87 changed files with 2 additions and 158 deletions

View file

@ -1,6 +1,5 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run
// gdb-command:whatis basic_types_globals_metadata::B // gdb-command:whatis basic_types_globals_metadata::B
// gdb-check:type = bool // gdb-check:type = bool

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ revisions: lto no-lto //@ revisions: lto no-lto
//@ compile-flags:-g //@ compile-flags:-g

View file

@ -1,6 +1,5 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run
// gdb-command:whatis unit // gdb-command:whatis unit
// gdb-check:type = () // gdb-check:type = ()

View file

@ -4,8 +4,6 @@
// about UTF-32 character encoding and will print a rust char as only // about UTF-32 character encoding and will print a rust char as only
// its numerical value. // its numerical value.
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run

View file

@ -4,8 +4,6 @@
// about UTF-32 character encoding and will print a rust char as only // about UTF-32 character encoding and will print a rust char as only
// its numerical value. // its numerical value.
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ ignore-aarch64 //@ ignore-aarch64
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
#![allow(dead_code, unused_variables)] #![allow(dead_code, unused_variables)]

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
#![allow(dead_code, unused_variables)] #![allow(dead_code, unused_variables)]

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,8 +1,6 @@
#![feature(omit_gdb_pretty_printer_section)] #![feature(omit_gdb_pretty_printer_section)]
#![omit_gdb_pretty_printer_section] #![omit_gdb_pretty_printer_section]
//@ min-lldb-version: 310
//@ aux-build:cross_crate_spans.rs //@ aux-build:cross_crate_spans.rs
extern crate cross_crate_spans; extern crate cross_crate_spans;

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ aux-build:cross_crate_debuginfo_type_uniquing.rs //@ aux-build:cross_crate_debuginfo_type_uniquing.rs
extern crate cross_crate_debuginfo_type_uniquing; extern crate cross_crate_debuginfo_type_uniquing;

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ ignore-android //@ ignore-android
//@ min-lldb-version: 310
//@ ignore-test: #128971 //@ ignore-test: #128971
#![allow(unused)] #![allow(unused)]

View file

@ -1,7 +1,6 @@
//@ ignore-windows-gnu: #128981 //@ ignore-windows-gnu: #128981
//@ ignore-android: FIXME(#10381) //@ ignore-android: FIXME(#10381)
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
// Require a gdb that can read DW_TAG_variant_part.
//@ min-gdb-version: 8.2
//@ min-lldb-version: 1800 //@ min-lldb-version: 1800
//@ compile-flags:-g -Z thinlto //@ compile-flags:-g -Z thinlto

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,4 @@
//@ ignore-lldb: FIXME(#27089) //@ ignore-lldb: FIXME(#27089)
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:set print union on // gdb-command:set print union on

View file

@ -1,4 +1,3 @@
//@ min-lldb-version: 310
//@ ignore-gdb-version: 15.0 - 99.0 //@ ignore-gdb-version: 15.0 - 99.0
// ^ test temporarily disabled as it fails under gdb 15 // ^ test temporarily disabled as it fails under gdb 15

View file

@ -1,4 +1,3 @@
//@ min-lldb-version: 310
//@ ignore-cdb: Fails with exit code 0xc0000135 ("the application failed to initialize properly") //@ ignore-cdb: Fails with exit code 0xc0000135 ("the application failed to initialize properly")
//@ aux-build:issue-13213-aux.rs //@ aux-build:issue-13213-aux.rs

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// No debugger interaction required: just make sure it compiles without // No debugger interaction required: just make sure it compiles without

View file

@ -2,7 +2,6 @@
// when trying to handle a Vec<> or anything else that contains zero-sized // when trying to handle a Vec<> or anything else that contains zero-sized
// fields. // fields.
//@ min-lldb-version: 310
//@ ignore-gdb //@ ignore-gdb
//@ compile-flags:-g //@ compile-flags:-g

View file

@ -1,5 +1,4 @@
//@ compile-flags:-C debuginfo=1 //@ compile-flags:-C debuginfo=1
//@ min-lldb-version: 310
pub trait TraitWithDefaultMethod : Sized { pub trait TraitWithDefaultMethod : Sized {
fn method(self) { fn method(self) {

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-C debuginfo=1 //@ compile-flags:-C debuginfo=1
// gdb-command:run // gdb-command:run

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// This test checks whether debuginfo generation can handle multi-byte UTF-8 // This test checks whether debuginfo generation can handle multi-byte UTF-8

View file

@ -1,9 +1,6 @@
// This test case makes sure that we get proper break points for binaries // This test case makes sure that we get proper break points for binaries
// compiled with multiple codegen units. (see #39160) // compiled with multiple codegen units. (see #39160)
//@ min-lldb-version: 310
//@ compile-flags:-g -Ccodegen-units=2 //@ compile-flags:-g -Ccodegen-units=2
// === GDB TESTS =============================================================== // === GDB TESTS ===============================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,7 +1,6 @@
//@ ignore-windows-gnu: #128981 //@ ignore-windows-gnu: #128981
//@ ignore-android: FIXME(#10381) //@ ignore-android: FIXME(#10381)
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -2,8 +2,6 @@
//@ ignore-windows-gnu: #128981 //@ ignore-windows-gnu: #128981
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================
// gdb-command: run // gdb-command: run

View file

@ -1,7 +1,6 @@
//@ ignore-windows-gnu: #128981 //@ ignore-windows-gnu: #128981
//@ ignore-android: FIXME(#10381) //@ ignore-android: FIXME(#10381)
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -3,7 +3,6 @@
// and leaves codegen to create a ladder of allocations so as `*a == b`. // and leaves codegen to create a ladder of allocations so as `*a == b`.
// //
//@ compile-flags:-g -Zmir-enable-passes=+ReferencePropagation,-ConstDebugInfo //@ compile-flags:-g -Zmir-enable-passes=+ReferencePropagation,-ConstDebugInfo
//@ min-lldb-version: 310
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,4 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
// == Test [gdb|lldb]-[command|check] are parsed correctly === // == Test [gdb|lldb]-[command|check] are parsed correctly ===
//@ should-fail //@ should-fail
//@ needs-run-enabled //@ needs-run-enabled

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags: -g -Zmir-enable-passes=-CheckAlignment //@ compile-flags: -g -Zmir-enable-passes=-CheckAlignment
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,6 +1,5 @@
//@ ignore-gdb //@ ignore-gdb
//@ compile-flags:-g //@ compile-flags:-g
//@ min-lldb-version: 310
// Check that structs get placed in the correct namespace // Check that structs get placed in the correct namespace

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run
// lldb-command:run // lldb-command:run

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// gdb-command:run // gdb-command:run

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
#![allow(unused_variables)] #![allow(unused_variables)]

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================

View file

@ -1,4 +1,3 @@
//@ min-lldb-version: 310
//@ ignore-gdb-version: 15.0 - 99.0 //@ ignore-gdb-version: 15.0 - 99.0
// ^ test temporarily disabled as it fails under gdb 15 // ^ test temporarily disabled as it fails under gdb 15

View file

@ -1,5 +1,3 @@
//@ min-lldb-version: 310
//@ compile-flags:-g //@ compile-flags:-g
// === GDB TESTS =================================================================================== // === GDB TESTS ===================================================================================