Author: John Harrison
Date: 2026-03-05T08:12:19-08:00
New Revision: 6b3f57de0af21788f27f6172b8dff933a0bfdf91

URL: 
https://github.com/llvm/llvm-project/commit/6b3f57de0af21788f27f6172b8dff933a0bfdf91
DIFF: 
https://github.com/llvm/llvm-project/commit/6b3f57de0af21788f27f6172b8dff933a0bfdf91.diff

LOG: [lldb] Skip SBBlock test on Windows. (#184818)

Skipping this test to unblock CI.

Added: 
    

Modified: 
    lldb/test/API/python_api/block/TestFrameBlocks.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/python_api/block/TestFrameBlocks.py 
b/lldb/test/API/python_api/block/TestFrameBlocks.py
index 923cc4a79462a..b7b2f5e9747fe 100644
--- a/lldb/test/API/python_api/block/TestFrameBlocks.py
+++ b/lldb/test/API/python_api/block/TestFrameBlocks.py
@@ -9,6 +9,7 @@
 
 
 class FrameBlocksTestCase(TestBase):
+    @skipIfWindows
     def test_block_equality(self):
         """Exercise SBBlock equality checks across frames and functions in 
diff erent dylibs."""
         self.build()


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to