]> Cypherpunks repositories - gostls13.git/commit
runtime: disable memory profiler in gc_test
authorIan Lance Taylor <iant@golang.org>
Fri, 20 Apr 2012 18:36:06 +0000 (11:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 20 Apr 2012 18:36:06 +0000 (11:36 -0700)
commit244706bd0f6d190559073141c378c874636e4341
treeeb3d15cc5427315db2dd009af4845e68f4f72930
parenta6d4471b2b38f4e865cdc4d31ae0de1e8db45a7b
runtime: disable memory profiler in gc_test

This lets the test pass on PPC64 GNU/Linux, which uses a much
larger page size and thus uses more memory to hold blocks
allocated for memory profiling.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6048054
src/pkg/runtime/gc_test.go