diff options
| author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-05 14:14:07 +0000 |
|---|---|---|
| committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-05 14:14:07 +0000 |
| commit | b693068cfe90a60052b68ee38cd4fead2e072abb (patch) | |
| tree | ffdce591a3eef5cc80aee28f8da9818a02e9b964 /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | |
| parent | 3b275db1954730e9e4d896407b26c949df1aa7cb (diff) | |
| download | bcm5719-llvm-b693068cfe90a60052b68ee38cd4fead2e072abb.tar.gz bcm5719-llvm-b693068cfe90a60052b68ee38cd4fead2e072abb.zip | |
Enabling AddressSanitizer tests, they should work now.
llvm-svn: 265401
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 () |

