History log of /seL4-refos-master/projects/seL4_libs/libsel4test/tools/extract_results.py
Revision Date Author Comments
# 70dd9243 05-Oct-2020 Luke Mondy <luke.mondy@data61.csiro.au>

Ignore chars if they are not UTF-8

Signed-off-by: Luke Mondy <luke.mondy@data61.csiro.au>


# 984ee48d 29-Sep-2020 Luke Mondy <luke.mondy@data61.csiro.au>

Make log parsing Python3, via 2to3

Signed-off-by: Luke Mondy <luke.mondy@data61.csiro.au>


# e2e7a555 03-Dec-2018 Luke Mondy <luke.mondy@data61.csiro.au>

Fix quiet behaviour


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 76ddc5cd 25-Sep-2016 Alex Legg <alexander.legg@nicta.com.au>

Specify lxml parser for BS


# 4b236692 27-Jul-2016 Felix Kam <felix.kam@nicta.com.au>

Escape XML special characters in system-out

Special characters in the system-out tag of JUnit results cause
Bamboo's JUnit parser to fail silently, and extract_results.py
does not pick this up.

This commit replaces the occurances of these special chars with
their escaped versions in the system-out element.