]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: fix test
authorRuss Cox <rsc@golang.org>
Fri, 17 Oct 2014 15:23:15 +0000 (11:23 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 17 Oct 2014 15:23:15 +0000 (11:23 -0400)
commitfb173c41850c9ad049098be657c923589329fab8
treecd95bc9647f34f24f82e40278730b749d4052aed
parent58e357ef160da1d89c68130c83e7a383d8480b16
runtime/pprof: fix test

gogo called from GC is okay
for the same reasons that
gogo called from System or ExternalCode is okay.
All three are fake stack traces.

Fixes #8408.

LGTM=dvyukov, r
R=r, dvyukov
CC=golang-codereviews
https://golang.org/cl/152580043
src/runtime/pprof/pprof_test.go