From e8c6840c71db30f07e7eaa6796d6d2c189330e58 Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Thu, 28 Apr 2016 19:40:19 +0000 Subject: 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 --- lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python') 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() -- cgit v1.2.3