]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: fix gcinfo_test on power64x
authorAustin Clements <austin@google.com>
Fri, 31 Oct 2014 20:58:12 +0000 (16:58 -0400)
committerAustin Clements <austin@google.com>
Fri, 31 Oct 2014 20:58:12 +0000 (16:58 -0400)
commite1db508ffdcfbb78a73c6df7e3d0a6b0cb6f001a
treef8003768b66a769a95bd4ad023d31d46d7454a15
parent700ab16daf01e77f77faca242e148ad2100b6627
[dev.power64] runtime: fix gcinfo_test on power64x

The GC info masks for slices and strings were changed in
commit caab29a25f68, but the reference masks used by
gcinfo_test for power64x hadn't caught up.  Now they're
identical to amd64, so this CL fixes this test by combining
the reference masks for these platforms.

LGTM=rsc
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/162620044
src/runtime/gcinfo_test.go