- 14 Jun, 2003 1 commit
-
-
pfdietz authored
Added tests for TREE-EQUAL, and order of arguments tests for :TEST and :TEST-NOT functions in various places.
-
- 22 Feb, 2003 1 commit
-
-
pfdietz authored
Added fallback ERROR case to classify-error. Added numerous tests to check that safe calls inside builtin functions that take function parameters are truly safe.
-
- 20 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 17 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 10 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 29 Jan, 2003 1 commit
-
-
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.
-
- 17 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 16 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 13 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 03 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 04 Nov, 2002 1 commit
-
-
pfdietz authored
Modified a number of sequence operator tests to check that the operators behavior correctly on vectors (bit vectors, strings) with fill pointers.
-
- 17 Oct, 2002 1 commit
-
-
pfdietz authored
These are the same as the original except they are guaranteed to return T when a true value is to be returned. Added NOTNOT, which coerces true to T. These changes are intended to make the test more fully standard compliant, avoiding the unwarranted assumption that a function that returns true is returning T (even though this is the case in many implementations.) Added tests for NIL, T, NOT, and NULL.
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-