yaffs more tests for quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / README.txt
index 2a5892fa76f55ddb1faf27fbe770a4ee4f1f4e86..b7b17b0990dce98de031af82976531f6020d595c 100644 (file)
@@ -41,6 +41,11 @@ Tests made
 
 
        test_yaffs_stat
+       test_yaffs_stat_ENOENT
+       test_yaffs_stat_ENOTDIR
+
+       test_yaffs_fstat
+       test_yaffs_fstat_EBADF
 
        test_yaffs_truncate
        test_yaffs_truncate_ENOTDIR
@@ -102,6 +107,9 @@ Tests to add
        test_yaffs_unlink_ELOOP
        test_yaffs_unlink_ENOMEM
 
+       test_yaffs_stat_EACCES
+       test_yaffs_stat_ELOOP
+
        test_yaffs_access_EACCESS
        test_yaffs_access_ELOOP
        test_yaffs_access_ENAMETOOLONG
@@ -116,7 +124,7 @@ Tests to add
        test_yaffs_truncate_EACCES
        test_yaffs_truncate_ELOOP
        test_yaffs_truncate_ENAMETOOLONG
-       add a truncate function for truncating a file size to -1.
+       Add a truncate function for truncating a file size to -1.
 
        What happens if a handle is opened to a file and the file is then deleted?
        Check to see if yaffs generates an error code for no reason.