summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
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/expression_command
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/expression_command')
-rw-r--r--lldb/test/expression_command/issue_11588/Test11588.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/issue_11588/Test11588.py b/lldb/test/expression_command/issue_11588/Test11588.py
index dc40385da02..c78ab5f3230 100644
--- a/lldb/test/expression_command/issue_11588/Test11588.py
+++ b/lldb/test/expression_command/issue_11588/Test11588.py
@@ -14,6 +14,7 @@ class Issue11581TestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureWindows("llvm.org/pr24778")
def test_11581_commands(self):
# This is the function to remove the custom commands in order to have a
# clean slate for the next test case.
OpenPOWER on IntegriCloud