diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-01-07 02:26:54 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-01-07 02:26:54 (GMT) |
commit | 23bfc6c3e04494eb9a8165535ae9a80efec1dd7a (patch) | |
tree | 41a959ed5a45fc272ddd3ac85711ccd9596e567f /ChangeLog | |
parent | 7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953 (diff) | |
download | tcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.zip tcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.tar.gz tcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.tar.bz2 |
* tests/util.test (util-15.*): Added test cases for floating point
conversion of the largest denormal and the smallest normal number,
to avoid any possibility of the failure suffered by PHP in the
last couple of days. (They didn't fail, so no actual functional
change.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-01-07 Kevin B. Kenny <kennykb@acm.org> + + * tests/util.test (util-15.*): Added test cases for floating point + conversion of the largest denormal and the smallest normal number, + to avoid any possibility of the failure suffered by PHP in the + last couple of days. (They didn't fail, so no actual functional + change.) + 2011-01-05 Donal K. Fellows <dkf@users.sf.net> * tests/package.test, tests/pkg.test: Coalesce these tests into one |