[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:43:55 PDT 2016


chaoren created this revision.
chaoren added reviewers: labath, tfiala.
chaoren added a subscriber: lldb-commits.

Started failing after r267895.
Possibly related to llvm.org/pr27510.

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.55462.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160428/312834e6/attachment.bin>


More information about the lldb-commits mailing list