Skip to content

Commit 4343b8c

Browse files
committed
Fix
1 parent 5241f87 commit 4343b8c

4 files changed

+3
-7
lines changed

tests/debuginfo/by-value-non-immediate-argument.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//@ min-lldb-version: 310
2-
//@ ignore-aarch64-apple-darwin
1+
//@ min-lldb-version: 1800
32
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
43

54
// === GDB TESTS ===================================================================================

tests/debuginfo/function-arg-initialization.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// arguments have been properly loaded when setting the breakpoint via the
66
// function name.
77

8-
//@ min-lldb-version: 310
9-
//@ ignore-aarch64-apple-darwin
8+
//@ min-lldb-version: 1800
109
//@ compile-flags:-g -Zmir-opt-level=0
1110

1211
// === GDB TESTS ===================================================================================

tests/debuginfo/function-prologue-stepping-regular.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// This test case checks if function arguments already have the correct value when breaking at the
22
// beginning of a function.
33

4-
//@ min-lldb-version: 310
4+
//@ min-lldb-version: 1800
55
//@ ignore-gdb
6-
//@ ignore-aarch64-apple-darwin
76
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
87

98
// lldb-command:breakpoint set --name immediate_args

tests/debuginfo/pretty-std.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// ignore-tidy-linelength
22
//@ ignore-freebsd: gdb package too new
3-
//@ only-cdb // "Temporarily" ignored on GDB/LLDB due to debuginfo tests being disabled, see PR 47155
43
//@ ignore-android: FIXME(#10381)
54
//@ compile-flags:-g
65
//@ min-gdb-version: 7.7

0 commit comments

Comments
 (0)