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:
Zachary Turner 2015-08-20 22:08:48 +00:00
parent 8b14fd9070
commit 6313884914
1 changed files with 1 additions and 0 deletions

View File

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