Lines Matching refs:Printf
383 fmt.Printf("Failed to parse input: %s\n", err)
418 fmt.Printf("Error listing tests: %s\n", err)
439 fmt.Printf("%s\n", test.longName())
440 fmt.Printf("%s was skipped\n", args[0])
444 fmt.Printf("%s\n", test.longName())
445 fmt.Printf("%s failed to complete: %s\n", args[0], testResult.Error)
449 fmt.Printf("%s\n", test.longName())
450 fmt.Printf("%s failed to print PASS on the last line.\n", args[0])
454 fmt.Printf("%s\n", test.shortName())
466 fmt.Printf("\n%d of %d tests were skipped:\n", len(skipped), len(testCases))
468 fmt.Printf("\t%s%s\n", strings.Join(test.args, " "), test.cpuMsg())
473 fmt.Printf("\n%d of %d tests failed:\n", len(failed), len(testCases))
475 fmt.Printf("\t%s%s\n", strings.Join(test.args, " "), test.cpuMsg())
480 fmt.Printf("\nAll tests passed!\n")