diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-05 15:22:00 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-05 15:22:00 +0000 |
commit | d9f724e04ac19737b42ae8745a8ca1048565abbe (patch) | |
tree | ae3c7db7d32fad4ceb43a76026088bb816c7cf34 /lldb/packages/Python/lldbsuite/test | |
parent | fd259ff9c49e72eb1f4624371e600a3939a45092 (diff) | |
download | bcm5719-llvm-d9f724e04ac19737b42ae8745a8ca1048565abbe.tar.gz bcm5719-llvm-d9f724e04ac19737b42ae8745a8ca1048565abbe.zip |
Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")
llvm-svn: 265406
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 1 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 |
2 files changed, 2 insertions, 0 deletions
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 () |