mirror of
https://github.com/golang/go
synced 2024-11-19 20:14:43 -07:00
runtime/race: allow TestFail to run longer than 0.00s
Fixes #17811 Change-Id: I7bf9cbc5245417047ad28a14d9b9ad6592607d3d Reviewed-on: https://go-review.googlesource.com/32774 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
e017802597
commit
f8187ceacf
@ -184,7 +184,7 @@ func TestFail(t *testing.T) {
|
||||
}
|
||||
`, `
|
||||
==================
|
||||
--- FAIL: TestFail \(0.00s\)
|
||||
--- FAIL: TestFail \(0...s\)
|
||||
.*testing.go:.*: race detected during execution of test
|
||||
FAIL`},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user