]> Cypherpunks repositories - gostls13.git/commit
math/big: move exhaustive tests behind -long flag
authorRuss Cox <rsc@golang.org>
Mon, 10 Oct 2016 20:44:53 +0000 (16:44 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 11 Oct 2016 16:15:12 +0000 (16:15 +0000)
commit9a8832f1422f7fa72e4855757e4a951957cc62ae
tree36224a9bfe927f688735c12f5401dd3b0f6d3369
parent2756d56c894e5b044907da74b6d5f3c684eab00d
math/big: move exhaustive tests behind -long flag

This way you can still run 'go test' or 'go bench -run Foo'
without wondering why it is taking so very long.

Change-Id: Icfa097a6deb1d6682acb7be9f34729215c29eabb
Reviewed-on: https://go-review.googlesource.com/30707
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/float_test.go
src/math/big/rat_test.go
src/math/big/ratconv_test.go