From b693068cfe90a60052b68ee38cd4fead2e072abb Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Tue, 5 Apr 2016 14:14:07 +0000 Subject: Enabling AddressSanitizer tests, they should work now. llvm-svn: 265401 --- .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py') 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 () -- cgit v1.2.3