X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2FREADME.txt;fp=direct%2Ftimothy_tests%2Fquick_tests%2FREADME.txt;h=010a82a24d7008a9ee77a6911396d74a4127f635;hp=120d765900af1a74cad494b09850b6735e457b15;hb=f1fdae08ffdfaa5d1a31b9c4303dc317fe95ded4;hpb=10d09f1cb066885e3934db0c2c7c86dd10cbc8bf diff --git a/direct/timothy_tests/quick_tests/README.txt b/direct/timothy_tests/quick_tests/README.txt index 120d765..010a82a 100644 --- a/direct/timothy_tests/quick_tests/README.txt +++ b/direct/timothy_tests/quick_tests/README.txt @@ -217,6 +217,7 @@ Tests to add test_yaffs_rmdir_EACCES test_yaffs_rmdir_ENOTEMPTY test_yaffs_rmdir_EROFS + test_yaffs_emdir_ELOOP @@ -294,11 +295,19 @@ Tests to add What happens when a mount point is mounted using mount2 with read only mode set and then a file is chmoded? + Try to remove lost and found dir and replace it with a file of the same name. + + Change the mode of the lost and found dir to read only. Tests which do not exist in yaffs: test_yaffs_link_EMLINK //should not happen on yaffs + test_yaffs_link_ELOOP + test_yaffs_lstat_ELOOP + + test_yaffs_mkdir_ELOOP + //the yaffs_mknod function does not exist in yaffsfs, so these tests will not be added. test_yaffs_mknod test_yaffs_mknod_EACCES @@ -310,9 +319,12 @@ Tests which do not exist in yaffs: test_yaffs_mknod_ENOTDIR test_yaffs_mknod_EROFS + teat_yaffs_mount_ELOOP + test_yaffs_mount2_EINVAL //cannot happen in yaffs since the mode is not checked. test_yaffs_mount2_ENOTDIR //cannot be generated in yaffs. test_yaffs_mount2_ENOENT //cannot be generated in yaffs. + test_yaffs_mount2_ELOOP test_yaffs_remount_ENOENT //cannot be generated in yaffs test_yaffs_remount_ENOTDIR //cannot be generated in yaffs