Searched refs:JUnit (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/
H A Dtests.py57 "junit" : testing.results.JUnit,
84 if issubclass(formatter, testing.results.JUnit):
231 information about test failures. Since many JUnit parser make
233 JUnit formatter automatically to something the looks like a
/gem5/tests/testing/
H A Dresults.py216 class JUnit(ResultFormatter): class in inherits:ResultFormatter
217 """Output test results as JUnit XML"""
220 super(JUnit, self).__init__(**kwargs)

Completed in 6 milliseconds