forked from OSchip/llvm-project
Temporarily skip TestWithLimitDebugInfo on Darwin and OS X
This test is erroring out on a sequence call to a function. llvm-svn: 255549
This commit is contained in:
parent
a11959dbf7
commit
6ea44cd89b
|
@ -6,6 +6,8 @@ class TestWithLimitDebugInfo(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIfLinux
|
||||
@skipIfDarwin
|
||||
@skipIf(debug_info=not_in(["dwarf"]))
|
||||
def test_limit_debug_info(self):
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue