XFAIL two mi tests on gcc to stabilise build bots

llvm-svn: 235851
This commit is contained in:
Pavel Labath 2015-04-27 09:10:30 +00:00
parent c925aa3ab8
commit 53ffb319d1
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class MiGdbSetShowTestCase(lldbmi_testcase.MiTestCaseBase):
@lldbmi_test
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@expectedFailureGcc("https://llvm.org/bugs/show_bug.cgi?id=23357")
def test_lldbmi_gdb_set_show_print_expand_aggregates(self):
"""Test that 'lldb-mi --interpreter' can expand aggregates everywhere."""
@ -123,6 +124,7 @@ class MiGdbSetShowTestCase(lldbmi_testcase.MiTestCaseBase):
@lldbmi_test
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@expectedFailureGcc("https://llvm.org/bugs/show_bug.cgi?id=23357")
def test_lldbmi_gdb_set_show_print_aggregate_field_names(self):
"""Test that 'lldb-mi --interpreter' can expand aggregates everywhere."""