From 7ae98efe85257e2a6c6e250a8448902175985aad Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Wed, 27 Jan 2016 17:03:25 +0000 Subject: [PATCH] XFail TestCPPAuto on Windows until we can find the root problem. llvm.org/pr26339 llvm-svn: 258943 --- lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py index 9746dec..1bfee70 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py @@ -10,6 +10,7 @@ class CPPAutoTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureGcc("GCC does not generate complete debug info") + @expectedFailureAll(oslist=['windows'], bugnumber="llvm.org/pr26339") def test_with_run_command(self): """Test that auto types work in the expression parser""" self.build() -- 2.7.4