From c6bd742aed95e2e1a1bff198929e4e414feec37d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 8 Oct 2014 18:15:48 +0000 Subject: [PATCH] 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: 219328 --- lldb/test/functionalities/asan/TestAsan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/functionalities/asan/TestAsan.py b/lldb/test/functionalities/asan/TestAsan.py index 68adafa61096..f8a3131d2352 100644 --- a/lldb/test/functionalities/asan/TestAsan.py +++ b/lldb/test/functionalities/asan/TestAsan.py @@ -24,7 +24,7 @@ class AsanTestCase(TestBase): self.buildDsym (None, compiler) self.asan_tests () - @expectedFailureFreeBSD("llvm.org/pr21136") # runtimes not yet available by default + @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote @dwarf_test def test_with_dwarf (self):