[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
Wed Jul 11 12:09:38 PDT 2012


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





--- Comment #3 from Dirk Pranke <dpranke at chromium.org>  2012-07-11 12:09:38 PST ---
the chromium port (in --test-shell mode) used to support a per-test timeout value that was passed in as another argument after the test url, not that that's particularly helpful.

It has been my plan/hope for some time to modify DRT/WTR to support per-test arguments.

However, in the mean time we use the DriverProxy class as a workaround for this and run one DRT per set of desired command line arguments. It would only be a slight modification to that class to include the timeout and run one DRT for normal tests and one for slow tests.

This doesn't scale very well, obviously, but it might do as a stopgap.

-- 
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