Re: [Lldb-commits] [PATCH] D19680: XFail TestBitfields.py Python API tests.

2016-04-29 Thread Todd Fiala via lldb-commits
tfiala added a comment. Sorry I missed, looked good! (We are failing this on OS X right now as well since it also started failing there). Repository: rL LLVM http://reviews.llvm.org/D19680 ___ lldb-commits mailing list lldb-commits@lists.llvm.o

Re: [Lldb-commits] [PATCH] D19680: XFail TestBitfields.py Python API tests.

2016-04-28 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL267923: XFail TestBitfields.py Python API tests. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D19680?vs=55464&id=55465#toc Repository: rL LLVM http://reviews.llvm.org/D196

Re: [Lldb-commits] [PATCH] D19680: XFail TestBitfields.py Python API tests.

2016-04-28 Thread Chaoren Lin via lldb-commits
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 ==

[Lldb-commits] [PATCH] D19680: XFail TestBitfields.py Python API tests.

2016-04-28 Thread Chaoren Lin via lldb-commits
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: