From ffb9d01d2ac7b9f71e5af95e5cc3fa62158a0321 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Thu, 26 Aug 2004 12:01:02 +0000 Subject: [PATCH] Add TODO for random sequence testing --- ansi-tests/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansi-tests/TODO b/ansi-tests/TODO index ab5744dc..d98f2117 100644 --- a/ansi-tests/TODO +++ b/ansi-tests/TODO @@ -93,3 +93,9 @@ Got: 0 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). -- GitLab