yaffs Are trapping a suspeced bug in quick_tests.
authorTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 00:55:42 +0000 (13:55 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 03:27:09 +0000 (16:27 +1300)
commit6bdb202d06f1e3dc8cc00dea708ebbd7fb771342
treea841691365622763f72d015d2d684de91ac7ccad
parent26592c53da98ac887099559afbcb8dda05264e1c
yaffs Are trapping a suspeced bug in quick_tests.

the bug is beleved to be when yaffs_read() is called on a 0 length file.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
15 files changed:
direct/timothy_tests/quick_tests/Makefile
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_open_file.c
direct/timothy_tests/quick_tests/test_yaffs_access.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_access.h [new file with mode: 0644]
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_read.c
direct/timothy_tests/quick_tests/test_yaffs_stat.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_stat.h [new file with mode: 0644]
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