From 28c081b97bfa4098b07812ebc42c2d6f090458a4 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Thu, 7 Apr 2016 11:01:05 +0000 Subject: [PATCH] Enabling AddressSanitizer tests, they should pass now (and this time I mean it). llvm-svn: 265656 --- .../Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 1 - .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 - 2 files changed, 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 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 () -- 2.7.4