diff --git a/ansi-tests/TODO b/ansi-tests/TODO
index ab5744dcd72a3604ad997f5a2c0ef83a2901b26f..d98f2117b0b63ac531d9b67322223e6c912e3efd 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).