- 30 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 29 Jan, 2003 3 commits
-
-
pfdietz authored
Moved some subtypep tests to their own file, and added some (failing in CMUCL) tests for compound CONS type specifiers. Began adding tests for ERROR.
-
pfdietz authored
Fixed up some error tests, adding tests that hide the error form in a LOCALLY to possibly stimulate CMUCL compiler bugs. Converted some uses of the old catch-type-error into classify-error. Added safety proclamations in place of local safety declarations in eval-ed forms.
-
pfdietz authored
Added tests for env arguments to typep, subtypep, upgraded-array-element-type, macroexpand, macroexpand-1. Add more arrays to *universe*, in particular #() which showed a bug in some named structure predicates in CMUCL.
-
- 28 Jan, 2003 2 commits
- 27 Jan, 2003 4 commits
- 26 Jan, 2003 4 commits
-
-
pfdietz authored
Tests for bit-vector and simple-bit-vector types, vectorp, bit, and sbit. More vector class-related tests.
-
pfdietz authored
-
pfdietz authored
Added more typep ... [simple-]array test conditions. Some are commented out because gcl is failing on them right now (the rank designator bug).
-
pfdietz authored
Added more tests to those executed with make-array-with-checks. Now do many checks of memebership in various permutations of (array ...) and (simple-array ...) types.
-
- 25 Jan, 2003 12 commits
- 24 Jan, 2003 5 commits
-
-
pfdietz authored
functions VECTOR and VECTOR-POP.
-
pfdietz authored
Many cleanups. Replaced notnot, not with notnot-mv, not-mv in places where we can inspect the results for the right number of multiple values. Ditto for multiple-value-bind*, which is strict in checking for number of values. Indentation changes.
-
pfdietz authored
Added uses of notnot-mv to better detect multiple value returns. Added more VECTOR type tests. Some cleanups.
-
pfdietz authored
Removed two useless 'S' forms. The problem is gcl is using the variable, but doesn't support 'ignorable'.
-
pfdietz authored
-
- 23 Jan, 2003 2 commits
- 22 Jan, 2003 4 commits
- 19 Jan, 2003 3 commits
-
-
pfdietz authored
More make-array tests (displaced arrays, fill pointers, keyword and error tests.) Changes to .system and .cvsignore files suggested by Sam Steingold. Added warning comment to cltest.system. Made deftest work with multidimensional arrays now that ROW-MAJOR-AREF is working in gcl.
-
pfdietz authored
-
pfdietz authored
-