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
diff --git a/direct/timothy_tests/quick_tests/current_bugs.txt b/direct/timothy_tests/quick_tests/current_bugs.txt
new file mode 100644 (file)
index 0000000..9243fd2
--- /dev/null
@@ -0,0 +1,14 @@
+
+Made by Timothy Manning <timothy@yaffs.net> on 08/11/2010
+
+
+Current BUGS AND WARNINGS
+       bug with opening a file with a name of 1,000,000 char long with no errors.
+       bug with unlinking a file with 1,000,000 get the error ENOENT but should be geting ENAMETOOLONG. 
+       bug with mounting a too long non-existant mount point is returning ENODEV. there are two errors here, ENOENT and ENAMETOOLONG.
+       bug with mounting a non-existing mount point get the error ENODEV. should be getting ENOENT.
+
+       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).
+
+       WARNING- If yaffs is unmounted then most functions return ENODIR.
+