Skip to content

Commit 259bb30

Browse files
committed
Delete min-lldb-version: 310
1 parent 07d4d0c commit 259bb30

File tree

87 files changed

+2
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2
-158
lines changed

tests/debuginfo/basic-types-globals-metadata.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
2+
43
// gdb-command:run
54
// gdb-command:whatis basic_types_globals_metadata::B
65
// gdb-check:type = bool

tests/debuginfo/basic-types-globals.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ revisions: lto no-lto
42

53
//@ compile-flags:-g

tests/debuginfo/basic-types-metadata.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
2+
43
// gdb-command:run
54
// gdb-command:whatis unit
65
// gdb-check:type = ()

tests/debuginfo/basic-types-mut-globals.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// about UTF-32 character encoding and will print a rust char as only
55
// its numerical value.
66

7-
//@ min-lldb-version: 310
8-
97
//@ compile-flags:-g
108

119
// gdb-command:run

tests/debuginfo/basic-types.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// about UTF-32 character encoding and will print a rust char as only
55
// its numerical value.
66

7-
//@ min-lldb-version: 310
8-
97
//@ compile-flags:-g
108

119
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-basic.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-c-style-enum.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-struct.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-tuple.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-unique-basic.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/box.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/boxed-struct.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/by-value-self-argument-in-trait-impl.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/c-style-enum-in-composite.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/c-style-enum.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ ignore-aarch64
2-
//@ min-lldb-version: 310
32

43
//@ compile-flags:-g
54

tests/debuginfo/closure-in-generic-function.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/constant-debug-locs.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
#![allow(dead_code, unused_variables)]

tests/debuginfo/constant-in-match-pattern.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
#![allow(dead_code, unused_variables)]

tests/debuginfo/coroutine-locals.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/cross-crate-spans.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![feature(omit_gdb_pretty_printer_section)]
22
#![omit_gdb_pretty_printer_section]
33

4-
//@ min-lldb-version: 310
5-
64
//@ aux-build:cross_crate_spans.rs
75
extern crate cross_crate_spans;
86

tests/debuginfo/cross-crate-type-uniquing.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ aux-build:cross_crate_debuginfo_type_uniquing.rs
42
extern crate cross_crate_debuginfo_type_uniquing;
53

tests/debuginfo/destructured-fn-argument.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/destructured-for-loop-variable.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/destructured-local.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/drop-locations.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ ignore-windows
22
//@ ignore-android
3-
//@ min-lldb-version: 310
43
//@ ignore-test: #128971
54

65
#![allow(unused)]

tests/debuginfo/empty-string.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ ignore-windows failing on win32 bot
22
//@ ignore-android: FIXME(#10381)
33
//@ compile-flags:-g
4-
//@ min-lldb-version: 310
54

65
// === GDB TESTS ===================================================================================
76

tests/debuginfo/enum-thinlto.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Require a gdb that can read DW_TAG_variant_part.
2-
//@ min-gdb-version: 8.2
31
//@ min-lldb-version: 1800
42
//@ compile-flags:-g -Z thinlto
53

tests/debuginfo/evec-in-struct.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/extern-c-fn.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/function-arguments.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/generic-enum-with-different-disr-sizes.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ ignore-lldb: FIXME(#27089)
2-
//@ min-lldb-version: 310
32

43
//@ compile-flags:-g
54

tests/debuginfo/generic-function.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/generic-functions-nested.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/generic-static-method-on-struct-and-enum.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// gdb-command:run

tests/debuginfo/generic-struct-style-enum.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// gdb-command:set print union on

tests/debuginfo/include_string.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ min-lldb-version: 310
21
//@ ignore-gdb-version: 15.0 - 99.0
32
// ^ test temporarily disabled as it fails under gdb 15
43

tests/debuginfo/issue-13213.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ min-lldb-version: 310
21
//@ ignore-cdb: Fails with exit code 0xc0000135 ("the application failed to initialize properly")
32

43
//@ aux-build:issue-13213-aux.rs

tests/debuginfo/issue-14411.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// No debugger interaction required: just make sure it compiles without

tests/debuginfo/issue-22656.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// when trying to handle a Vec<> or anything else that contains zero-sized
33
// fields.
44

5-
//@ min-lldb-version: 310
65
//@ ignore-gdb
76

87
//@ compile-flags:-g

tests/debuginfo/issue-7712.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-C debuginfo=1
2-
//@ min-lldb-version: 310
32

43
pub trait TraitWithDefaultMethod : Sized {
54
fn method(self) {

tests/debuginfo/lexical-scope-in-for-loop.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-if.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-match.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-parameterless-closure.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-C debuginfo=1
42

53
// gdb-command:run

tests/debuginfo/lexical-scope-in-stack-closure.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-unconditional-loop.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-unique-closure.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-in-while.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scope-with-macro.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/lexical-scopes-in-block-expression.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/method-on-struct.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/method-on-trait.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/method-on-tuple-struct.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/multi-byte-chars.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// This test checks whether debuginfo generation can handle multi-byte UTF-8

tests/debuginfo/multi-cgu.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This test case makes sure that we get proper break points for binaries
22
// compiled with multiple codegen units. (see #39160)
33

4-
5-
//@ min-lldb-version: 310
6-
74
//@ compile-flags:-g -Ccodegen-units=2
85

96
// === GDB TESTS ===============================================================

tests/debuginfo/multiple-functions-equal-var-names.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/multiple-functions.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/name-shadowing-and-scope-nesting.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/packed-struct-with-destructor.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/packed-struct.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/pretty-huge-vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ ignore-windows failing on win32 bot
22
//@ ignore-android: FIXME(#10381)
33
//@ compile-flags:-g
4-
//@ min-lldb-version: 310
54

65
// === GDB TESTS ===================================================================================
76

tests/debuginfo/pretty-std-collections.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//@ ignore-windows-gnu: #128981
44
//@ compile-flags:-g
55

6-
//@ min-lldb-version: 310
7-
86
// === GDB TESTS ===================================================================================
97

108
// gdb-command: run

0 commit comments

Comments
 (0)