Re: [PATCH] D17180: Fix failing python bindings test

2016-04-11 Thread Jonathan B Coe via cfe-commits
jbcoe abandoned this revision. jbcoe added a comment. Fixed in http://reviews.llvm.org/D17278 Repository: rL LLVM http://reviews.llvm.org/D17180 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinf

Re: [PATCH] D17180: Fix failing python bindings test

2016-04-04 Thread Jonathan B Coe via cfe-commits
jbcoe added a comment. The other python test fix has been applied in r263170 (Differential Revision: http://reviews.llvm.org/D17226). Has anyone had a chance to look at _this_ patch yet? Repository: rL LLVM http://reviews.llvm.org/D17180 ___ cf

Re: [PATCH] D17180: Fix failing python bindings test

2016-03-19 Thread Sergey Kalinichev via cfe-commits
skalinichev added a comment. It reminded me http://reviews.llvm.org/D17278 So it seems like it should be already fixed, no? Repository: rL LLVM http://reviews.llvm.org/D17180 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.l

[PATCH] D17180: Fix failing python bindings test

2016-02-11 Thread Jonathan B Coe via cfe-commits
jbcoe created this revision. jbcoe added a reviewer: akyrtzi. jbcoe added a subscriber: cfe-commits. jbcoe set the repository for this revision to rL LLVM. Order of compilation database commands has changed causing test failure. Reordering fixes the test `cindex.test_cdb.test_all_compilecommand`