1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:54:48 -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:
Alex Brainman 2016-11-06 18:43:49 +11:00
parent e017802597
commit f8187ceacf

View File

@ -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`},