]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: don't serialize all builds in test
authorIan Lance Taylor <iant@golang.org>
Wed, 17 Nov 2021 06:18:02 +0000 (22:18 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 17 Nov 2021 17:36:36 +0000 (17:36 +0000)
commit0555ea3ce997db6e6ef14ba9f55857f359b3fbf2
tree435374ff0b7c2089ee3adb50ea503e81639e8994
parentab75484d7130496ac9b204b0d418b1ec95bee2f8
runtime: don't serialize all builds in test

Permit a test whose program is already built to run immediately,
rather than waiting for another test to complete its build.

For #44422

Change-Id: I2d1b35d055ee4c4251f4caef3b52dccc82b71a1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/364654
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/crash_test.go