]> Cypherpunks repositories - gostls13.git/commit
math/rand: make floating point tests shorter on mips and mipsle
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 16 Nov 2016 19:08:25 +0000 (19:08 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 16 Nov 2016 19:22:53 +0000 (19:22 +0000)
commitd8b14c524303f8d28bc5b496e918cfbb2758cbc5
treecfe7a8d2dd58853c37aeeff64d3616f4d808df10
parent68fda1888e8026aef96590ac634bc35d4c71b6e0
math/rand: make floating point tests shorter on mips and mipsle

Like GOARM=5 does.

Fixes #17944

Change-Id: Ica2a54a90fbd4a29471d1c6009ace2fcc5e82a73
Reviewed-on: https://go-review.googlesource.com/33326
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/math/rand/rand_test.go