Bamboo not shows failed cppunit tests

Issue #2 new
serggulko created an issue

After processing xml results created by cppunit test cases, Bamboo correctly reporting total number of tests and number of OK passed tests. But for some reasons not shown failed tests: No Failed Tests

Comments (5)

  1. Sébastien Darveau

    I've noticed that the code depends on the order of the elements (CppUnitParser.java, line 92). My guess is that the isError variable is false because the FailedTest element is encountered before the FailureType element which is responsible for setting the isError to true.

  2. Sébastien Darveau

    I had this problem on Bamboo 4.4.5 but then compiled the code myself and ran it in the development version of Bamboo and it works (Bamboo 5.7.2 build 5716). Might be just incompatible with some versions.

  3. Log in to comment