yaffs More tests added to direct/timothy_tests/quick_tests/
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 14d7dbc6d13bde1813624899c950fb71accedcff..12bfe49cb380d90eae15838b7bc2fa6c151929eb 100644 (file)
 #include "test_yaffs_symlink_ENOENT.h"
 
 #include "test_yaffs_mount2.h"
+#include "test_yaffs_mount2_ENODEV.h"
 
 #include "test_yaffs_unmount2.h"
+#include "test_yaffs_unmount2_ENODEV.h"
+#include "test_yaffs_unmount2_EINVAL.h"
+#include "test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h"
+#include "test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h"
 
 #include "test_yaffs_sync.h"
-#include "test_yaffs_sync_ENOTDIR.h"
-#include "test_yaffs_sync_ENOENT.h"
+#include "test_yaffs_sync_ENODEV.h"
 
+#include "test_yaffs_remount_force_off_read_only_off.h"
+#include "test_yaffs_remount_force_on_read_only_off.h"
+#include "test_yaffs_remount_ENODEV.h"
+#include "test_yaffs_remount_EINVAL.h"
+
+#include "test_yaffs_freespace.h"
+#include "test_yaffs_freespace_EINVAL.h"
+
+#include "test_yaffs_totalspace.h"
+#include "test_yaffs_totalspace_EINVAL.h"
+
+#include "test_yaffs_inodecount.h"
+#include "test_yaffs_inodecount_EINVAL.h"
+
+#include "test_yaffs_link.h"
+#include "test_yaffs_link_ENOENT.h"
+#include "test_yaffs_link_EEXIST.h"
+#include "test_yaffs_link_ENOTDIR.h"
+#include "test_yaffs_link_ENOTDIR2.h"
+
+#include "test_yaffs_rmdir.h"
 
 #include "yaffsfs.h"
 #include "yaffs_error_converter.h"
@@ -171,11 +196,11 @@ test_template test_list[]={
        {test_yaffs_lseek,test_yaffs_lseek_clean,"test_yaffs_lseek"},
        {test_yaffs_lseek_EBADF,test_yaffs_lseek_EBADF_clean,"test_yaffs_lseek_EBADF"},
        {test_yaffs_lseek_EINVAL,test_yaffs_lseek_EINVAL_clean,"test_yaffs_lseek_EINVAL"},
-       {test_yaffs_lseek_big_file,test_yaffs_lseek_big_file_clean,"test_yaffs_lseek_big_file"},
+//     {test_yaffs_lseek_big_file,test_yaffs_lseek_big_file_clean,"test_yaffs_lseek_big_file"}, //this test does not work because the large number becomes 0 when the file is compiled.
 
        {test_yaffs_write,test_yaffs_write_clean,"test_yaffs_write"},
        {test_yaffs_write_EBADF,test_yaffs_write_EBADF_clean,"test_yaffs_write_EBADF"},
-//     {test_yaffs_write_big_file,test_yaffs_write_big_file_clean,"test_yaffs_write_big_file"},
+       {test_yaffs_write_big_file,test_yaffs_write_big_file_clean,"test_yaffs_write_big_file"},
 
        {test_yaffs_read,test_yaffs_read_clean,"test_yaffs_read"},
        {test_yaffs_read_EBADF,test_yaffs_read_EBADF_clean,"test_yaffs_read_EBADF"},
@@ -198,7 +223,7 @@ test_template test_list[]={
        {test_yaffs_truncate_EISDIR,test_yaffs_truncate_EISDIR_clean,"test_yaffs_truncate_EISDIR"},
        {test_yaffs_truncate_EINVAL,test_yaffs_truncate_EINVAL_clean,"test_yaffs_truncate_EINVAL"},
        {test_yaffs_truncate_ENOENT,test_yaffs_truncate_ENOENT_clean,"test_yaffs_truncate_ENOENT"},
-       {test_yaffs_truncate_big_file,test_yaffs_truncate_big_file_clean,"test_yaffs_truncate_big_file"},
+//     {test_yaffs_truncate_big_file,test_yaffs_truncate_big_file_clean,"test_yaffs_truncate_big_file"}, //this test does not work because the large number becomes 0 when the file is compiled.
 
        {test_yaffs_chmod,test_yaffs_chmod_clean,"test_yaffs_chmod"},
        {test_yaffs_chmod_ENOENT,test_yaffs_chmod_ENOENT_clean,"test_yaffs_chmod_ENOENT"},
@@ -225,15 +250,40 @@ test_template test_list[]={
        {test_yaffs_symlink_ENOENT,test_yaffs_symlink_ENOENT_clean,"test_yaffs_symlink_ENOENT"},
 
        {test_yaffs_mount2,test_yaffs_mount2_clean,"test_yaffs_mount2"},
+       {test_yaffs_mount2_ENODEV,test_yaffs_mount2_ENODEV_clean,"test_yaffs_mount2_ENODEV"},
+       
 
        {test_yaffs_unmount2,test_yaffs_unmount2_clean,"test_yaffs_unmount2"},
+       {test_yaffs_unmount2_ENODEV,test_yaffs_unmount2_ENODEV_clean,"test_yaffs_unmount2_ENODEV"},
+       {test_yaffs_unmount2_EINVAL,test_yaffs_unmount2_EINVAL_clean,"test_yaffs_unmount2_EINVAL"},     {test_yaffs_unmount2_with_handle_open_and_forced_mode_on,test_yaffs_unmount2_with_handle_open_and_forced_mode_on_clean,"test_yaffs_unmount2_with_handle_open_and_forced_mode_on"},
+{test_yaffs_unmount2_with_handle_open_and_forced_mode_off,test_yaffs_unmount2_with_handle_open_and_forced_mode_off_clean,"test_yaffs_unmount2_with_handle_open_and_forced_mode_off"},
 
        {test_yaffs_sync,test_yaffs_sync_clean,"test_yaffs_sync"},
-       {test_yaffs_sync_ENOTDIR,test_yaffs_sync_ENOTDIR_clean,"test_yaffs_sync_ENOTDIR"},
-       {test_yaffs_sync_ENOENT,test_yaffs_sync_ENOENT_clean,"test_yaffs_sync_ENOENT"}
+       {test_yaffs_sync_ENODEV,test_yaffs_sync_ENODEV_clean,"test_yaffs_sync_ENODEV"},
+
+
+
+       {test_yaffs_remount_force_off_read_only_off,test_yaffs_remount_force_off_read_only_off_clean,"test_yaffs_remount_force_off_read_only_off"},
+{test_yaffs_remount_force_on_read_only_off,test_yaffs_remount_force_on_read_only_off_clean,"test_yaffs_remount_force_on_read_only_off"},
+       {test_yaffs_remount_ENODEV,test_yaffs_remount_ENODEV_clean,"test_yaffs_remount_ENODEV"},
+       {test_yaffs_remount_EINVAL,test_yaffs_remount_EINVAL_clean,"test_yaffs_remount_EINVAL"},
+
+       {test_yaffs_freespace,test_yaffs_freespace_clean,"test_yaffs_freespace"},
+       {test_yaffs_freespace_EINVAL,test_yaffs_freespace_EINVAL_clean,"test_yaffs_freespace_EINVAL"},
+
+       {test_yaffs_totalspace,test_yaffs_totalspace_clean,"test_yaffs_totalspace"},
+       {test_yaffs_totalspace_EINVAL,test_yaffs_totalspace_EINVAL_clean,"test_yaffs_totalspace_EINVAL"},
 
+       {test_yaffs_inodecount,test_yaffs_inodecount_clean,"test_yaffs_inodecount"},
+       {test_yaffs_inodecount_EINVAL,test_yaffs_inodecount_EINVAL_clean,"test_yaffs_inodecount_EINVAL"},
 
+       {test_yaffs_link,test_yaffs_link_clean,"test_yaffs_link"},
+       {test_yaffs_link_ENOENT,test_yaffs_link_ENOENT_clean,"test_yaffs_link_ENOENT"},
+       {test_yaffs_link_EEXIST,test_yaffs_link_EEXIST_clean,"test_yaffs_link_EEXIST"},
+       {test_yaffs_link_ENOTDIR,test_yaffs_link_ENOTDIR_clean,"test_yaffs_link_ENOTDIR"},
+       {test_yaffs_link_ENOTDIR2,test_yaffs_link_ENOTDIR2_clean,"test_yaffs_link_ENOTDIR2"},
 
+       {test_yaffs_rmdir,test_yaffs_rmdir_clean,"test_yaffs_rmdir"}
        };
 
 void init_quick_tests(int argc, char *argv[]);