From 3e79551700883a926bb606b9e78c403779329bef Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Thu, 17 May 2018 16:58:00 +0000 Subject: [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 --- .../lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py') 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. -- cgit v1.2.3