File tree Expand file tree Collapse file tree 8 files changed +0
-22
lines changed Expand file tree Collapse file tree 8 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 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 ===================================================================================
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ===================================================================================
Original file line number Diff line number Diff line change 11//@ min-lldb-version: 310
2- //@ ignore-lldb FIXME #48807
32
43//@ compile-flags:-g
54
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]
Original file line number Diff line number Diff line change 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 ===================================================================================
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ===================================================================================
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]
You can’t perform that action at this time.
0 commit comments