Author: Jason Molenda
Date: 2023-09-22T18:22:02-07:00
New Revision: 5ba239fe2a338ca6dc293a2dd9ea0758f25c738e

URL: 
https://github.com/llvm/llvm-project/commit/5ba239fe2a338ca6dc293a2dd9ea0758f25c738e
DIFF: 
https://github.com/llvm/llvm-project/commit/5ba239fe2a338ca6dc293a2dd9ea0758f25c738e.diff

LOG: Remove expected-fail for Linux on TestStepOverWatchpoint.py

With my previous fix, this test now passes on
Linux.

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 17f753d6c890796..aac31088907544d 100644
--- 
a/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
+++ 
b/lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
@@ -61,12 +61,6 @@ def test_step_over_read_watchpoint(self):
 
         self.step_inst_for_watchpoint(1)
 
-    # Skip everywhere while modify watchpoints are sorted out.
-    @expectedFailureAll(
-        oslist=["freebsd", "linux"],
-        archs=["aarch64", "arm"],
-        bugnumber="llvm.org/pr26031",
-    )
     @add_test_categories(["basic_process"])
     @expectedFailureAll(
         oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to