Annotate test that fails on the FreeBSD buildbot

llvm.org/pr17807

llvm-svn: 195361
This commit is contained in:
Ed Maste 2013-11-21 14:23:15 +00:00
parent 53b000a86c
commit f9c2c989de
1 changed files with 1 additions and 0 deletions

View File

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