]> Cypherpunks repositories - gostls13.git/commit
math/big: make tests faster by reducing coverage in --test.short mode.
authorAlan Donovan <adonovan@google.com>
Wed, 30 Jan 2013 23:19:58 +0000 (18:19 -0500)
committerAlan Donovan <adonovan@google.com>
Wed, 30 Jan 2013 23:19:58 +0000 (18:19 -0500)
commit19bb42d637eb57d24ff905047ce468c034a9a0cf
tree54c6f20e6c695aa5dadf6dcbc4009d1a9d9710d6
parent1aa56a239634a31cc1812c37f0bbfa4378df7b9e
math/big: make tests faster by reducing coverage in --test.short mode.

The time to test all of math/big is now:
 default      => ~3min
 --test.short => 150ms

R=rsc
CC=golang-dev
https://golang.org/cl/7223054
src/pkg/math/big/rat_test.go