]> Cypherpunks repositories - gostls13.git/commit
runtime: skip test if strace crashes
authorAustin Clements <austin@google.com>
Wed, 17 Jan 2024 19:24:06 +0000 (14:24 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 17 Jan 2024 19:47:47 +0000 (19:47 +0000)
commit92d7169a36709a689736c893994b42938d3270e7
tree3fb0c2058ee67e34ab29b9fcd96ea84257a88113
parent3c1155ee2d0e2e9bfb907faa61a46e0b4dd509a3
runtime: skip test if strace crashes

Very occasionally, at least on linux/386, strace itself will crash in
TestUsingVDSO. Detect these crashes and just skip the test.

Fixes #63734.

Change-Id: I050494459d47dd96c0b8dc0b16353cb532fba93e
Reviewed-on: https://go-review.googlesource.com/c/go/+/556357
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/vdso_test.go