summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/variable/TestMiVar.py
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-05-15 11:51:52 +0000
committerIlia K <ki.stfu@gmail.com>2015-05-15 11:51:52 +0000
commitfbc88aa1ddfb89faed1ccbeefe37aacb12edd065 (patch)
treeb2e6bad28d181c07f06def829606f7e500bcba1a /lldb/test/tools/lldb-mi/variable/TestMiVar.py
parent48fca3b982ba5a49bd382e61b011f4fc11327ebf (diff)
downloadbcm5719-llvm-fbc88aa1ddfb89faed1ccbeefe37aacb12edd065.tar.gz
bcm5719-llvm-fbc88aa1ddfb89faed1ccbeefe37aacb12edd065.zip
XFAIL 4 lldb-mi tests to get Linux build green back (MI)
llvm-svn: 237437
Diffstat (limited to 'lldb/test/tools/lldb-mi/variable/TestMiVar.py')
-rw-r--r--lldb/test/tools/lldb-mi/variable/TestMiVar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/variable/TestMiVar.py b/lldb/test/tools/lldb-mi/variable/TestMiVar.py
index ec8ae7bb678..8f2e6138c7d 100644
--- a/lldb/test/tools/lldb-mi/variable/TestMiVar.py
+++ b/lldb/test/tools/lldb-mi/variable/TestMiVar.py
@@ -11,6 +11,7 @@ class MiVarTestCase(lldbmi_testcase.MiTestCaseBase):
mydir = TestBase.compute_mydir(__file__)
@lldbmi_test
+ @expectedFailureLinux # The print-values argument can't be parsed correctly on Linux
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
def test_lldbmi_eval(self):
OpenPOWER on IntegriCloud