summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-04-05 15:22:00 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-04-05 15:22:00 +0000
commitd9f724e04ac19737b42ae8745a8ca1048565abbe (patch)
treeae3c7db7d32fad4ceb43a76026088bb816c7cf34 /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
parentfd259ff9c49e72eb1f4624371e600a3939a45092 (diff)
downloadbcm5719-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/functionalities/asan/TestReportData.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py1
1 files changed, 1 insertions, 0 deletions
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 ()
OpenPOWER on IntegriCloud