[Lldb-commits] [lldb] 266bbc2 - [lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and later
    Jonas Devlieghere via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Feb 15 22:54:15 PST 2024
    
    
  
Author: Jonas Devlieghere
Date: 2024-02-15T22:54:00-08:00
New Revision: 266bbc203da2d0bc880e643560fb48aff4830478
URL: https://github.com/llvm/llvm-project/commit/266bbc203da2d0bc880e643560fb48aff4830478
DIFF: https://github.com/llvm/llvm-project/commit/266bbc203da2d0bc880e643560fb48aff4830478.diff
LOG: [lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and later
Added: 
    
Modified: 
    lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
Removed: 
    
################################################################################
diff  --git a/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py b/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
index aac31088907544..02f0592f40de6d 100644
--- a/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
+++ b/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
@@ -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>",
     )
@@ -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>",
     )
        
    
    
More information about the lldb-commits
mailing list