[Lldb-commits] [lldb] r243504 - [lldb-mi] XFAIL new test added in r243484.

Dawn Perchik dawn at burble.org
Tue Jul 28 17:22:53 PDT 2015


Author: dperchik
Date: Tue Jul 28 19:22:53 2015
New Revision: 243504

URL: http://llvm.org/viewvc/llvm-project?rev=243504&view=rev
Log:
[lldb-mi] XFAIL new test added in r243484.

Modified:
    lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py

Modified: lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py?rev=243504&r1=243503&r2=243504&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py (original)
+++ lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py Tue Jul 28 19:22:53 2015
@@ -105,6 +105,7 @@ class MiBreakTestCase(lldbmi_testcase.Mi
     @lldbmi_test
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @unittest2.expectedFailure("tests added in r243484 fail")
     def test_lldbmi_break_insert_file_line(self):
         """Test that 'lldb-mi --interpreter' works for file:line breakpoints."""
 





More information about the lldb-commits mailing list