yaffs Yet more tests for quick tests.
authorTimothy Manning <tfhmanning@gmail.com>
Tue, 9 Nov 2010 03:32:03 +0000 (16:32 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Tue, 9 Nov 2010 03:32:03 +0000 (16:32 +1300)
commit4f90d524e3c666c53ae36ad2911e00e5b3741cca
treebb5dcf18c19a9c5e924fc5567a76e12e6dba3702
parent24c7a59d54dbe6946be101db3c8ae38f92634129
yaffs Yet more tests for quick tests.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
21 files changed:
direct/timothy_tests/quick_tests/Makefile
direct/timothy_tests/quick_tests/README.txt
direct/timothy_tests/quick_tests/current_bugs.txt
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_lseek_EFBIG.c
direct/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_read.c
direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_stat.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENOENT.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENOENT.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_write.c