testing.common.w (field)

25 uses

	testing (current package)
		benchmark.go#L236: 		fmt.Fprintf(b.w, "--- FAIL: %s\n%s", b.name, b.output)
		benchmark.go#L248: 			fmt.Fprintf(b.w, "--- %s: %s\n%s", tag, b.name, b.output)
		benchmark.go#L261: 		fmt.Fprintf(b.w, "goos: %s\n", runtime.GOOS)
		benchmark.go#L262: 		fmt.Fprintf(b.w, "goarch: %s\n", runtime.GOARCH)
		benchmark.go#L264: 			fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
		benchmark.go#L267: 			fmt.Fprintf(b.w, "cpu: %s\n", cpu)
		benchmark.go#L535: 			w:     os.Stdout,
		benchmark.go#L548: 		main.chatty = newChattyPrinter(main.w)
		benchmark.go#L563: 				fmt.Fprintf(b.w, "%-*s\t", ctx.maxLen, benchName)
		benchmark.go#L571: 						w:      b.w,
		benchmark.go#L585: 				fmt.Fprintf(b.w, "--- FAIL: %s\n%s", benchName, b.output)
		benchmark.go#L590: 				fmt.Fprintf(b.w, "%-*s\t", ctx.maxLen, benchName)
		benchmark.go#L595: 			fmt.Fprintln(b.w, results)
		benchmark.go#L600: 				fmt.Fprintf(b.w, "--- BENCH: %s\n%s", benchName, b.output)
		benchmark.go#L637: 			w:       b.w,
		benchmark.go#L809: 			w:      discard{},
		testing.go#L388: 	w           io.Writer            // For flushToParent.
		testing.go#L582: 	if c.chatty != nil && p.w == c.chatty.w {
		testing.go#L596: 		fmt.Fprintf(p.w, format, args...)
		testing.go#L1139: 					fmt.Fprintf(root.parent.w, "cleanup panicked with %v", r)
		testing.go#L1228: 	t.w = indenter{&t.common}
		testing.go#L1502: 					w:       os.Stdout,
		testing.go#L1507: 				t.chatty = newChattyPrinter(t.w)