diff options
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. |
