about summary refs log tree commit diff stats
path: root/cannot_write_tests_for
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-13 12:42:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-13 12:42:17 -0700
commit0c0d1ea5cdb96a98e7eb62edbd1acb534ae12940 (patch)
tree7b64a6e98fb16d2bf02c5003acc2c14d7d1d6043 /cannot_write_tests_for
parent8195ed4ee94f490d377b91caa0d79f21dd3e86ed (diff)
downloadmu-0c0d1ea5cdb96a98e7eb62edbd1acb534ae12940.tar.gz
3854
Revert commits 3824, 3850 and 3852. We'll redo them more carefully.
Diffstat (limited to 'cannot_write_tests_for')
-rw-r--r--cannot_write_tests_for10
1 files changed, 6 insertions, 4 deletions
diff --git a/cannot_write_tests_for b/cannot_write_tests_for
index 1bd9ce3c..444aafd5 100644
--- a/cannot_write_tests_for
+++ b/cannot_write_tests_for
@@ -1,12 +1,14 @@
 0. main's ingredients
 1. assertion failures or errors inside scenarios
 2. screen background color
-3. more touch event types
-4. sandbox isolation
-5. errors in reading/writing files (missing directory, others?)
-6. has-more-events?
+3. has-more-events?
+4. hide/show screen
+5. more touch event types
+6. sandbox isolation
+7. errors in reading/writing files (missing directory, others?)
 
 termbox issues are implementation-specific and not worth testing:
+  whether we clear junk from other processes
   latency in interpreting low-level escape characters
 
 calls to update-cursor are currently duplicated: