diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-12-11 16:18:18 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-12-11 16:18:18 -0800 |
commit | 294b2ab35983ebe95698835bb54bca8bd3eec101 (patch) | |
tree | fbc74bea6cefd7b8f527d36a7b7c6804dd886414 /cannot_write_tests_for | |
parent | d5c86dfd8706e6b3ceee7843464797e6fcad4259 (diff) | |
download | mu-294b2ab35983ebe95698835bb54bca8bd3eec101.tar.gz |
3705 - switch to tested file-system primitives
Diffstat (limited to 'cannot_write_tests_for')
-rw-r--r-- | cannot_write_tests_for | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cannot_write_tests_for b/cannot_write_tests_for index 01b5cbe8..1cdaa20a 100644 --- a/cannot_write_tests_for +++ b/cannot_write_tests_for @@ -5,7 +5,7 @@ 4. hide/show screen 5. more touch event types 6. sandbox isolation -7. read/write files +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 |