[Lldb-commits] [lldb] r237571 - Update TestMiVar with a bug id
Ilia K
ki.stfu at gmail.com
Mon May 18 08:43:04 PDT 2015
Thank you for more explicit description.
Thanks,
Ilia
On Mon, May 18, 2015 at 6:35 PM, Pavel Labath <labath at google.com> wrote:
> 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."""
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150518/c6c97e2b/attachment.html>
More information about the lldb-commits
mailing list