forked from OSchip/llvm-project
Add decorator for FreeBSD buildbot failure
llvm.org/pr19605 llvm-svn: 207557
This commit is contained in:
parent
71afe0b1d5
commit
5c4661881b
|
@ -26,6 +26,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.call_function()
|
||||
|
||||
@expectedFailureFreeBSD("llvm.org/pr19605") # fails on buildbot
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test calling std::String member function."""
|
||||
|
|
Loading…
Reference in New Issue