summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2016-04-28 19:40:19 +0000
committerChaoren Lin <chaorenl@google.com>2016-04-28 19:40:19 +0000
commite8c6840c71db30f07e7eaa6796d6d2c189330e58 (patch)
treedfec9c3662a061c26d27fafacc3b4bd24aa5ee7d /lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
parent1c4d0efe56e234224a394dc3211d481120701f52 (diff)
downloadbcm5719-llvm-e8c6840c71db30f07e7eaa6796d6d2c189330e58.tar.gz
bcm5719-llvm-e8c6840c71db30f07e7eaa6796d6d2c189330e58.zip
XFail TestBitfields.py Python API tests.
Summary: Started failing after rL267895. Possibly related to http://llvm.org/pr27510. Reviewers: labath, tfiala Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D19680 llvm-svn: 267923
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py')
-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 5a7bfed848b..5f67479d9e8 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
@@ -108,6 +108,7 @@ class BitfieldsTestCase(TestBase):
@add_test_categories(['pyapi'])
@skipIfWindows # BitFields exhibit crashes in record layout on Windows (http://llvm.org/pr21800)
+ @expectedFailureAll("llvm.org/pr27510", oslist=["linux"], compiler="clang", compiler_version=[">=", "3.9"])
def test_and_python_api(self):
"""Use Python APIs to inspect a bitfields variable."""
self.build()
OpenPOWER on IntegriCloud