[Lldb-commits] [lldb] r258943 - XFail TestCPPAuto on Windows until we can find the root problem.
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 27 09:03:26 PST 2016
Author: amccarth
Date: Wed Jan 27 11:03:25 2016
New Revision: 258943
URL: http://llvm.org/viewvc/llvm-project?rev=258943&view=rev
Log:
XFail TestCPPAuto on Windows until we can find the root problem.
llvm.org/pr26339
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py?rev=258943&r1=258942&r2=258943&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py Wed Jan 27 11:03:25 2016
@@ -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()
More information about the lldb-commits
mailing list