Bug 55657
Summary: | [NRWT] Make unite_test_filesystem reftests-friendly. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hayato Ito <hayato> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 36065 |
Hayato Ito
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hayato Ito
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
I'd be surprised if you needed to add much to MockFileSystem for this, but I guess we'll see ...
Hayato Ito
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 ...