Bug 37791

Summary: [DRT/Chromium] Fix a test initialization problem
Product: WebKit Reporter: Kent Tamura <tkent>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, hamaji
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 35902    
Attachments:
Description Flags
Patch none

Description Kent Tamura 2010-04-19 00:57:52 PDT
[DRT/Chromium] Fix a test initialization problem
Comment 1 Kent Tamura 2010-04-19 01:00:42 PDT
Created attachment 53658 [details]
Patch
Comment 2 Kent Tamura 2010-04-19 02:06:11 PDT
Comment on attachment 53658 [details]
Patch

Clearing flags on attachment: 53658

Committed r57807: <http://trac.webkit.org/changeset/57807>
Comment 3 Kent Tamura 2010-04-19 02:06:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Shinichiro Hamaji 2010-04-19 02:09:39 PDT
The record of our local discussion: chromoium's test_shell seems to be calling
ResetTestController twice(before runFileTest and after runFileTest). The former
call seems to be mandatory and the latter call seems to be only for purity.