diff options
| author | odaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-04 22:43:31 +0000 |
|---|---|---|
| committer | odaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-04 22:43:31 +0000 |
| commit | adde0a94a2828df8a28207a0d4c90ae97c7df9f2 (patch) | |
| tree | 0eb98458ff68ea576136df0586f6cc699e4ba243 /ChangeLog | |
| parent | 1ec6bb95bce9d598ee595b72c8e062c834f44065 (diff) | |
* test/-ext-/float/test_nextafter.rb: In AIX,
nextafter(+0.0,-0.0)=+0.0, and nextafter(-0.0,+0.0)=-0.0,
but they should return -0.0 and +0.0, respectively. This is
a known bug in nextafter(3) on AIX, so skip related tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Mar 5 07:36:27 2016 Rei Odaira <Rei.Odaira@gmail.com> + + * test/-ext-/float/test_nextafter.rb: In AIX, + nextafter(+0.0,-0.0)=+0.0, and nextafter(-0.0,+0.0)=-0.0, + but they should return -0.0 and +0.0, respectively. This is + a known bug in nextafter(3) on AIX, so skip related tests. + Sat Mar 5 07:14:10 2016 Rei Odaira <Rei.Odaira@gmail.com> * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): |
