]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktrace
authorBryan C. Mills <bcmills@google.com>
Thu, 3 Nov 2022 13:08:33 +0000 (09:08 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 4 Nov 2022 16:48:32 +0000 (16:48 +0000)
commit0758a7d82da03d38fff8619a245f5fcb05721cf9
tree895e7cb2e54d09880b6ec34c025a9c7b0f9cb404
parentedfe07834905809d687b30632ccb849b84ebd4f2
runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktrace

This may fix the TestEINTR failures that have been frequent on the
riscv64 builders since CL 445597.

Updates #37405.
Updates #39043.

Change-Id: Iaf1403ff5ce2ff0203d5d0059908097d32d0b217
Reviewed-on: https://go-review.googlesource.com/c/go/+/447495
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/runtime/crash_test.go
src/runtime/runtime-gdb_test.go