yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / current_bugs.txt
index 17c52f38edcdaaa0e1f31b1ab6415cf0f3555572..7b80533679870b2f04bb57f4d26f1e8a48cf43fa 100644 (file)
@@ -3,15 +3,9 @@ Made by Timothy Manning <timothy@yaffs.net> on 08/11/2010
 
 
 Current BUGS 
-
-       BUG with trying to rmdir /yaffs2/ the error returned is ENOTEMPTY. 
-       But the error that should be returned is EBUSY.
-
-       BUG with trying to rmdir /yaffs2/. the error returned is ENOENT. 
-       But the error that should be returned is EINVAL.
-
-       BUG with having slashes on the end of the second path passed into the rename function.
-       The function returns ENOENT. but should be returning other errors.
+       Bug with test_yaffs_rename_dir it does not return an error code.
+       
+       Bug with test_yaffs_rename_EEXIST should be giving the bug EEXIST but instead gives ENOENT. 
 
 Current WARNINGS