X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2FREADME.txt;h=de90a6c4d10cdf02908ba5551b1fdaa4a62c75c2;hb=3914530ecd6bcaa511b8d74550eca2afc81b47ea;hp=3d9d5a185974b420caae2ce5a270502047148102;hpb=239fd86892c59299042eabf617309a2d2ddf700b;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/README.txt b/direct/timothy_tests/quick_tests/README.txt index 3d9d5a1..de90a6c 100644 --- a/direct/timothy_tests/quick_tests/README.txt +++ b/direct/timothy_tests/quick_tests/README.txt @@ -29,6 +29,9 @@ Tests made test_yaffs_fdatasync test_yaffs_fdatasync_EBADF + test_yaffs_freespace + test_yaffs_freespace_EINVAL + test_yaffs_fsync test_yaffs_fsync_EBADF @@ -37,6 +40,15 @@ Tests made test_yaffs_ftruncate_ENIVAL test_yaffs_ftruncate_big_file + test_yaffs_inodecount + test_yaffs_inodecount_ENOTDIR + + test_yaffs_link + test_yaffs_link_EEXIST + test_yaffs_link_ENOENT //note ENOENT2 does not exist because the second path is trying to create a file. + test_yaffs_link_ENOTDIR + test_yaffs_link_ENOTDIR2 + test_yaffs_lseek test_yaffs_lseek_EBADF test_yaffs_lseek_EINVAL @@ -80,6 +92,9 @@ Tests made test_yaffs_remount_ENODEV test_yaffs_remount_EINVAL + test_yaffs_totalspace + test_yaffs_totalspace_EINVAL + test_yaffs_truncate test_yaffs_truncate_ENOTDIR test_yaffs_truncate_EISDIR @@ -173,19 +188,9 @@ Tests to add test_yaffs_remount_ENOTDIR //cannot be generated in yaffs - test_yaffs_sync_ENOENT - - test_yaffs_freespace - test_yaffs_freespace_EINVAL test_yaffs_freespace_ENAMETOOLONG - - test_yaffs_totalspace - test_yaffs_totalspace_ENOTDIR - test_yaffs_totalspace_ENOENT - - test_yaffs_inodecount - test_yaffs_inodecount_ENOTDIR - test_yaffs_inodecount_ENOENT + test_yaffs_totalspace_ENAMETOOLONG + test_yaffs_inodecount_ENAMETOOLONG test_yaffs_opendir @@ -195,14 +200,12 @@ Tests to add test_yaffs_closedir - test_yaffs_link + test_yaffs_link_EACCES - test_yaffs_link_EEXISTS + test_yaffs_link_ELOOP test_yaffs_link_EMLINK //should not happen on yaffs test_yaffs_link_ENAMETOOLONG - test_yaffs_link_ENOENT - test_yaffs_link_ENOTDIR test_yaffs_link_EPERM test_yaffs_link_EROFS