forked from OSchip/llvm-project
XFAIL TestAnonymous.test_expr_null_with_dwarf on Windows.
This bug is tracked in llvm.org/pr21550, and also reproduces on FreeBSD apparently. llvm-svn: 245627
This commit is contained in:
parent
8b14fd9070
commit
6313884914
|
@ -63,6 +63,7 @@ class AnonymousTestCase(TestBase):
|
|||
self.expr_parent()
|
||||
|
||||
@expectedFailureFreeBSD('llvm.org/pr21550')
|
||||
@expectedFailureWindows('llvm.org/pr21550')
|
||||
@dwarf_test
|
||||
def test_expr_null_with_dwarf(self):
|
||||
self.buildDwarf()
|
||||
|
|
Loading…
Reference in New Issue