summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/TestMiLaunch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-mi/TestMiLaunch.py')
-rw-r--r--lldb/test/tools/lldb-mi/TestMiLaunch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/TestMiLaunch.py b/lldb/test/tools/lldb-mi/TestMiLaunch.py
index 78e2c7c1f4d..d303214123f 100644
--- a/lldb/test/tools/lldb-mi/TestMiLaunch.py
+++ b/lldb/test/tools/lldb-mi/TestMiLaunch.py
@@ -23,6 +23,7 @@ class MiLaunchTestCase(TestBase):
pass
@lldbmi_test
+ @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_lldbmi_exe(self):
"""Test that 'lldb-mi --interpreter' works for -file-exec-and-symbols exe."""
import pexpect
@@ -62,6 +63,7 @@ class MiLaunchTestCase(TestBase):
print from_child
@lldbmi_test
+ @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_lldbmi_abspathexe(self):
"""Test that 'lldb-mi --interpreter' works for -file-exec-and-symbols fullpath/exe."""
import pexpect
@@ -102,6 +104,7 @@ class MiLaunchTestCase(TestBase):
print from_child
@lldbmi_test
+ @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_lldbmi_relpathexe(self):
"""Test that 'lldb-mi --interpreter' works for -file-exec-and-symbols relpath/exe."""
import pexpect
@@ -142,6 +145,7 @@ class MiLaunchTestCase(TestBase):
print from_child
@lldbmi_test
+ @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_lldbmi_badpathexe(self):
"""Test that 'lldb-mi --interpreter' works for -file-exec-and-symbols badpath/exe."""
import pexpect
OpenPOWER on IntegriCloud