Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / direct / timothy_tests / quick_tests / README.txt
index 74d512a3e033b434acb4f0bb3dfb370c533c30f0..e5a3e260f5d549053271eece162f833e31d0454c 100644 (file)
@@ -9,6 +9,7 @@ Tests made
 
        test_yaffs_fchmod
        test_yaffs_fchmod_EBADF
+       test_yaffs_fchmod_EINVAL
 
        test_yaffs_mount
        test_yaffs_mount_ENODEV
@@ -51,6 +52,9 @@ Tests made
        test_yaffs_read_EBADF
        test_yaffs_read_EINVAL
 
+       test_yaffs_mkdir
+       test_yaffs_mkdir_EEXISTS
+       test_yaffs_mkdir_ENOTDIR
 
        test_yaffs_stat
        test_yaffs_stat_ENOENT
@@ -84,8 +88,6 @@ Tests made
 
 Tests to add
        test_yaffs_fchmod_EACCES
-       test_yaffs_fchmod_EINVAL
-       test_yaffs_fchmod
 
        test_yaffs_chmod_EACCES
        test_yaffs_chmod_ELOOP
@@ -104,13 +106,10 @@ Tests to add
        test_yaffs_readlink_ELOOP
        test_yaffs_readlink_ENAMETOOLONG
 
-       test_yaffs_mkdir
+       
        test_yaffs_mkdir_EACCES
-       test_yaffs_mkdir_EEXISTS
        test_yaffs_mkdir_ELOOP
        test_yaffs_mkdir_ENAMETOOLONG
-       test_yaffs_mkdir_ENOENT
-       test_yaffs_mkdir_ENOTDIR
        test_yaffs_mkdir_EROFS
 
        test_yaffs_symlink
@@ -224,11 +223,10 @@ Tests to add
 
        test_yaffs_close        //This function has already been called by the time this test is reached.
        
-       test_yaffs_stat_EBADF
        test_yaffs_stat_ELOOP
        test_yaffs_stat_EACCES
        test_yaffs_stat_ENAMETOOLONG
-       test_yaffs_stat_ENOTDIR
+
         
 
        test_yaffs_read_EFBIG