[Lldb-commits] [lldb] [lldb] Skip SBBlock test on Windows. (PR #184818)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 5 08:04:11 PST 2026
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 <harjohn at google.com>
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()
More information about the lldb-commits
mailing list