]> Cypherpunks repositories - gostls13.git/commit
runtime: relax TestGcSys
authorRuss Cox <rsc@golang.org>
Tue, 22 May 2012 04:07:13 +0000 (00:07 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 22 May 2012 04:07:13 +0000 (00:07 -0400)
commit85266dfd4dd9932672258e0a9f68e3fc96a44ec8
treef145895d9dab99380f16326ebafb264b365fd7dc
parent875f34fd4962935d8e0e17d030b91e4c4feb4f08
runtime: relax TestGcSys

This fixes occasional 64-bit failures.
Maybe it will fix the 32-bit failures too,
so re-enable on 32-bit for now.

R=golang-dev, bradfitz, r, dvyukov
CC=golang-dev
https://golang.org/cl/6218050
src/pkg/runtime/gc_test.go