]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/pprof,runtime/pprof: disable test on more broken platforms
authorMichael Pratt <mpratt@google.com>
Thu, 17 Jun 2021 19:23:53 +0000 (15:23 -0400)
committerMichael Pratt <mpratt@google.com>
Thu, 17 Jun 2021 21:58:54 +0000 (21:58 +0000)
commit45f251ad6cfe0a8fa1aeac0c2c8e42bfe3549c29
tree882bf740566ee8187c69cde3bdfcd507e61dc0b8
parented834853ad8224611f44a3c467e00a22df341d91
cmd/pprof,runtime/pprof: disable test on more broken platforms

runtime/pprof has a more complete list of platforms with broken
profiling than I used in cmd/pprof in https://golang.org/cl/325809.
Duplicate that list in cmd/pprof and clean it up a bit in runtime/pprof
for easier reference.

Change-Id: I8f2580aac223de9b73cfff4355f49916f7b76493
Reviewed-on: https://go-review.googlesource.com/c/go/+/329149
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/pprof/pprof_test.go
src/runtime/pprof/pprof_test.go