Skip to content

Commit

Permalink
[lldb/test] Skip TestCppIncompleteTypeMembers.py for -gmodules on macOS
Browse files Browse the repository at this point in the history
Following 8b9caad, this only skips
TestCppIncompleteTypeMembers.py on macOS if we test with `-gmodules` enabled.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
  • Loading branch information
medismailben committed May 13, 2022
1 parent 2a21700 commit 2d7b49f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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",
Expand Down

0 comments on commit 2d7b49f

Please sign in to comment.