commit | cfc28901a572aeb15b2f10a38f79eec04c64dfb2 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Apr 14 10:07:23 2017 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Apr 14 20:11:20 2017 +0000 |
tree | 49d06aa6d1ceb4df5b2e25a1f1ef0c2bb1b562e0 | |
parent | f9bad1342569b338e3b2ea9f12ffc6d3d3fa3028 [diff] |
runtime: disable allocations test on gccgo It turns out that testing.AllocsPerRun has not been producing correct results with the current gccgo memory allocator. When we update to the Go 1.8 memory allocator, testing.AllocsPerRun will work again, and these tests will fail due to lack of escape analysis. Change-Id: I656404f6dfae88386de2dd0efe362abc0d92b7cf Reviewed-on: https://go-review.googlesource.com/40703 Reviewed-by: Than McIntosh <thanm@google.com>