commit 4b90ab117b9bc72a6bbd39ad01a3a0bd06d11ffa Author: Chris Heisterkamp Date: Fri Mar 18 06:37:10 2016 -0400 Report @Ignore tests in xml reports from JUnit and create report for tests that fail in initialization Testing Done: Travis CI: https://travis-ci.org/pantsbuild/pants/builds/116726375 This PR adds @Ignore tests to the TEST_*.xml reports generated by the ConsoleRunner for testing. And generates the xml report when the testSuite fails during initialization. It also adds several test cases for the AntJunitXmlReportListener. Old report with @Ignored test to For tests that fail during initialization there used to be no TEST-*.xml file created at all, now we'll get a file with one testcase that represents the whole TestSuite and has an error with the stacktrace from the failure. Bugs closed: 3044 Reviewed at https://rbcommons.com/s/twitter/r/3571/ .../junit/impl/AntJunitXmlReportListener.java | 214 +++++++++++++-------- 1 file changed, 133 insertions(+), 81 deletions(-)