[Lldb-commits] [lldb] r237571 - Update TestMiVar with a bug id

Pavel Labath labath at google.com
Mon May 18 08:35:42 PDT 2015


Author: labath
Date: Mon May 18 10:35:42 2015
New Revision: 237571

URL: http://llvm.org/viewvc/llvm-project?rev=237571&view=rev
Log:
Update TestMiVar with a bug id

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=237571&r1=237570&r2=237571&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py (original)
+++ lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py Mon May 18 10:35:42 2015
@@ -13,7 +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]+\"")
+    @expectedFailureAll("llvm.org/pr23560", oslist="Linux", compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
     def test_lldbmi_eval(self):
         """Test that 'lldb-mi --interpreter' works for evaluating."""
 





More information about the lldb-commits mailing list