Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")

llvm-svn: 265406
This commit is contained in:
Kuba Brecka 2016-04-05 15:22:00 +00:00
parent fd259ff9c4
commit d9f724e04a
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class AsanTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
@skipIfRemote
@skipUnlessCompilerRt
@expectedFailureAll(oslist=lldbplatform.darwin_all)
def test (self):
self.build ()
self.asan_tests ()

View File

@ -21,6 +21,7 @@ class AsanTestReportDataCase(TestBase):
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
@skipIfRemote
@skipUnlessCompilerRt
@expectedFailureDarwin
def test(self):
self.build ()
self.asan_tests ()