testing.common.Failed (method)

5 uses

	testing (current package)
		benchmark.go#L783: 	if n <= uint64(b.N) && !b.Failed() {
		testing.go#L703: func (c *common) Failed() bool {
		testing.go#L1087: 		if t.Failed() {
		testing.go#L1440: 	if t.Failed() {
		testing.go#L1518: 			ok = ok && !t.Failed()