[Lldb-commits] [lldb] 8b9caad - [lldb/test] Skip TestCppIncompleteTypeMembers.py on Darwin (NFC)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu May 12 16:55:25 PDT 2022
Author: Med Ismail Bennani
Date: 2022-05-12T16:54:23-07:00
New Revision: 8b9caad8eb449c1dc4df13e566a5f6c59de9be7c
URL: https://github.com/llvm/llvm-project/commit/8b9caad8eb449c1dc4df13e566a5f6c59de9be7c
DIFF: https://github.com/llvm/llvm-project/commit/8b9caad8eb449c1dc4df13e566a5f6c59de9be7c.diff
LOG: [lldb/test] Skip TestCppIncompleteTypeMembers.py on Darwin (NFC)
This skips `TestCppIncompleteTypeMembers.py` on Darwin platforms since
it requires `-flimit-debug-info` which is not supported.
This should fix the Green Dragon bot test run:
https://green.lab.llvm.org/green/job/lldb-cmake/43678
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
Added:
Modified:
lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py b/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
index 3d6df0295e588..0f97088851d6a 100644
--- a/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
+++ b/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
@@ -13,6 +13,7 @@ class TestCppIncompleteTypeMembers(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @skipIfDarwin
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, "// break here",
More information about the lldb-commits
mailing list