Home
last modified time | relevance | path

Searched refs:runresults (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in96 Result.runresults['RERAN'] += 1
99 Result.runresults['KILLED'] += 1
102 Result.runresults['PASS'] += 1
105 Result.runresults['SKIP'] += 1
108 Result.runresults['FAIL'] += 1
304 Result.runresults['SKIP'] += 1
839 for key in list(Result.runresults.keys()):
840 if Result.runresults[key] != 0:
850 if Result.runresults['FAIL'] > 0:
853 if Result.runresults['KILLED'] > 0:
[all …]