X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=4a2288978ddc5e4393873a630f0b68331a79af56;hp=99675634fe4bf5d9efee96e6f666de833dad0a7e;hb=a175efe13e14f1be10ed4691cd1b8eee32abc046;hpb=17c2897913447766bfd88fd49ca897821a3d2205 diff --git a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h b/direct/test-framework/timothy_tests/quick_tests/quick_tests.h index 9967563..4a22889 100644 --- a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h +++ b/direct/test-framework/timothy_tests/quick_tests/quick_tests.h @@ -84,7 +84,7 @@ #include "test_yaffs_read.h" #include "test_yaffs_read_EBADF.h" -#include "test_yaffs_read_EINVAL.h" +//#include "test_yaffs_read_EINVAL.h" #include "test_yaffs_lseek.h" #include "test_yaffs_lseek_EBADF.h" @@ -334,7 +334,7 @@ test_template test_list[]={ {test_yaffs_read,test_yaffs_read_clean,"test_yaffs_read"}, {test_yaffs_read_EBADF,test_yaffs_read_EBADF_clean,"test_yaffs_read_EBADF"}, - {test_yaffs_read_EINVAL,test_yaffs_read_EINVAL_clean,"test_yaffs_read_EINVAL"}, +// {test_yaffs_read_EINVAL,test_yaffs_read_EINVAL_clean,"test_yaffs_read_EINVAL"}, {test_yaffs_stat,test_yaffs_stat_clean,"test_yaffs_stat"}, {test_yaffs_stat_ENOENT,test_yaffs_stat_ENOENT_clean,"test_yaffs_stat_ENOENT"},