diff options
| author | Ed Maste <emaste@freebsd.org> | 2014-10-14 18:04:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2014-10-14 18:04:47 +0000 |
| commit | c08a56329295f6976b4a98b42f8ae3aabbf23882 (patch) | |
| tree | 96884546449a657cda3e1f30e4bee8fe990051c6 /lldb/test/functionalities/asan/TestReportData.py | |
| parent | c57477912a1949286728d073b5d04cfc894684e0 (diff) | |
| download | bcm5719-llvm-c08a56329295f6976b4a98b42f8ae3aabbf23882.tar.gz bcm5719-llvm-c08a56329295f6976b4a98b42f8ae3aabbf23882.zip | |
Skip asan test on FreeBSD
The build fails due to missing asan runtime in the FreeBSD base system.
Instead of marking it expected fail, just skip until we have the runtime
available.
llvm.org/pr21136
llvm-svn: 219701
Diffstat (limited to 'lldb/test/functionalities/asan/TestReportData.py')
| -rw-r--r-- | lldb/test/functionalities/asan/TestReportData.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/asan/TestReportData.py b/lldb/test/functionalities/asan/TestReportData.py index 7cf5a42cb44..c7f47f7b855 100644 --- a/lldb/test/functionalities/asan/TestReportData.py +++ b/lldb/test/functionalities/asan/TestReportData.py @@ -25,6 +25,7 @@ class AsanTestReportDataCase(TestBase): self.buildDsym (None, compiler) self.asan_tests () + @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote @dwarf_test def test_with_dwarf (self): |

