Skip to content

Commit 70f6f0a

Browse files
committed
Disable tests that are broken on aarch64-apple-darwin
1 parent b37d94f commit 70f6f0a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: tests/debuginfo/by-value-non-immediate-argument.rs

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

55
// === GDB TESTS ===================================================================================

Diff for: tests/debuginfo/function-arg-initialization.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//@ min-lldb-version: 310
2-
31
// This test case checks if function arguments already have the correct value
42
// when breaking at the first line of the function, that is if the function
53
// prologue has already been executed at the first line. Note that because of
64
// the __morestack part of the prologue GDB incorrectly breaks at before the
75
// arguments have been properly loaded when setting the breakpoint via the
86
// function name.
97

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

1212
// === GDB TESTS ===================================================================================

Diff for: tests/debuginfo/function-prologue-stepping-regular.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
//@ min-lldb-version: 310
55
//@ ignore-gdb
6+
//@ ignore-aarch64-apple-darwin
67
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
78

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

0 commit comments

Comments
 (0)