forked from OSchip/llvm-project
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
This commit is contained in:
parent
1c4d0efe56
commit
e8c6840c71
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue