RESOLVED WONTFIX 55657
[NRWT] Make unite_test_filesystem reftests-friendly.
https://bugs.webkit.org/show_bug.cgi?id=55657
Summary [NRWT] Make unite_test_filesystem reftests-friendly.
Hayato Ito
Reported 2011-03-03 00:34:56 PST
We need to update a MockFileSystem instance used in unit_test (defined in port/test.py) so that we can write unittests for reftests.
Attachments
Hayato Ito
Comment 1 2011-03-08 20:42:03 PST
I am working on this in another patch: https://bugs.webkit.org/show_bug.cgi?id=55457 Let me leave this entry as is because I may separate the patch into smaller patches.
Dirk Pranke
Comment 2 2011-03-09 12:09:22 PST
I'd be surprised if you needed to add much to MockFileSystem for this, but I guess we'll see ...
Hayato Ito
Comment 3 2011-03-09 18:20:32 PST
Sorry for confusing. I didn't mean that we need to modify MockFileSystem class itself. I meant that we need to modify unit_test_filesystem() function defined in port/test.py, which instantiate MockFileSystem. (In reply to comment #2) > I'd be surprised if you needed to add much to MockFileSystem for this, but I guess we'll see ...
Note You need to log in before you can comment on or make changes to this bug.