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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |