Order of compilation database commands has changed causing test failure.
Reordering fixes the test cindex.test_cdb.test_all_compilecommand.
Other Python bindings tests currently fail. I will address these in a later patch.
Differential D17180
Fix failing python bindings test jbcoe on Feb 11 2016, 5:59 PM. Authored by
Details
Order of compilation database commands has changed causing test failure. Reordering fixes the test cindex.test_cdb.test_all_compilecommand. Other Python bindings tests currently fail. I will address these in a later patch.
Diff Detail Event TimelineComment Actions It reminded me http://reviews.llvm.org/D17278 So it seems like it should be already fixed, no? Comment Actions 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? |