aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/float_test.go
diff options
context:
space:
mode:
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.