yaffs More tests for quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / current_bugs.txt
index 3ecd20c8b69583bc65eb81550b9e8485f1331fe2..d2b4a48c9b20dce7d4d150b27f6194ec75e22b4e 100644 (file)
@@ -27,6 +27,16 @@ Current BUGS
 
        Bug truncating a file to a size of -1 does not cause an error. 
 
+       BUG truncating a file to a size greater than the maximum file size should 
+       return the error EFBIG. However EFBIG has not been defined in yaffs and 
+       needs to be added. When a file is truncated to a large size 
+       (size =10000000000000000000000000000000000000000000) the truncate 
+       function works without any errors, which is wrong. 
+
+       Bug with opening a file with bad mode. yaffs_open has two modes which 
+       are passed into it. if the modes are set to 255 the open function 
+       does not report any errors. (Also need to try this with modes set to -1.)  
+
 
 Current WARNINGS
        WARNING- If yaffs is unmounted then most of yaffs' functions return ENODIR.