Grep for enabled and clean up those hits

This commit is contained in:
Ben Kimock 2024-08-17 17:42:20 -04:00
parent e1a82c9634
commit e93e610329
8 changed files with 0 additions and 22 deletions

View File

@ -1,7 +1,3 @@
// Some versions of the non-rust-enabled LLDB print the wrong generic
// parameter type names in this test.
//@ needs-rust-lldb
//@ compile-flags:-g
// === GDB TESTS ===================================================================================

View File

@ -61,7 +61,6 @@
// lldbg-check:[...] -1
// lldbr-check:(isize) *int_ref = -1
// NOTE: only rust-enabled lldb supports 32bit chars
// lldbr-command:print *char_ref
// lldbr-check:(char) *char_ref = 'a'

View File

@ -66,7 +66,6 @@
// lldbg-check:[...] -1
// lldbr-check:(isize) *int_ref = -1
// NOTE: only rust-enabled lldb supports 32bit chars
// lldbr-command:print *char_ref
// lldbr-check:(char) *char_ref = 97

View File

@ -1,7 +1,3 @@
// Some versions of the non-rust-enabled LLDB print the wrong generic
// parameter type names in this test.
//@ needs-rust-lldb
//@ compile-flags:-g
// === GDB TESTS ===================================================================================

View File

@ -1,5 +1,4 @@
//@ min-lldb-version: 310
//@ ignore-lldb FIXME #48807
//@ compile-flags:-g
@ -88,7 +87,6 @@
// lldbr-check:(i32) b = 34
// lldb-command:continue
// Don't test this with rust-enabled lldb for now; see issue #48807
// lldbg-command:print a
// lldbg-check:[...] 110
// lldbg-command:print b
@ -109,7 +107,6 @@
// lldbg-check:[...] 400
// lldbg-command:continue
#![feature(omit_gdb_pretty_printer_section)]
#![omit_gdb_pretty_printer_section]

View File

@ -1,7 +1,3 @@
// Some versions of the non-rust-enabled LLDB print the wrong generic
// parameter type names in this test.
//@ needs-rust-lldb
//@ compile-flags:-g
// === GDB TESTS ===================================================================================

View File

@ -68,7 +68,6 @@
// lldbg-check:[...] -1
// lldbr-check:(isize) *int_ref = -1
// NOTE: only rust-enabled lldb supports 32bit chars
// lldbr-command:print *char_ref
// lldbr-check:(char) *char_ref = 'a'

View File

@ -1,7 +1,5 @@
//@ min-lldb-version: 310
//@ ignore-gdb-version: 7.11.90 - 7.12.9
//@ compile-flags:-g
// === GDB TESTS ===================================================================================
@ -19,8 +17,6 @@
// lldbg-check:[...] { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
// lldbr-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
// Don't test this with rust-enabled lldb for now; see
// https://github.com/rust-lang-nursery/lldb/issues/18
// lldbg-command:print union_smoke::SU
// lldbg-check:[...] { a = { 0 = '\x01' 1 = '\x01' } b = 257 }