testing.common.finished (field)
8 uses
testing (current package)
benchmark.go#L241: if atomic.LoadInt32(&b.hasSub) != 0 || b.finished {
benchmark.go#L246: if b.chatty != nil && (len(b.output) > 0 || b.finished) {
testing.go#L401: finished bool // Test function has completed.
testing.go#L740: c.finished = true
testing.go#L840: c.finished = true
testing.go#L1099: if !t.finished && err == nil {
testing.go#L1102: if p.finished {
testing.go#L1196: t.finished = true
![]() |
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. |