Enabling AddressSanitizer tests, they should pass now (and this time I mean it).
authorKuba Brecka <kuba.brecka@gmail.com>
Thu, 7 Apr 2016 11:01:05 +0000 (11:01 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Thu, 7 Apr 2016 11:01:05 +0000 (11:01 +0000)
llvm-svn: 265656

lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py

index e0d74ac..3bff268 100644 (file)
@@ -21,7 +21,6 @@ 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 ()
index 8e1d5b6..b02732d 100644 (file)
@@ -21,7 +21,6 @@ class AsanTestReportDataCase(TestBase):
     @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
     @skipIfRemote
     @skipUnlessCompilerRt
-    @expectedFailureDarwin
     def test(self):
         self.build ()
         self.asan_tests ()