]> Cypherpunks repositories - gostls13.git/commit
testing: fix Cleanup race with Logf and Errorf
authorMichał Łowicki <mlowicki@gmail.com>
Sun, 23 Aug 2020 22:53:04 +0000 (23:53 +0100)
committerBryan C. Mills <bcmills@google.com>
Tue, 25 Aug 2020 18:28:59 +0000 (18:28 +0000)
commit00a053bd4b2c19b2d9680f78f4c8657fcc6f1c88
tree1d7df20758c884c9f13386d2bdf88800eb89bd67
parent8d31ca255bd6b00d04f1673d26110b702e96662b
testing: fix Cleanup race with Logf and Errorf

Fixes #40908

Change-Id: I25561a3f18e730a50e6fbf85aa7bd85bf1b73b6e
Reviewed-on: https://go-review.googlesource.com/c/go/+/250078
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/testdata/script/testing_issue40908.txt [new file with mode: 0644]
src/testing/testing.go