summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-05-17 16:58:00 +0000
committerStella Stamenova <stilis@microsoft.com>2018-05-17 16:58:00 +0000
commit3e79551700883a926bb606b9e78c403779329bef (patch)
tree39fca1f6b196d437ac39e883990cbfeabed5dd98 /lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
parentc2e8e20f9776cb874b19a2d0000955586f9752af (diff)
downloadbcm5719-llvm-3e79551700883a926bb606b9e78c403779329bef.tar.gz
bcm5719-llvm-3e79551700883a926bb606b9e78c403779329bef.zip
[lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489
Summary: These three tests are failing on Windows and looking into the failures, they could be mapped to pr21765 and pr24489 Reviewers: asmith, labath, zturner Reviewed By: zturner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D47018 llvm-svn: 332629
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py b/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
index 6cc479401de..9cc9df2b22b 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
@@ -16,6 +16,7 @@ class ExprBug35310(TestBase):
self.main_source = "main.cpp"
self.main_source_spec = lldb.SBFileSpec(self.main_source)
+ @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
def test_issue35310(self):
"""Test invoking functions with non-standard linkage names.
OpenPOWER on IntegriCloud