WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
63514
Fix filesystem_unittest.FileSystemTest test_read_and_write_file()
https://bugs.webkit.org/show_bug.cgi?id=63514
Summary
Fix filesystem_unittest.FileSystemTest test_read_and_write_file()
Roland Steiner
Reported
2011-06-28 00:02:44 PDT
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')
Attachments
Patch
(1.87 KB, patch)
2011-06-28 00:06 PDT
,
Roland Steiner
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roland Steiner
Comment 1
2011-06-28 00:06:32 PDT
Created
attachment 98868
[details]
Patch
WebKit Review Bot
Comment 2
2011-06-28 11:29:30 PDT
Comment on
attachment 98868
[details]
Patch Clearing flags on attachment: 98868 Committed
r89944
: <
http://trac.webkit.org/changeset/89944
>
WebKit Review Bot
Comment 3
2011-06-28 11:29:34 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug