XFAIL TestFormatters on FreeBSD

The test is hitting an assertion in Clang.  This is an extension of
r246766.

llvm.org/pr24691

llvm-svn: 247141
This commit is contained in:
Ed Maste 2015-09-09 13:10:33 +00:00
parent 520838977b
commit bfd03da5ba
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@ class ExprFormattersTestCase(TestBase):
self.buildDsym()
self.do_my_test()
@skipIfFreeBSD # llvm.org/pr24691 skipping to avoid crashing the test runner
@expectedFailureFreeBSD('llvm.org/pr19011') # Newer Clang omits C1 complete object constructor
@expectedFailureFreeBSD('llvm.org/pr24691') # we hit an assertion in clang
@expectedFailureWindows("llvm.org/pr21765")
@skipIfTargetAndroid() # skipping to avoid crashing the test runner
@expectedFailureAndroid('llvm.org/pr24691') # we hit an assertion in clang