Searched refs:ReportResult (Results 1 – 7 of 7) sorted by relevance
/u-boot/tools/dtoc/ |
A D | dtoc | 61 return test_util.ReportResult('binman', test_name, result)
|
A D | main.py | 61 return test_util.ReportResult('binman', test_name, result)
|
/u-boot/tools/binman/ |
A D | binman | 77 return test_util.ReportResult('binman', test_name, result)
|
A D | main.py | 77 return test_util.ReportResult('binman', test_name, result)
|
/u-boot/tools/patman/ |
A D | test_util.py | 104 def ReportResult(toolname:str, test_name: str, result: unittest.TestResult): function
|
A D | main.py | 152 sys.exit(test_util.ReportResult('patman', args.testname, result))
|
A D | patman | 152 sys.exit(test_util.ReportResult('patman', args.testname, result))
|
Completed in 6 milliseconds