]> Cypherpunks repositories - gostls13.git/commit
runtime: disable TestParForParallel for now on 32-bit hosts
authorShenghou Ma <minux.ma@gmail.com>
Sun, 7 Oct 2012 17:56:27 +0000 (01:56 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sun, 7 Oct 2012 17:56:27 +0000 (01:56 +0800)
commitf82c59b6cf4cc50964c6068a704647db5a73c4fa
tree101be86019619eb9230075a7ae9f6fec04673cd6
parente8246569075c98c6cf13b158a11d0b968b1b6297
runtime: disable TestParForParallel for now on 32-bit hosts
Also add call to GC() to make it easier to re-enable the test.

Update #4155.
When we have precise GC merged, re-enable this test.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6622058
src/pkg/runtime/parfor_test.go