Skip to content

Commit de6a4b1

Browse files
committed
Grep for enabled and clean up those hits
1 parent ba4773d commit de6a4b1

8 files changed

+0
-22
lines changed

tests/debuginfo/associated-types.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
41
//@ compile-flags:-g
52

63
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-basic.rs

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
// lldb-command:v *int_ref
6060
// lldb-check:(isize) *int_ref = -1
6161

62-
// NOTE: only rust-enabled lldb supports 32bit chars
6362
// lldb-command:print *char_ref
6463
// lldb-check:(char) *char_ref = 'a'
6564

tests/debuginfo/borrowed-unique-basic.rs

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
// lldb-command:v *int_ref
6565
// lldb-check:(isize) *int_ref = -1
6666

67-
// NOTE: only rust-enabled lldb supports 32bit chars
6867
// lldb-command:print *char_ref
6968
// lldb-check:(char) *char_ref = 97
7069

tests/debuginfo/generic-struct.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
41
//@ compile-flags:-g
52

63
// === GDB TESTS ===================================================================================

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

-5
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

@@ -80,10 +79,6 @@
8079
// lldb-check:(i32) b = 34
8180
// lldb-command:continue
8281

83-
// Don't test this with rust-enabled lldb for now; see issue #48807
84-
85-
86-
8782

8883
#![feature(omit_gdb_pretty_printer_section)]
8984
#![omit_gdb_pretty_printer_section]

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

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Some versions of the non-rust-enabled LLDB print the wrong generic
2-
// parameter type names in this test.
3-
41
//@ compile-flags:-g
52

63
// === GDB TESTS ===================================================================================

tests/debuginfo/reference-debuginfo.rs

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
// lldb-command:v *int_ref
6767
// lldb-check:(isize) *int_ref = -1
6868

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

tests/debuginfo/union-smoke.rs

-5
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 ===================================================================================
@@ -18,9 +16,6 @@
1816
// lldb-command:v u
1917
// lldb-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
2018

21-
// Don't test this with rust-enabled lldb for now; see
22-
// https://github.com/rust-lang-nursery/lldb/issues/18
23-
2419
#![allow(unused)]
2520
#![feature(omit_gdb_pretty_printer_section)]
2621
#![omit_gdb_pretty_printer_section]

0 commit comments

Comments
 (0)