From: Kuba Brecka Date: Thu, 7 Apr 2016 11:01:05 +0000 (+0000) Subject: Enabling AddressSanitizer tests, they should pass now (and this time I mean it). X-Git-Tag: llvmorg-3.9.0-rc1~9757 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28c081b97bfa4098b07812ebc42c2d6f090458a4;p=platform%2Fupstream%2Fllvm.git Enabling AddressSanitizer tests, they should pass now (and this time I mean it). llvm-svn: 265656 --- diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py index e0d74ac..3bff268 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 8e1d5b6..b02732d 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 ()