diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-07 11:01:05 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-07 11:01:05 +0000 |
commit | 28c081b97bfa4098b07812ebc42c2d6f090458a4 (patch) | |
tree | 30d7919416561dd42f322a9e8e92c11837ceb0d4 /lldb/packages/Python/lldbsuite/test | |
parent | b5485b8adeebaf9ed990a1ea776b6687e117bae9 (diff) | |
download | bcm5719-llvm-28c081b97bfa4098b07812ebc42c2d6f090458a4.tar.gz bcm5719-llvm-28c081b97bfa4098b07812ebc42c2d6f090458a4.zip |
Enabling AddressSanitizer tests, they should pass now (and this time I mean it).
llvm-svn: 265656
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, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py index e0d74ac3279..3bff268a4be 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py @@ -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 () diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index 8e1d5b63180..b02732ddedd 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -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 () |