Skip to content

Small problems with parse_xml_report.py

(Generic issue template)

There are two small issues with the parse_xml_report.py:

  • The csv output file is no longer sorted.
  • When split comparison is used, the number of reported test cases is wrong, see e.g. https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/jobs/447372#L1124: Parsed testsuite with 29551 tests: 47 passes, 1197 failures and 0 errors. should be Parsed testsuite with 1244 tests: 47 passes, 1197 failures and 0 errors.