Searched refs:print_test_info (Results 1 – 1 of 1) sorted by relevance
/art/test/testrunner/ |
D | testrunner.py | 572 print_test_info(test_name, 'PASS') 577 print_test_info(test_name, 'FAIL', ('%s\n%s') % ( 580 print_test_info(test_name, 'SKIP') 583 print_test_info(test_name, '') 586 print_test_info(test_name, 'TIMEOUT', 'Timed out in %d seconds\n%s' % ( 590 print_test_info(test_name, 'FAIL', 596 def print_test_info(test_name, result, failed_test_info=""): function
|