forked from OSchip/llvm-project
[lldb/test] Skip TestCppIncompleteTypeMembers.py for -gmodules on macOS
Following 8b9caad8eb
, this only skips
TestCppIncompleteTypeMembers.py on macOS if we test with `-gmodules` enabled.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
parent
2a21700bc5
commit
2d7b49f389
|
@ -13,7 +13,7 @@ class TestCppIncompleteTypeMembers(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIfDarwin
|
||||
@skipIf(oslist=['darwin','macos'], debug_info="gmodules")
|
||||
def test(self):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self, "// break here",
|
||||
|
|
Loading…
Reference in New Issue