[Lldb-commits] [lldb] r237480 - XFAIL'd MiVarTestCase.test_lldbmi_eval on gcc-4.9/i386

Vince Harron vince at nethacker.com
Fri May 15 14:54:02 PDT 2015


Author: vharron
Date: Fri May 15 16:54:02 2015
New Revision: 237480

URL: http://llvm.org/viewvc/llvm-project?rev=237480&view=rev
Log:
XFAIL'd MiVarTestCase.test_lldbmi_eval on gcc-4.9/i386

It times out on TestMyVar:113

self.expect("\^done,value=\"0x[0-9a-f]+\"")


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

Modified: lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py?rev=237480&r1=237479&r2=237480&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py (original)
+++ lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py Fri May 15 16:54:02 2015
@@ -13,6 +13,7 @@ class MiVarTestCase(lldbmi_testcase.MiTe
     @lldbmi_test
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @expectedFailureAll("none", compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"]) # timeout on line 113: self.expect("\^done,value=\"0x[0-9a-f]+\"")
     def test_lldbmi_eval(self):
         """Test that 'lldb-mi --interpreter' works for evaluating."""
 





More information about the lldb-commits mailing list