File tree 8 files changed +0
-22
lines changed
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
-
4
1
//@ compile-flags:-g
5
2
6
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 59
59
// lldb-command:v *int_ref
60
60
// lldb-check:(isize) *int_ref = -1
61
61
62
- // NOTE: only rust-enabled lldb supports 32bit chars
63
62
// lldb-command:print *char_ref
64
63
// lldb-check:(char) *char_ref = 'a'
65
64
Original file line number Diff line number Diff line change 64
64
// lldb-command:v *int_ref
65
65
// lldb-check:(isize) *int_ref = -1
66
66
67
- // NOTE: only rust-enabled lldb supports 32bit chars
68
67
// lldb-command:print *char_ref
69
68
// lldb-check:(char) *char_ref = 97
70
69
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
-
4
1
//@ compile-flags:-g
5
2
6
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 1
1
//@ min-lldb-version: 310
2
- //@ ignore-lldb FIXME #48807
3
2
4
3
//@ compile-flags:-g
5
4
80
79
// lldb-check:(i32) b = 34
81
80
// lldb-command:continue
82
81
83
- // Don't test this with rust-enabled lldb for now; see issue #48807
84
-
85
-
86
-
87
82
88
83
#![ feature( omit_gdb_pretty_printer_section) ]
89
84
#![ 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
-
4
1
//@ compile-flags:-g
5
2
6
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 66
66
// lldb-command:v *int_ref
67
67
// lldb-check:(isize) *int_ref = -1
68
68
69
- // NOTE: only rust-enabled lldb supports 32bit chars
70
69
// lldb-command:print *char_ref
71
70
// lldb-check:(char) *char_ref = 'a'
72
71
Original file line number Diff line number Diff line change 1
1
//@ min-lldb-version: 310
2
2
3
- //@ ignore-gdb-version: 7.11.90 - 7.12.9
4
-
5
3
//@ compile-flags:-g
6
4
7
5
// === GDB TESTS ===================================================================================
18
16
// lldb-command:v u
19
17
// lldb-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
20
18
21
- // Don't test this with rust-enabled lldb for now; see
22
- // https://github.com/rust-lang-nursery/lldb/issues/18
23
-
24
19
#![ allow( unused) ]
25
20
#![ feature( omit_gdb_pretty_printer_section) ]
26
21
#![ omit_gdb_pretty_printer_section]
You can’t perform that action at this time.
0 commit comments