Skip to content

Commit

Permalink
Disable tests that are broken on aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Aug 10, 2024
1 parent b37d94f commit 70f6f0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/debuginfo/by-value-non-immediate-argument.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ min-lldb-version: 310

//@ ignore-aarch64-apple-darwin
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts

// === GDB TESTS ===================================================================================
Expand Down
4 changes: 2 additions & 2 deletions tests/debuginfo/function-arg-initialization.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//@ min-lldb-version: 310

// This test case checks if function arguments already have the correct value
// when breaking at the first line of the function, that is if the function
// prologue has already been executed at the first line. Note that because of
// the __morestack part of the prologue GDB incorrectly breaks at before the
// arguments have been properly loaded when setting the breakpoint via the
// function name.

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

// === GDB TESTS ===================================================================================
Expand Down
1 change: 1 addition & 0 deletions tests/debuginfo/function-prologue-stepping-regular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

//@ min-lldb-version: 310
//@ ignore-gdb
//@ ignore-aarch64-apple-darwin
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts

// lldb-command:breakpoint set --name immediate_args
Expand Down

0 comments on commit 70f6f0a

Please sign in to comment.