https://github.com/ashgti created 
https://github.com/llvm/llvm-project/pull/184818

Skipping this test to unblock CI.

>From b36c6d0dace49c55ba1669fdce193e4038bb1699 Mon Sep 17 00:00:00 2001
From: John Harrison <[email protected]>
Date: Thu, 5 Mar 2026 08:03:07 -0800
Subject: [PATCH] [lldb] Skip SBBlock test on Windows.

---
 lldb/test/API/python_api/block/TestFrameBlocks.py | 1 +
 1 file changed, 1 insertion(+)

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 
different dylibs."""
         self.build()

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

Reply via email to