]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: disable new memory test
authorRuss Cox <rsc@golang.org>
Thu, 16 Oct 2014 18:58:11 +0000 (14:58 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 Oct 2014 18:58:11 +0000 (14:58 -0400)
commit25f79b9dbeb13d5a6a66290848999de2425ad691
tree1bf3ea0bfad9dba072fb7ffda7965cf5ee85bd3e
parent7ed8723d49f93b0b983a0a89504a03e455e07537
runtime/pprof: disable new memory test

It cannot run 'go tool pprof'. There is no guarantee that's installed.
It needs to build a temporary pprof binary and run that.
It also needs to skip the test on systems that can't build and
run binaries, namely android and nacl.

See src/cmd/nm/nm_test.go's TestNM for a template.

Update #8867
Status: Accepted

TBR=dvyukov
CC=golang-codereviews
https://golang.org/cl/153710043
src/runtime/malloc.go
src/runtime/pprof/mprof_test.go