summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-07-16 22:24:16 +0000
committerChaoren Lin <chaorenl@google.com>2015-07-16 22:24:16 +0000
commit594896fc8ad1a6e3a454fbeed8d529099636259e (patch)
tree1a3aeec997eb50cb57a2a8db7390271b87fd0f69 /lldb/test/functionalities
parent731ad628e010b8f4e4267591dfa84a973e66bbc6 (diff)
downloadbcm5719-llvm-594896fc8ad1a6e3a454fbeed8d529099636259e.tar.gz
bcm5719-llvm-594896fc8ad1a6e3a454fbeed8d529099636259e.zip
Xfail pexpect tests for Windows hosts.
llvm-svn: 242457
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/stop-hook/TestStopHookMechanism.py2
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
index dabfb3a63c5..cda025b57ef 100644
--- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
+++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
@@ -20,7 +20,7 @@ class StopHookMechanismTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr15037
@expectedFlakeyLinux('llvm.org/pr15037') # stop-hooks sometimes fail to fire on Linux
- @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+ @expectedFailureHostWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@dwarf_test
def test_with_dwarf(self):
"""Test the stop-hook mechanism."""
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
index 5070bcc15da..25216eefd20 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
@@ -22,7 +22,7 @@ class StopHookForMultipleThreadsTestCase(TestBase):
@dwarf_test
@expectedFailureFreeBSD("llvm.org/pr15037")
@expectedFlakeyLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux
- @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+ @expectedFailureHostWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@skipIfFreeBSD # llvm.org/pr22784
def test_stop_hook_multiple_threads_with_dwarf(self):
"""Test that lldb stop-hook works for multiple threads."""
OpenPOWER on IntegriCloud