]> Cypherpunks repositories - gostls13.git/commit
net/http/pprof: skip TestDeltaProfile on all arm and arm64 architectures
authorBryan C. Mills <bcmills@google.com>
Tue, 8 Feb 2022 20:24:33 +0000 (15:24 -0500)
committerBryan Mills <bcmills@google.com>
Tue, 8 Mar 2022 22:10:32 +0000 (22:10 +0000)
commit4469557974a95b1f4bc1c700aee6779a0f15d22e
treef9c4f616cd2019f0724ba3786082ea668971144f
parentdbbe4cca5d7069482983316694334bdf2fe6a7ec
net/http/pprof: skip TestDeltaProfile on all arm and arm64 architectures

Given that we have seen failures with the same failure mode on both
openbsd/arm and android/arm64, it seems likely that the underlying bug
affects at least all ARM-based architectures.

It appears that either these architectures are not able to sample at
the frequency expected by the test, or the samples are for some reason
being dropped.

For #50218

Change-Id: I42a6c8ecda57448f8068e8facb42a4a2cecbbb37
Reviewed-on: https://go-review.googlesource.com/c/go/+/383997
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/net/http/pprof/pprof_test.go