testing.common.failed (field)

9 uses

	testing (current package)
		benchmark.go#L235: 	if b.failed {
		benchmark.go#L301: 		for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
		benchmark.go#L551: 	return !main.failed
		benchmark.go#L581: 			if b.failed {
		benchmark.go#L671: 	return !sub.failed
		testing.go#L390: 	failed      bool                 // Test or benchmark has failed.
		testing.go#L699: 	c.failed = true
		testing.go#L705: 	failed := c.failed
		testing.go#L1244: 	return !t.failed