[Lldb-commits] [PATCH] D19680: XFail TestBitfields.py Python API tests.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 28 12:45:00 PDT 2016
chaoren updated this revision to Diff 55464.
chaoren added a comment.
Clickable links.
http://reviews.llvm.org/D19680
Files:
packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
Index: packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
===================================================================
--- packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
+++ packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
@@ -108,6 +108,7 @@
@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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19680.55464.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160428/cb5ea112/attachment.bin>
More information about the lldb-commits
mailing list