Searched refs:print_test_info (Results 1 – 1 of 1) sorted by relevance
/art/test/testrunner/ |
D | testrunner.py | 500 print_test_info(test_name, 'PASS') 505 print_test_info(test_name, 'FAIL', ('%s\n%s') % ( 508 print_test_info(test_name, 'SKIP') 511 print_test_info(test_name, '') 514 print_test_info(test_name, 'TIMEOUT', 'Timed out in %d seconds\n%s' % ( 518 print_test_info(test_name, 'FAIL', 524 def print_test_info(test_name, result, failed_test_info=""): function
|