From e8dfba38be31e441d3967b06627e18a54b9d5fb2 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Thu, 9 Jun 2005 13:37:17 +0000
Subject: [PATCH] Fix some TODO entries that have been done

---
 ansi-tests/TODO | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/ansi-tests/TODO b/ansi-tests/TODO
index 31e2d2ea..d699943e 100644
--- a/ansi-tests/TODO
+++ b/ansi-tests/TODO
@@ -23,8 +23,6 @@ Things to do to the test suite (not a complete list)
 11. Address issues with broadcast streams (C. Rhodes) -- apparent
    contradictions in the spec.
 
-12. Make sure all string operators work on displaced character vectors.
-
 17. Tests that have an argument that provides a return value for special
   conditions (like eof) that happens to be the same as a normal value the
   functions would return (suggested by CR).
@@ -73,15 +71,10 @@ Got:      0
   :notes and the :notes comment is printed out.  This will help explain
   what the failures mean.
 
-25. Add test that the form in an EQL parameter specializer is evaluated only
-  once, at method definition time.
-
 26. Test that various builtin functions, when compiled with type declarations
   on parameters, do the right thing.  Probably the best way to do this is
   a collection of random test harnesses.
 
-27. Be sure the various string operations work on non-simple strings.
-
 28. Add tests for reading/printing with packages with weird names (lower case letters,
   digits, etc.)
 
@@ -93,12 +86,6 @@ Got:      0
 
 30. Add more pathname equality tests to equal.lsp
 
-31. Add tests for GENTEMP
-
-32. Check that the fields of standardized error conditions are set properly
-
-33. Test SETF MACRO-FUNCTION
-
 34. (from C Rhodes) Test that CERROR allows additional arguments after a
   condition designating itself to be used in the continue format control.
 
-- 
GitLab