Skip to content

Commit 266bbc2

Browse files
committed
[lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and later
1 parent 096c530 commit 266bbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_to_start(self, bkpt_text):
2020

2121
@add_test_categories(["basic_process"])
2222
@expectedFailureAll(
23-
oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],
23+
macos_version=["<", "14.4"],
2424
archs=["aarch64", "arm"],
2525
bugnumber="<rdar://problem/106868647>",
2626
)
@@ -63,7 +63,7 @@ def test_step_over_read_watchpoint(self):
6363

6464
@add_test_categories(["basic_process"])
6565
@expectedFailureAll(
66-
oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],
66+
macos_version=["<", "14.4"],
6767
archs=["aarch64", "arm"],
6868
bugnumber="<rdar://problem/106868647>",
6969
)

0 commit comments

Comments
 (0)