aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/float_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2015-02-23 10:05:02 -0800
committerRobert Griesemer <gri@golang.org>2015-02-23 18:09:36 +0000
commit2b0213d569dcfdd3f82fa7c98fd5fea26b6e3038 (patch)
tree302c7047a3f2899956cdf58d61f41fd4d8f9d32a /src/math/big/float_test.go
parent828129fdbc2d95ab8d8dfa637e0f7251924c8b8b (diff)
downloadgo-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.go2
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.