Skip to content

Commit e93e610

Browse files
committed
Grep for enabled and clean up those hits
1 parent e1a82c9 commit e93e610

8 files changed

+0
-22
lines changed

tests/debuginfo/associated-types.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
//@ needs-rust-lldb
4-
51
//@ compile-flags:-g
62

73
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-basic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
// lldbg-check:[...] -1
6262
// lldbr-check:(isize) *int_ref = -1
6363

64-
// NOTE: only rust-enabled lldb supports 32bit chars
6564
// lldbr-command:print *char_ref
6665
// lldbr-check:(char) *char_ref = 'a'
6766

tests/debuginfo/borrowed-unique-basic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
// lldbg-check:[...] -1
6767
// lldbr-check:(isize) *int_ref = -1
6868

69-
// NOTE: only rust-enabled lldb supports 32bit chars
7069
// lldbr-command:print *char_ref
7170
// lldbr-check:(char) *char_ref = 97
7271

tests/debuginfo/generic-struct.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
//@ needs-rust-lldb
4-
51
//@ compile-flags:-g
62

73
// === GDB TESTS ===================================================================================

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ min-lldb-version: 310
2-
//@ ignore-lldb FIXME #48807
32

43
//@ compile-flags:-g
54

@@ -88,7 +87,6 @@
8887
// lldbr-check:(i32) b = 34
8988
// lldb-command:continue
9089

91-
// Don't test this with rust-enabled lldb for now; see issue #48807
9290
// lldbg-command:print a
9391
// lldbg-check:[...] 110
9492
// lldbg-command:print b
@@ -109,7 +107,6 @@
109107
// lldbg-check:[...] 400
110108
// lldbg-command:continue
111109

112-
113110
#![feature(omit_gdb_pretty_printer_section)]
114111
#![omit_gdb_pretty_printer_section]
115112

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
//@ needs-rust-lldb
4-
51
//@ compile-flags:-g
62

73
// === GDB TESTS ===================================================================================

tests/debuginfo/reference-debuginfo.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
// lldbg-check:[...] -1
6969
// lldbr-check:(isize) *int_ref = -1
7070

71-
// NOTE: only rust-enabled lldb supports 32bit chars
7271
// lldbr-command:print *char_ref
7372
// lldbr-check:(char) *char_ref = 'a'
7473

tests/debuginfo/union-smoke.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ min-lldb-version: 310
22

3-
//@ ignore-gdb-version: 7.11.90 - 7.12.9
4-
53
//@ compile-flags:-g
64

75
// === GDB TESTS ===================================================================================
@@ -19,8 +17,6 @@
1917
// lldbg-check:[...] { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
2018
// lldbr-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
2119

22-
// Don't test this with rust-enabled lldb for now; see
23-
// https://github.com/rust-lang-nursery/lldb/issues/18
2420
// lldbg-command:print union_smoke::SU
2521
// lldbg-check:[...] { a = { 0 = '\x01' 1 = '\x01' } b = 257 }
2622

0 commit comments

Comments
 (0)