forked from OSchip/llvm-project
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
This commit is contained in:
parent
5fcaeebb72
commit
c6bd742aed
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue