XFail TestCPPAuto on Windows until we can find the root problem.
authorAdrian McCarthy <amccarth@google.com>
Wed, 27 Jan 2016 17:03:25 +0000 (17:03 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 27 Jan 2016 17:03:25 +0000 (17:03 +0000)
llvm.org/pr26339

llvm-svn: 258943

lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py

index 9746dec..1bfee70 100644 (file)
@@ -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()