[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:
Med Ismail Bennani 2022-05-12 16:53:20 -07:00
parent a6926d5761
commit 8b9caad8eb
1 changed files with 1 additions and 0 deletions

View File

@ -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",