summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-25 14:00:23 +0000
committerPavel Labath <labath@google.com>2016-04-25 14:00:23 +0000
commit73151ff298b9a93a8f9842952626e4f9ab29e8ad (patch)
tree372763fbb736663f10e48bbf8b0624d5c59743aa /lldb/packages/Python/lldbsuite/test
parent95f68aa7eb4835c0638d08e531483f891a373887 (diff)
downloadbcm5719-llvm-73151ff298b9a93a8f9842952626e4f9ab29e8ad.tar.gz
bcm5719-llvm-73151ff298b9a93a8f9842952626e4f9ab29e8ad.zip
Skip TestBitfileds on linux
Test added in r267248 exposed a bug in handling of dwarf produced by clang>=3.9, which causes a crash during expression evaluation. Skip the test until this is sorted out. llvm-svn: 267407
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
index 0afec0a3c1a..ea534d14b97 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
@@ -21,6 +21,7 @@ class BitfieldsTestCase(TestBase):
self.line = line_number('main.c', '// Set break point at this line.')
@skipIfWindows # BitFields exhibit crashes in record layout on Windows (http://llvm.org/pr21800)
+ @skipIf("llvm.org/pr27510", oslist=["linux"], compiler="clang", compiler_version=[">=", "3.9"]) # expectedFailure, skip to avoid crash
def test_and_run_command(self):
"""Test 'frame variable ...' on a variable with bitfields."""
self.build()
OpenPOWER on IntegriCloud