summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-01-27 17:03:25 +0000
committerAdrian McCarthy <amccarth@google.com>2016-01-27 17:03:25 +0000
commit7ae98efe85257e2a6c6e250a8448902175985aad (patch)
tree72df90074a3a964539e3e2b3384f61894e3bccd7 /lldb/packages/Python/lldbsuite
parent390c33cd18824422585c6db9666e1422d68673b0 (diff)
downloadbcm5719-llvm-7ae98efe85257e2a6c6e250a8448902175985aad.tar.gz
bcm5719-llvm-7ae98efe85257e2a6c6e250a8448902175985aad.zip
XFail TestCPPAuto on Windows until we can find the root problem.
llvm.org/pr26339 llvm-svn: 258943
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py1
1 files changed, 1 insertions, 0 deletions
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 9746dec2fa3..1bfee708570 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()
OpenPOWER on IntegriCloud