- Aug 31, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Aug 12, 2009
-
-
sds authored
-
- Feb 26, 2006
-
-
pfdietz authored
Fix some bugs in make-random-string. Begin adding random type prop tests for structure accessors.
-
- Jan 30, 2006
-
-
pfdietz authored
Fix problems in random-type-prop tests on mutating operators -- Replicate the mutated argument -- Don't use that value in MEMBER or EQL types More TODOs Make the probabilities in the random form tester be set before each iteration. This may make the distribution of generated forms more interesting.
-
- Jul 01, 2005
-
-
pfdietz authored
Make the random tester produce PROGV for ABCL. Move some functions over to random-aux.lsp (still need to refactor), and begin adding random real types to random-types.lsp. Remove function types from random-types.
-
- Apr 23, 2005
-
-
pfdietz authored
-
- Mar 14, 2005
-
-
pfdietz authored
-
- Mar 06, 2005
-
-
pfdietz authored
-
- Mar 05, 2005
-
-
pfdietz authored
-
- Feb 27, 2005
-
-
pfdietz authored
Add float, other type capabilities. Vectors, arrays, characters, bit vectors, strings, floats, complexes.
-
- Jan 20, 2005
-
-
pfdietz authored
-
- Jan 16, 2005
-
-
pfdietz authored
Routines for making random symbols. Add option for compiling as a generic function. Get rid of some armedbear conditionalizations. Tweak some distributions to favor smaller values (quadratically). This makes some name-name collisions more common.
-
- Dec 01, 2004
-
-
pfdietz authored
-
- Nov 30, 2004
-
-
pfdietz authored
-
- Nov 29, 2004
-
-
pfdietz authored
-
- Oct 07, 2004
-
-
pfdietz authored
-
- Sep 15, 2004
-
-
pfdietz authored
Some tweaks to random form generator. Avoid forms abl can't compile (flet, labels, catch). Add make-random-float. Turn off step-conditions in sbcl. Randomly permute optimize settings. Add make-random-rational. Fix a pruner bug.
-
- Aug 07, 2004
-
-
pfdietz authored
-
- Jun 20, 2004
-
-
pfdietz authored
-
- Jun 15, 2004
-
-
pfdietz authored
-
- Jun 12, 2004
-
-
pfdietz authored
Improve pruner, and make the AREF forms work properly in ACL where there's a subtypep bug on zero-rank array types.
-
- May 27, 2004
-
-
pfdietz authored
-
- May 24, 2004
-
-
pfdietz authored
-
- May 10, 2004
-
-
pfdietz authored
Enable macrolet in armedbear lisp. Make the size be randomly distributed from 1..size rather than always be 'size'.
-
- May 01, 2004
-
-
pfdietz authored
-
- Apr 25, 2004
-
-
pfdietz authored
-
- Apr 24, 2004
-
-
pfdietz authored
-
- Apr 22, 2004
-
-
pfdietz authored
-
- Apr 17, 2004
-
-
pfdietz authored
-
- Apr 14, 2004
- Mar 30, 2004
-
-
pfdietz authored
-
- Mar 03, 2004
-
-
pfdietz authored
Add ability to dump all trials to files, for easier debugging of crasher bugs. Add boole to generator/pruner. Make the :kind field of eval errors contain a printed form of the caught error.
-
- Feb 12, 2004
-
-
pfdietz authored
-
- Feb 08, 2004
-
-
pfdietz authored
-
- Jan 16, 2004
-
-
pfdietz authored
-
- Jan 14, 2004
-
-
pfdietz authored
More files tests, and added more logical pathname tests. We make an assumption that the CLTEST logical host can be defined to be the directory containing this test suite. More progv tests inspired by random test failures.
-
- Dec 31, 2003
-
-
pfdietz authored
-
- Dec 29, 2003
-
-
uid67352 authored
Toned down some constants to reduce the change of getting integers that are too big. Fixed some bugs in form simplification. Added restart-bind (trivial use).
-
- Dec 23, 2003
-
-
uid67352 authored
Reinstalled the beginning of the pathname tests. Extend the random test generator to handle various additional forms, including instances of PROGV, DOTIMES, and TAGBODY.
-