summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-05-18 15:48:48 +0000
committerPavel Labath <labath@google.com>2015-05-18 15:48:48 +0000
commit8dd974f73560b134e089d7b4c1502e179df85b28 (patch)
treeebc4a82dea648c944ba12ce2e0a8d6189edd4675 /lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
parenta60e633fdd9a5bf7785c8778edc887e335527b31 (diff)
downloadbcm5719-llvm-8dd974f73560b134e089d7b4c1502e179df85b28.tar.gz
bcm5719-llvm-8dd974f73560b134e089d7b4c1502e179df85b28.zip
Update the failure reason of TestConvenienceVariables and tighten the XFAIL
llvm-svn: 237577
Diffstat (limited to 'lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py')
-rw-r--r--lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
index e2dc87bac67..5b9aacf92e8 100644
--- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
+++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
@@ -20,7 +20,7 @@ class ConvenienceVariablesCase(TestBase):
@dwarf_test
@skipIfFreeBSD # llvm.org/pr17228
@skipIfRemote
- @expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux
+ @expectedFailureAll("llvm.org/pr23560", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_with_dwarf_and_run_commands(self):
"""Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame."""
OpenPOWER on IntegriCloud