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
This commit is contained in:
Ed Maste 2014-10-14 18:04:47 +00:00
parent c57477912a
commit c08a563292
1 changed files with 1 additions and 0 deletions

View File

@ -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):