diff options
| author | Robert Griesemer <gri@golang.org> | 2015-02-23 10:05:02 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2015-02-23 18:09:36 +0000 |
| commit | 2b0213d569dcfdd3f82fa7c98fd5fea26b6e3038 (patch) | |
| tree | 302c7047a3f2899956cdf58d61f41fd4d8f9d32a /src/math/big/float_test.go | |
| parent | 828129fdbc2d95ab8d8dfa637e0f7251924c8b8b (diff) | |
| download | go-2b0213d569dcfdd3f82fa7c98fd5fea26b6e3038.tar.xz | |
math/big: incorporated feedback from prior TBR reviews
Change-Id: Ida847365223ef09b4a3846e240b4bb6919cb0fe9
Reviewed-on: https://go-review.googlesource.com/5610
Reviewed-by: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'src/math/big/float_test.go')
| -rw-r--r-- | src/math/big/float_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/big/float_test.go b/src/math/big/float_test.go index 17247b1eb2..2789cfb9f3 100644 --- a/src/math/big/float_test.go +++ b/src/math/big/float_test.go @@ -1077,6 +1077,8 @@ func TestFloatQuoSmoke(t *testing.T) { } } +// TODO(gri) Add tests that check correctness in the presence of aliasing. + // For rounding modes ToNegativeInf and ToPositiveInf, rounding is affected // by the sign of the value to be rounded. Test that rounding happens after // the sign of a result has been set. |
