yaffs Adding more error code test programs to quick tests. note the bugs are still...
authorTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 22:08:52 +0000 (11:08 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 22:08:52 +0000 (11:08 +1300)
commitfa6335ddf55329c1ba1c50c68080a559461151cc
tree4664eff1cacb0ae09f55dc146f32efac3ee3af49
parentc118b37070fa47650ca61c8c740da7461450d139
yaffs Adding more error code test programs to quick tests. note the bugs are still present.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
31 files changed:
direct/timothy_tests/quick_tests/Makefile
direct/timothy_tests/quick_tests/quick_tests.c
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_access.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_lseek.c
direct/timothy_tests/quick_tests/test_yaffs_lseek.h
direct/timothy_tests/quick_tests/test_yaffs_open.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_file.c [deleted file]
direct/timothy_tests/quick_tests/test_yaffs_open_file.h [deleted file]
direct/timothy_tests/quick_tests/test_yaffs_open_file_ENOENT.c [deleted file]
direct/timothy_tests/quick_tests/test_yaffs_open_file_ENOENT.h [deleted file]
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_stat.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_unlinking.c
direct/timothy_tests/quick_tests/test_yaffs_unlinking.h
direct/timothy_tests/quick_tests/test_yaffs_write.c
direct/timothy_tests/quick_tests/test_yaffs_write.h