]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: add /proc/self/maps parsing test
authorRuss Cox <rsc@golang.org>
Wed, 26 Apr 2017 16:17:11 +0000 (09:17 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 26 Apr 2017 19:34:01 +0000 (19:34 +0000)
commitd1ac5927174c92c2107e93a7405dbe7139f6e42a
tree2ec248f2a948679a3471cc516f95e5b1878f5a79
parentc5b6c2abe2e5b29f47f9095bbdead5674b7252de
runtime/pprof: add /proc/self/maps parsing test

Delete old TestRuntimeFunctionTrimming, which is testing a dead API
and is now handled in end-to-end tests.

Change-Id: I64fc2991ed4a7690456356b5f6b546f36935bb67
Reviewed-on: https://go-review.googlesource.com/41815
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/runtime/pprof/proto.go
src/runtime/pprof/proto_test.go