[Webkit-unassigned] [Bug 90968] [NRWT] Pass --timeout to DRT/WTR if a test is marked as SLOW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 01:07:45 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=90968





--- Comment #29 from Peter Gal <galpeter at inf.u-szeged.hu>  2012-11-19 01:09:41 PST ---
(In reply to comment #28)
> View in context: https://bugs.webkit.org/attachment.cgi?id=172596&action=review
> 
> > Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:696
> > +void DumpRenderTree::setArgTimeout(double timeout)
> > +{
> > +    if (timeout > 0)
> > +        DumpRenderTree::setTimeout(timeout);
> > +}
> > +
> 
> Why do we need this at all? Couldn't be this in the processLine method? (Also a simple setTimout(timeout) call should be enough I think.)
> 
> > Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:730
> > +    DumpRenderTree::setArgTimeout(command.timeout);
> 
> no need for the 'DumpRenderTree::' if I'm correct. Also shouldn't this be before the if case? there is a return inside the else case.

any comment on these?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list