summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-01-30 09:39:22 +0000
committerPavel Labath <labath@google.com>2018-01-30 09:39:22 +0000
commitaf379085ef38ba3c6c7315f7064c1faeeb4a73e6 (patch)
tree5241368d30050f9f7257837f76d42793800a9b9f /lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
parentea283c7bb84439a4d71290289bbe3c58a08a77f2 (diff)
downloadbcm5719-llvm-af379085ef38ba3c6c7315f7064c1faeeb4a73e6.tar.gz
bcm5719-llvm-af379085ef38ba3c6c7315f7064c1faeeb4a73e6.zip
Skip TestWithModuleDebugging on i386 linux (pr36146)
It fails due to an assertion (if these are enabled). llvm-svn: 323736
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py1
1 files changed, 1 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 a4bfd73ea46..643dd2f81ff 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,7 @@ class TestWithGmodulesDebugInfo(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @skipIf(bugnumber="llvm.org/pr36146", oslist=["linux"], archs=["i386"])
@add_test_categories(["gmodules"])
def test_specialized_typedef_from_pch(self):
self.build()
OpenPOWER on IntegriCloud