[Lldb-commits] [lldb] r237575 - Fix typo in previous commit
Pavel Labath
labath at google.com
Mon May 18 08:41:50 PDT 2015
Author: labath
Date: Mon May 18 10:41:50 2015
New Revision: 237575
URL: http://llvm.org/viewvc/llvm-project?rev=237575&view=rev
Log:
Fix typo in previous commit
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=237575&r1=237574&r2=237575&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:41:50 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("llvm.org/pr23560", oslist="Linux", compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
+ @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