Skipping a test that asserts with gcc and icc to allow the test suite to run to completion on the gcc buildbot.

llvm-svn: 181512
This commit is contained in:
Ashok Thirumurthi 2013-05-09 14:46:01 +00:00
parent a91a561571
commit 582133e88e
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ class AnonymousTestCase(TestBase):
self.buildDwarf()
self.expr_child()
@expectedFailureGcc # llvm.org/pr15036: LLDB generates an incorrect AST layout for an anonymous struct when DWARF is generated by GCC
@expectedFailureIcc # llvm.org/pr15036: LLDB generates an incorrect AST layout for an anonymous struct when DWARF is generated by ICC
@skipIfGcc # llvm.org/pr15036: This particular regression was introduced by r181498
@skipIfIcc # llvm.org/pr15036: This particular regression was introduced by r181498
@dwarf_test
def test_expr_grandchild_with_dwarf(self):
self.buildDwarf()