diff options
-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): |