]> Cypherpunks repositories - gostls13.git/commit
os/exec: set traceback to "system" in TestContextCancel
authorBryan C. Mills <bcmills@google.com>
Wed, 12 Oct 2022 15:15:45 +0000 (11:15 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 13 Oct 2022 20:12:51 +0000 (20:12 +0000)
commit379a49c593ce3c2e8e57039e05e90aa466363092
treea7f84213f073dae4019f29647a2373245110fd2a
parent9fe17a0340b1609355aa5ce1828a0cf39e0a8092
os/exec: set traceback to "system" in TestContextCancel

This will dump more goroutines if the test happens to fail.

For #50138.

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