]> Cypherpunks repositories - gostls13.git/commit
math/cmplx: disable TanHuge test on s390x
authorBrian Kessler <brian.m.kessler@gmail.com>
Sat, 14 Mar 2020 06:37:20 +0000 (00:37 -0600)
committerRob Pike <r@golang.org>
Sat, 14 Mar 2020 07:03:15 +0000 (07:03 +0000)
commitd774d979ddab54c5d878e31d015c0678573b7a9d
treea15f0e974f9151c990d1fd68bd8e1663b1bb7c85
parent70dc28f766194a2b3b050b9c8fab83523164bfbb
math/cmplx: disable TanHuge test on s390x

s390x has inaccurate range reduction for the assembly routines
in math so these tests are diabled until these are corrected.

Updates #37854

Change-Id: I1e26acd6d09ae3e592a3dd90aec73a6844f5c6fe
Reviewed-on: https://go-review.googlesource.com/c/go/+/223457
Run-TryBot: Brian Kessler <brian.m.kessler@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/math/cmplx/cmath_test.go
src/math/cmplx/huge_test.go [new file with mode: 0644]