forked from OSchip/llvm-project
Annotate test that fails on the FreeBSD buildbot
llvm.org/pr17807 llvm-svn: 195361
This commit is contained in:
parent
53b000a86c
commit
f9c2c989de
|
@ -26,6 +26,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
|
|||
self.call_function()
|
||||
|
||||
@dwarf_test
|
||||
@expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot
|
||||
@expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2
|
||||
@expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1
|
||||
def test_with_dwarf(self):
|
||||
|
|
Loading…
Reference in New Issue