llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: John Harrison (ashgti) <details> <summary>Changes</summary> Skipping this test to unblock CI. --- Full diff: https://github.com/llvm/llvm-project/pull/184818.diff 1 Files Affected: - (modified) lldb/test/API/python_api/block/TestFrameBlocks.py (+1) ``````````diff 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() `````````` </details> https://github.com/llvm/llvm-project/pull/184818 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
