summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-07-21 12:51:37 +0000
committerPavel Labath <labath@google.com>2017-07-21 12:51:37 +0000
commit28e1335d12d15fa7043b4224397a436f451d941e (patch)
tree6b41ff0ee9cd2c1c911b139a3fea69991e7fb8bf /lldb/packages/Python/lldbsuite/test/lang/cpp
parenta75b2cac718500b6b0d2bc59abc7ccbb1eeb0663 (diff)
downloadbcm5719-llvm-28e1335d12d15fa7043b4224397a436f451d941e.tar.gz
bcm5719-llvm-28e1335d12d15fa7043b4224397a436f451d941e.zip
XFail TestWithModuleDebugging on linux (bug 33875)
llvm-svn: 308732
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
index dcc9206867b..2871f69aea7 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
@@ -9,6 +9,8 @@ class TestWithGmodulesDebugInfo(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureAll(bugnumber="llvm.org/pr33875", oslist=["linux"],
+ compiler="clang", compiler_version=[">", "6.0"])
@add_test_categories(["gmodules"])
def test_specialized_typedef_from_pch(self):
self.build()
OpenPOWER on IntegriCloud