Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py587 print_text(info)
589 print_text(('%s\n%s\n') % (test_name, str(e)))
708 def print_text(output): function
719 print_text(eraser_text)
729 print_text(passed_test_information)
733 print_text(COLOR_SKIP + 'SKIPPED TESTS: ' + COLOR_NORMAL + '\n')
735 print_text(test + '\n')
736 print_text('\n')
740 print_text(COLOR_ERROR + 'FAILED: ' + COLOR_NORMAL + '\n')
742 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))
[all …]