Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py606 print_text(info)
608 print_text(('%s\n%s\n') % (test_name, str(e)))
727 def print_text(output): function
738 print_text(eraser_text)
748 print_text(passed_test_information)
752 print_text(COLOR_SKIP + 'SKIPPED TESTS: ' + COLOR_NORMAL + '\n')
754 print_text(test + '\n')
755 print_text('\n')
759 print_text(COLOR_ERROR + 'FAILED: ' + COLOR_NORMAL + '\n')
761 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))
[all …]