Home
last modified time | relevance | path

Searched full:junit (Results 1 – 2 of 2) sorted by relevance

/petsc/config/
H A Dreport_tests.py256 """ write testdata information into a jUnit formatted XLM file
263 junit = open('../testresults.xml', 'w')
264 junit.write('<?xml version="1.0" ?>\n')
265 junit.write('<testsuites>\n')
268 junit.write(' <testsuite errors="%i" failures="%i" name="%s" tests="%i">\n'%(
272 junit.write(' <testcase classname="%s" name="%s" time="%f">\n'%(
276 junit.write(' <skipped/>\n')
280 junit.write(' <error type="crash">\n')
281 junit.write("<![CDATA[\n") # CDATA is necessary to preserve whitespace
283 junit.write("stdout:\n")
[all …]
/petsc/
H A D.gitlab-ci.yml102 junit: arch-*/tests/testresults.xml
350 junit: arch-*/tests/testresults.xml