From d9f724e04ac19737b42ae8745a8ca1048565abbe Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Tue, 5 Apr 2016 15:22:00 +0000 Subject: Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.") llvm-svn: 265406 --- .../Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 1 + .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 + 2 files changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py index 3bff268a4be..e0d74ac3279 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py @@ -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 () diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index b02732ddedd..8e1d5b63180 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -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 () -- cgit v1.2.3