]> Cypherpunks repositories - gostls13.git/commit
math/big: cut 2 minutes off race tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 18:44:59 +0000 (18:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 19:11:43 +0000 (19:11 +0000)
commit6f135bfd922cafd000497467c73cc03cfa788fa6
tree56361775084f529d1f9d3a4e081c1ec80396a88e
parent983e2fd4e6fecd78789384069c476eead4806d1b
math/big: cut 2 minutes off race tests

No need to test so many sizes in race mode, especially for a package
which doesn't use goroutines.

Reduces test time from 2.5 minutes to 25 seconds.

Updates #17104

Change-Id: I7065b39273f82edece385c0d67b3f2d83d4934b8
Reviewed-on: https://go-review.googlesource.com/29163
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/math/big/arith_test.go
src/math/big/gcd_test.go
src/math/big/int_test.go
src/math/big/natconv_test.go