yaffs Pulled the bugs section out of the README.txt and put it into current_bugs.txt
[yaffs2.git] / direct / timothy_tests / quick_tests / current_bugs.txt
1
2 Made by Timothy Manning <timothy@yaffs.net> on 08/11/2010
3
4
5 Current BUGS AND WARNINGS
6         bug with opening a file with a name of 1,000,000 char long with no errors.
7         bug with unlinking a file with 1,000,000 get the error ENOENT but should be geting ENAMETOOLONG. 
8         bug with mounting a too long non-existant mount point is returning ENODEV. there are two errors here, ENOENT and ENAMETOOLONG.
9         bug with mounting a non-existing mount point get the error ENODEV. should be getting ENOENT.
10
11         bug when trying to use yaffs_access on an existing file with mode 255 the error returned is EACCES it should be EINVAL(note there is no quick test file yet).
12
13         WARNING- If yaffs is unmounted then most functions return ENODIR.
14