]> Cypherpunks repositories - gostls13.git/commit
test: limit runoutput tests on arm platforms
authorDave Cheney <dave@cheney.net>
Sat, 12 Jan 2013 06:52:52 +0000 (17:52 +1100)
committerDave Cheney <dave@cheney.net>
Sat, 12 Jan 2013 06:52:52 +0000 (17:52 +1100)
commitdc75670ae244a3f26771288d82eefc819b1e6716
tree95c8ed0f8b164ed7b4987a30379e3b6eb91e2486
parent39ffa83fdbbb21d59ecc07afb201b3839968587b
test: limit runoutput tests on arm platforms

runoutput styles tests generally consume a lot of memory. On arm platforms rotate?.go consume around 200mb each to compile, and as tests are sorted alphabetically, they all tend to run at once.

This change limits the number of runoutput jobs to 2 on arm platforms.

R=minux.ma, remyoudompheng, bradfitz, lucio.dere
CC=golang-dev
https://golang.org/cl/7099047
test/run.go