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()
![]() |
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. |