summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/plugins/commands
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-11 20:01:24 +0000
committerZachary Turner <zturner@google.com>2015-09-11 20:01:24 +0000
commit9c7b08e609115eef68b1155545a7bc8d9c6f45bc (patch)
tree8293ef64cd58cd8ac3a3c645464bc79520874897 /lldb/test/functionalities/plugins/commands
parent31099900483cca21f0b3b5df83963276b8e31cf1 (diff)
downloadbcm5719-llvm-9c7b08e609115eef68b1155545a7bc8d9c6f45bc.tar.gz
bcm5719-llvm-9c7b08e609115eef68b1155545a7bc8d9c6f45bc.zip
XFAIL miscellaneous tests on windows.
llvm.org/pr24778 llvm-svn: 247460
Diffstat (limited to 'lldb/test/functionalities/plugins/commands')
-rw-r--r--lldb/test/functionalities/plugins/commands/TestPluginCommands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
index f0e9e5c84fe..0d360e472f7 100644
--- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
+++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
@@ -21,6 +21,7 @@ class PluginCommandTestCase(TestBase):
@skipIfNoSBHeaders
@skipIfHostIncompatibleWithRemote # Requires a compatible arch and platform to link against the host's built lldb lib.
+ @expectedFailureWindows("llvm.org/pr24778")
def test_load_plugin(self):
"""Test that plugins that load commands work correctly."""
OpenPOWER on IntegriCloud