Lines Matching refs:print_text
276 print_text("Concurrency: " + str(n_thread) + "\n")
315 print_text("Unable to determine device type!\n")
316 print_text("Continuing anyway.\n")
596 print_text("Starting %s at %s\n" % (test_name, test_start_time))
630 print_text("Timeout of %s at %s\n" % (test_name, time.monotonic()))
642 print_text("Backtrace of %s at %s\n" % (pid, time.monotonic()))
650 print_text("Content of %s\n" % (filename))
734 print_text(info)
736 print_text(('%s\n%s\n') % (test_name, str(e)))
894 def print_text(output): function
905 print_text(eraser_text)
915 print_text(passed_test_information)
919 print_text(COLOR_SKIP + 'SKIPPED TESTS: ' + COLOR_NORMAL + '\n')
921 print_text(test + '\n')
922 print_text('\n')
926 print_text(COLOR_ERROR + 'FAILED: ' + COLOR_NORMAL + '\n')
928 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))
929 print_text(COLOR_ERROR + '----------' + COLOR_NORMAL + '\n')
931 print_text(('%s\n' % (failed_test)))
1159 print_text('Build command: %s\n' % build_command)