summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py')
-rw-r--r--lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
index 7a0a733b7a1..a8211064c6b 100644
--- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
+++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
@@ -21,6 +21,7 @@ class ConvenienceVariablesCase(TestBase):
@skipIfFreeBSD # llvm.org/pr17228
@skipIfRemote
@expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux
+ @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."""
self.buildDwarf()
OpenPOWER on IntegriCloud