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/functionalities/asan/TestReportData.py | |
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/functionalities/asan/TestReportData.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 () |