diff --git a/ansi-tests/TODO b/ansi-tests/TODO
index d44f66ccb002462cc7ace3bf24830bf5495a6b59..31e2d2ea4c5ecaf454cc067fab0aea300cf1ce59 100644
--- a/ansi-tests/TODO
+++ b/ansi-tests/TODO
@@ -123,4 +123,11 @@ Got:      0
 
 40, Check that OPEN, etc. do pathname merging.
 
-41. Add tests for MOD, REM
\ No newline at end of file
+41. Add tests for MOD, REM
+
+42. Add randomized tests for BIT-* functions (requested by piso on #lisp)
+
+43. Add tests for structs that defining subtypes using :include doesn't change
+    the parent type(s).  (This came up in ABCL.)
+
+44. Add tests for SPECIAL declarations in MACROLET (requested by piso on #lisp)