yaffs Have revised and checked each test in quick tests.
authorTimothy Manning <tfhmanning@gmail.com>
Sun, 14 Nov 2010 23:18:23 +0000 (12:18 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Sun, 14 Nov 2010 23:18:23 +0000 (12:18 +1300)
commita32621e0d7f5f391e9152cfe710fa6c99ca44c50
treed463e2346968a9196918f3db10d764f437d60bf6
parent4adb62b1e4338eaa34d02fdcb0c5d99cebea6747
yaffs Have revised and checked each test in quick tests.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
118 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/lib.c
direct/timothy_tests/quick_tests/lib.h
direct/timothy_tests/quick_tests/quick_tests.c
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_access.c
direct/timothy_tests/quick_tests/test_yaffs_access.h
direct/timothy_tests/quick_tests/test_yaffs_access_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_chmod.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL2.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL2.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_close_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_fchmod.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_fchmod.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_fstat.c
direct/timothy_tests/quick_tests/test_yaffs_fstat.h
direct/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h
direct/timothy_tests/quick_tests/test_yaffs_ftruncate.c
direct/timothy_tests/quick_tests/test_yaffs_ftruncate.h
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EFBIG.c
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EFBIG.h
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_lseek.c
direct/timothy_tests/quick_tests/test_yaffs_lseek.h
direct/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h
direct/timothy_tests/quick_tests/test_yaffs_lseek_EFBIG.c
direct/timothy_tests/quick_tests/test_yaffs_lseek_EFBIG.h
direct/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_mount.c
direct/timothy_tests/quick_tests/test_yaffs_mount.h
direct/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c
direct/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h
direct/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c
direct/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h
direct/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c
direct/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h
direct/timothy_tests/quick_tests/test_yaffs_mount_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_mount_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_open.c
direct/timothy_tests/quick_tests/test_yaffs_open.h
direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c
direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h
direct/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c
direct/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h
direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c
direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h
direct/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c
direct/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h
direct/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h
direct/timothy_tests/quick_tests/test_yaffs_read.c
direct/timothy_tests/quick_tests/test_yaffs_read.h
direct/timothy_tests/quick_tests/test_yaffs_read_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_read_EBADF.h
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_stat.h
direct/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h
direct/timothy_tests/quick_tests/test_yaffs_truncate.c
direct/timothy_tests/quick_tests/test_yaffs_truncate.h
direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.h
direct/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h
direct/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h
direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_unlink.c
direct/timothy_tests/quick_tests/test_yaffs_unlink.h
direct/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c
direct/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c
direct/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h
direct/timothy_tests/quick_tests/test_yaffs_unmount.c
direct/timothy_tests/quick_tests/test_yaffs_unmount.h
direct/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c
direct/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_unmount_ENOENT.h
direct/timothy_tests/quick_tests/test_yaffs_write.c
direct/timothy_tests/quick_tests/test_yaffs_write.h
direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.c
direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.h