]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: check for ErrWaitDelay in runBuiltTestProg
authorBryan C. Mills <bcmills@google.com>
Tue, 1 Nov 2022 13:24:54 +0000 (09:24 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 1 Nov 2022 21:32:26 +0000 (21:32 +0000)
commit1587c3658349643ae76acf3d3fc3f0ea5cafe61d
tree0595efde22fe577deee65c54ccc547e3c2f8d484
parent082afccebfc068207328fcaeb4b01e540784ff24
runtime: check for ErrWaitDelay in runBuiltTestProg

ErrWaitDelay is not expected to occur in this test, but if it does
it indicates a failure mode very different from the “failed to start”
catchall that we log for other non-ExitError errors.

Updates #50436.

Change-Id: I3f4d87d502f772bf471fc17303d5a6b483446f8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/446876
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/runtime/crash_test.go