Skip to content

Commit

Permalink
[lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Feb 16, 2024
1 parent 096c530 commit 266bbc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_to_start(self, bkpt_text):

@add_test_categories(["basic_process"])
@expectedFailureAll(
oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],
macos_version=["<", "14.4"],
archs=["aarch64", "arm"],
bugnumber="<rdar://problem/106868647>",
)
Expand Down Expand Up @@ -63,7 +63,7 @@ def test_step_over_read_watchpoint(self):

@add_test_categories(["basic_process"])
@expectedFailureAll(
oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],
macos_version=["<", "14.4"],
archs=["aarch64", "arm"],
bugnumber="<rdar://problem/106868647>",
)
Expand Down

0 comments on commit 266bbc2

Please sign in to comment.