Searched refs:print_test_info (Results 1 – 1 of 1) sorted by relevance
/art/test/testrunner/ |
D | testrunner.py | 519 print_test_info(test_name, 'PASS') 524 print_test_info(test_name, 'FAIL', ('%s\n%s') % ( 527 print_test_info(test_name, 'SKIP') 530 print_test_info(test_name, '') 533 print_test_info(test_name, 'TIMEOUT', 'Timed out in %d seconds\n%s' % ( 537 print_test_info(test_name, 'FAIL', 543 def print_test_info(test_name, result, failed_test_info=""): function
|