forked from OSchip/llvm-project
[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@gmail.com>
This commit is contained in:
parent
a6926d5761
commit
8b9caad8eb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue