From f8187ceacf886195dc9f72a6578bd266efc52681 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Sun, 6 Nov 2016 18:43:49 +1100 Subject: [PATCH] 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/runtime/race/output_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/race/output_test.go b/src/runtime/race/output_test.go index 2a2e3b79e5..587540f5e8 100644 --- a/src/runtime/race/output_test.go +++ b/src/runtime/race/output_test.go @@ -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`}, -- 2.48.1