]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.23] runtime: skip TestCgoCallbackPprof on platforms with broken...
authorMichael Pratt <mpratt@google.com>
Mon, 17 Mar 2025 12:11:42 +0000 (12:11 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 25 Mar 2025 18:51:29 +0000 (11:51 -0700)
commit2c0a0fc6b92eff337a8eb8ff79d7a0e47ada2e46
treef9241fc789db7b45c7a9961bc7b691a26e69173f
parentc855149768c70eb349c2e9a42b03a8a30b99672e
[release-branch.go1.23] runtime: skip TestCgoCallbackPprof on platforms with broken profiling

CL 658035 added TestCgoCallbackPprof, which is consistently failing on
solaris. runtime/pprof maintains a list of platforms where CPU profiling
does not work properly. Since this test requires CPU profiling, skip the
this test on those platforms.

For #72870.
For #72876.
For #72871.

Change-Id: I6a6a636cbf6b16abcbba8771178fe1d001be9d9b
Reviewed-on: https://go-review.googlesource.com/c/go/+/658415
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-on: https://go-review.googlesource.com/c/go/+/658435
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@google.com>
src/internal/testenv/testenv.go
src/runtime/crash_cgo_test.go
src/runtime/pprof/pprof_test.go