Bug 55657

Summary: [NRWT] Make unite_test_filesystem reftests-friendly.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: Tools / TestsAssignee: 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    

Description Hayato Ito 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.
Comment 1 Hayato Ito 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.
Comment 2 Dirk Pranke 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 ...
Comment 3 Hayato Ito 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 ...