Home
last modified time | relevance | path

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

/test/xts/acts/graphic/vktest/
H A Dgenlocal.py83 failcnt = 0 variable
106 failcnt += 1
128 failcnt += 1
147 failcnt += 1
154 f.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" tests=\"{}\" ignored=\"0\" unavailable=\"{}\" productinfo=\"{}\">\n".format(suitename, curtime, failcnt, total, unavailablecnt, "{}"))
155 f.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total))
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py231 failcnt = 0 variable
257 failcnt += 1
264 .format(suitename, curtime, failcnt, total, "{}"))
266 "tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total))

Completed in 2 milliseconds