]> Cypherpunks repositories - gostls13.git/commit
testing: allow parallel-subtest goroutines to exit when the subtest is complete
authorBryan C. Mills <bcmills@google.com>
Fri, 19 Mar 2021 15:48:22 +0000 (11:48 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 19 Mar 2021 17:34:25 +0000 (17:34 +0000)
commit1c590661e7d3b477662f76ead56f39567ea8345a
treee43a8ef5cf92eafbd44405924c5dfbf387adb194
parent482903150dff1a4e9791330aed24ae607005fc18
testing: allow parallel-subtest goroutines to exit when the subtest is complete

Fixes #45127
Updates #38768

Change-Id: I7f41901d5bcc07741ac9f5f2a24d2b07ef633cb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/303330
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/testdata/script/test_finished_subtest_goroutines.txt [new file with mode: 0644]
src/testing/testing.go