yaffs removed direct/timothy_tests from git and added a convert error_code_str()...
authorTimothy Manning <tfhmanning@gmail.com>
Wed, 27 Oct 2010 23:43:52 +0000 (12:43 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Wed, 27 Oct 2010 23:43:52 +0000 (12:43 +1300)
commit059630308f8d017ffe4b42d0e08d6ad4e7affeb1
tree9eedc655b20b3b5064f21ad923ebdb5f7147a6c1
parentbaabf1227755653121fcd9e6139636ff9245e2c4
yaffs removed direct/timothy_tests from git and added a convert error_code_str() function for python and c.

Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
48 files changed:
direct/python/Makefile
direct/python/yaffs_error_converter.c [new file with mode: 0644]
direct/python/yaffs_error_converter.h [moved from direct/timothy_tests/EACCES_BUG/error_handler.h with 71% similarity]
direct/python/yaffs_importer.py
direct/python/yaffs_python_helper.c
direct/python/yaffsfs.py
direct/timothy_tests/EACCES_BUG/Makefile [deleted file]
direct/timothy_tests/EACCES_BUG/README.txt [deleted file]
direct/timothy_tests/EACCES_BUG/emfile-2k-0 [deleted file]
direct/timothy_tests/EACCES_BUG/error_handler.c [deleted file]
direct/timothy_tests/EACCES_BUG/message_buffer.c [deleted file]
direct/timothy_tests/EACCES_BUG/message_buffer.h [deleted file]
direct/timothy_tests/EACCES_BUG/yaffs_tester.c [deleted file]
direct/timothy_tests/EACCES_BUG/yaffs_tester.h [deleted file]
direct/timothy_tests/ENOENT_bug/Makefile [deleted file]
direct/timothy_tests/ENOENT_bug/README.txt [deleted file]
direct/timothy_tests/ENOENT_bug/error_handler.c [deleted file]
direct/timothy_tests/ENOENT_bug/error_handler.h [deleted file]
direct/timothy_tests/ENOENT_bug/error_log.txt [deleted file]
direct/timothy_tests/ENOENT_bug/message_buffer.c [deleted file]
direct/timothy_tests/ENOENT_bug/message_buffer.h [deleted file]
direct/timothy_tests/ENOENT_bug/yaffs_tester.c [deleted file]
direct/timothy_tests/ENOENT_bug/yaffs_tester.h [deleted file]
direct/timothy_tests/dev/Makefile [deleted file]
direct/timothy_tests/dev/error_handler.c [deleted file]
direct/timothy_tests/dev/error_handler.h [deleted file]
direct/timothy_tests/dev/message_buffer.c [deleted file]
direct/timothy_tests/dev/message_buffer.h [deleted file]
direct/timothy_tests/dev/yaffs_tester.c [deleted file]
direct/timothy_tests/dev/yaffs_tester.h [deleted file]
direct/timothy_tests/found_bugs.txt [deleted file]
direct/timothy_tests/mkdir_with_slash_error/Makefile [deleted file]
direct/timothy_tests/mkdir_with_slash_error/README.txt [deleted file]
direct/timothy_tests/mkdir_with_slash_error/error_handler.c [deleted file]
direct/timothy_tests/mkdir_with_slash_error/error_handler.h [deleted file]
direct/timothy_tests/mkdir_with_slash_error/message_buffer.c [deleted file]
direct/timothy_tests/mkdir_with_slash_error/message_buffer.h [deleted file]
direct/timothy_tests/mkdir_with_slash_error/yaffs_tester.c [deleted file]
direct/timothy_tests/mkdir_with_slash_error/yaffs_tester.h [deleted file]
direct/timothy_tests/running_out_of_handles_error/Makefile [deleted file]
direct/timothy_tests/running_out_of_handles_error/README.txt [deleted file]
direct/timothy_tests/running_out_of_handles_error/error.txt [deleted file]
direct/timothy_tests/running_out_of_handles_error/error_handler.c [deleted file]
direct/timothy_tests/running_out_of_handles_error/error_handler.h [deleted file]
direct/timothy_tests/running_out_of_handles_error/message_buffer.c [deleted file]
direct/timothy_tests/running_out_of_handles_error/message_buffer.h [deleted file]
direct/timothy_tests/running_out_of_handles_error/yaffs_tester.c [deleted file]
direct/timothy_tests/running_out_of_handles_error/yaffs_tester.h [deleted file]