Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michał Herda
ansi-test
Commits
9ab51059
Commit
9ab51059
authored
19 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Fixed TODO #45
parent
797a5e38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansi-tests/TODO
+0
-14
0 additions, 14 deletions
ansi-tests/TODO
with
0 additions
and
14 deletions
ansi-tests/TODO
+
0
−
14
View file @
9ab51059
...
...
@@ -71,19 +71,9 @@ Got: 0
:notes and the :notes comment is printed out. This will help explain
what the failures mean.
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.
28. Add tests for reading/printing with packages with weird names (lower case letters,
digits, etc.)
29. There are many opportunities for random testing of string/list/sequence functions,
comparing APPLY/FUNCALL of the functions vs. evaluation of compiled forms in which
some of the arguments have declared types, or are given as constants in the form
to be compiled. This will exercise type-sensitive and context sensitive parts
of the compiler (and compiler macros).
30. Add more pathname equality tests to equal.lsp
34. (from C Rhodes) Test that CERROR allows additional arguments after a
...
...
@@ -107,7 +97,6 @@ Got: 0
39. There are various constraints that things defined at the top level become
available at compile time. Test these constraints.
40, Check that OPEN, etc. do pathname merging.
41. Add tests for MOD, REM
...
...
@@ -119,6 +108,3 @@ Got: 0
44. Add tests for SPECIAL declarations in MACROLET (requested by piso on #lisp)
(partially done)
45. Test (WARN (FORMATTER ...)) (and check that FORMATTER functions work with
other error signaling functions.)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment