testing.common.flushToParent (method)

5 uses

	testing (current package)
		testing.go#L568: func (c *common) flushToParent(testName, format string, args ...interface{}) {
		testing.go#L1137: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L1441: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L1444: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L1446: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)