[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
Fri Sep 14 07:16:39 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90968
--- Comment #13 from Peter Gal <galpeter at inf.u-szeged.hu> 2012-09-14 07:17:06 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=164136&action=review
> Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:726
> + DumpRenderTree::readTimeout(command.timeout);
I think this name (readTimeout) is a bit misleading.
> Tools/Scripts/webkitpy/layout_tests/port/driver.py:356
> + command += "'--timeout"
> + command += "'" + str(driver_input.timeout)
IMHO: this should be written like this: command += "'--timeout'%d" % driver_input.timeout
--
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