test_read_and_write_file in the FileSystemTest unit test has 3 bugs: .) any raised exception from assertEquals is swallowed by the 'except' clause .) text/binary_path is not 'None' after mktemp, but os.remove may still raise an exception if no data was actually written to the file .) write_text_file is used instead of write_binary_file to write binary contents (this again was swallowed by 'except')
Created attachment 98868 [details] Patch
Comment on attachment 98868 [details] Patch Clearing flags on attachment: 98868 Committed r89944: <http://trac.webkit.org/changeset/89944>
All reviewed patches have been landed. Closing bug.