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
50b13e59
Commit
50b13e59
authored
19 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Remove 35, 45; partially do 4., add 2.
parent
4f5a74ac
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
+7
-8
7 additions, 8 deletions
ansi-tests/TODO
with
7 additions
and
8 deletions
ansi-tests/TODO
+
7
−
8
View file @
50b13e59
...
...
@@ -2,9 +2,13 @@ Things to do to the test suite (not a complete list)
1. subtypep and typep on complex types
2. Refactor random type/element-of-type code. There's too much
duplication.
3. More type tests on array types
4. Extend random subtypep tester to complex and array types.
4. Extend random subtypep tester to array types. (complex types already added,
but should extend generator of random real types)
5. Add JA's long form define-method-combination tests (from clisp),
or write own.
...
...
@@ -59,9 +63,6 @@ Got: (2 NULL)
Expected: 1
Got: 0
20. Add destructuring-bind and destructuring macro lambda list tests
for key and optional arguments, if they do not already exist
21. The random tester showed (SETF AREF) wasn't being tested enough. Add tests.
22. Add more symbol printing tests. In particular, there doesn't appear to
...
...
@@ -79,10 +80,6 @@ Got: 0
34. (from C Rhodes) Test that CERROR allows additional arguments after a
condition designating itself to be used in the continue format control.
35. Add test to verify that a user-defined function, when called on the
wrong number of arguments in safe code, emits a program-error.
36. Add tests for bad default-initargs in object constructors.
37. Add tests that methods on initialize-instance and
...
...
@@ -108,3 +105,5 @@ Got: 0
44. Add tests for SPECIAL declarations in MACROLET (requested by piso on #lisp)
(partially done)
45. Sweep files for missing order-of-execution tests
\ No newline at end of file
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