Skip to content
Snippets Groups Projects
Commit e8dfba38 authored by pfdietz's avatar pfdietz
Browse files

Fix some TODO entries that have been done

parent a4411d41
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment