diff --git a/ansi-tests/TODO b/ansi-tests/TODO
index 26fb54b9967724cca8bd6c37b9357e525d7e4f3c..d50223fe6055e610064c2916e28a7645b5738e06 100644
--- a/ansi-tests/TODO
+++ b/ansi-tests/TODO
@@ -8,9 +8,10 @@ Things to do to the test suite (not a complete list)
 
 4. Extend random subtypep tester to complex and array types.
 
-5. Add JA's long form define-method-combination tests (from clisp).
+5. Add JA's long form define-method-combination tests (from clisp),
+  or write own.
 
-6. adjust-array
+6. adjust-array (partially done)
 
 7. Address synonym-stream issues (from Duane Rettig)
 
@@ -24,4 +25,8 @@ Things to do to the test suite (not a complete list)
 11. Address issues with broadcast streams (C. Rhodes) -- apparent
    contradictions in the spec.
 
-12. Make sure all string operators work on displaced character vectors.
\ No newline at end of file
+12. Make sure all string operators work on displaced character vectors.
+
+13. Add tests for IMPORT.
+
+14. Finish testing DEFSETF