testing.T.Failed (method, view implemented interface methods)

9 uses

	testing (current package)
		benchmark.go#L966: 	if n.Load() <= uint64(b.N) && !b.Failed() {
		fuzz.go#L347: 		return !t.Failed()
		fuzz.go#L419: 	if f.Failed() {
		fuzz.go#L540: 				ok = ok && !f.Failed()
		fuzz.go#L651: 		if f.Failed() {
		testing.go#L994: func (c *common) Failed() bool {
		testing.go#L1653: 		if t.Failed() {
		testing.go#L2194: 	if t.Failed() {
		testing.go#L2287: 			ok = ok && !t.Failed()