[Lldb-commits] [lldb] r265406 - Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")
Kuba Brecka via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 5 08:22:00 PDT 2016
Author: kuba.brecka
Date: Tue Apr 5 10:22:00 2016
New Revision: 265406
URL: http://llvm.org/viewvc/llvm-project?rev=265406&view=rev
Log:
Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py?rev=265406&r1=265405&r2=265406&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py Tue Apr 5 10:22:00 2016
@@ -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 ()
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py?rev=265406&r1=265405&r2=265406&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py Tue Apr 5 10:22:00 2016
@@ -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 ()
More information about the lldb-commits
mailing list