Log of /trunk/eweasel/tests/melt080
Directory Listing
Revision
82287 -
Directory Listing
Modified
Tue Feb 9 20:09:46 2010 UTC
(9 years, 10 months ago)
by
manus
Updated to match new defaults for `total order on REALs' setting and VD83 warning that could be raised when trying to change that setting between compilation.
Revision
82269 -
Directory Listing
Modified
Sat Feb 6 01:05:17 2010 UTC
(9 years, 10 months ago)
by
manus
Added comparison with ~ too and adapted expected outputs.
Updated explanation on TCF file.
Revision
82268 -
Directory Listing
Modified
Sat Feb 6 00:21:19 2010 UTC
(9 years, 10 months ago)
by
manus
Updated test to show the difference between IEEE numeric comparison et Eiffel which can now be set via an option.
Extended test coverage to REAL_32 as well.
Removed hard coded way to get NaN, we simply use the query from REAL_XX.
Revision
73578 -
Directory Listing
Modified
Fri May 16 16:44:28 2008 UTC
(11 years, 7 months ago)
by
manus
Removed printing of NaN because it is different on various platforms.
Revision
73553 -
Directory Listing
Modified
Thu May 15 22:33:08 2008 UTC
(11 years, 7 months ago)
by
dhollen
Fixed eweasel test melt080 (nan-comparison) to also work on big endian
platforms. The bytes for the NaN have to be placed in reverse order.
Also, changed test to print `nan', to verify that we did indeed
construct a NaN.
Revision
71489 -
Directory Listing
Added
Thu Dec 13 05:33:21 2007 UTC
(12 years ago)
by
manus
Added new test for testing comparison of NaN numbers. On Windows 64-bit, it is always True, but
it seems that it depends on the C compiler options.