]> Cypherpunks repositories - gostls13.git/commit
runtime: check that pprof accepts but doesn't need executable
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2017 20:27:12 +0000 (15:27 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 24 Feb 2017 20:46:37 +0000 (20:46 +0000)
commit8c24e52247365725c97b1ed5bea63a84642fd0f7
treed58f37549cd3f1703f9de93c04af2ae300d4c48b
parent0b8c983ece56b63c433a65fd3de6a411cb2aac87
runtime: check that pprof accepts but doesn't need executable

The profiles are self-contained now.
Check that they work by themselves in the tests that invoke pprof,
but also keep checking that the old command lines work.

Change-Id: I24c74b5456f0b50473883c3640625c6612f72309
Reviewed-on: https://go-review.googlesource.com/37166
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/runtime/crash_cgo_test.go
src/runtime/crash_test.go