[Lldb-commits] [lldb] r235851 - XFAIL two mi tests on gcc to stabilise build bots

Pavel Labath labath at google.com
Mon Apr 27 02:10:30 PDT 2015


Author: labath
Date: Mon Apr 27 04:10:30 2015
New Revision: 235851

URL: http://llvm.org/viewvc/llvm-project?rev=235851&view=rev
Log:
XFAIL two mi tests on gcc to stabilise build bots

Modified:
    lldb/trunk/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py

Modified: lldb/trunk/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py?rev=235851&r1=235850&r2=235851&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py (original)
+++ lldb/trunk/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py Mon Apr 27 04:10:30 2015
@@ -68,6 +68,7 @@ class MiGdbSetShowTestCase(lldbmi_testca
 
     @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_testca
 
     @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."""
 





More information about the lldb-commits mailing list