From e62b5a904d69bb9350f6b4cb9d9fadefd1415ace Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Mon, 7 Jun 2004 13:39:57 +0000 Subject: [PATCH] Add TODO for an abcl float/rational compare bug. --- ansi-tests/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansi-tests/TODO b/ansi-tests/TODO index a19d9b29..7860fe01 100644 --- a/ansi-tests/TODO +++ b/ansi-tests/TODO @@ -80,3 +80,10 @@ Got: 0 23. Modify rt so that when failing tests are reported, they are grouped by :notes and the :notes comment is printed out. This will help explain what the failures mean. + +24. Add float/rational comparison tests where the rational is (exact rational for the + float) +- a very small rational. This will check if the rule in the second paragraph + of 12.1.4.1 is being followed, or if the implementation is incorrectly floating + the rational then comparing. Also add tests of very large (non-floatable) rationals + with floats, if they are not already present. + -- GitLab