yaffs Added some more tests to timothy_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / current_bugs.txt
index 17c52f38edcdaaa0e1f31b1ab6415cf0f3555572..a8a88c43dd75d9f0a48623e5e6cf26ce889067df 100644 (file)
@@ -4,14 +4,6 @@ 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.
 
 Current WARNINGS