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:
Todd Fiala 2015-12-14 21:49:39 +00:00
parent a11959dbf7
commit 6ea44cd89b
1 changed files with 2 additions and 0 deletions

View File

@ -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()