forked from OSchip/llvm-project
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:
parent
520838977b
commit
bfd03da5ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue