Bug 139771 - [GTK] [EFL] Enable per_test_timeout
Summary: [GTK] [EFL] Enable per_test_timeout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 05:06 PST by Carlos Alberto Lopez Perez
Modified: 2014-12-18 05:32 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2014-12-18 05:27 PST, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2014-12-18 05:06:55 PST
Following the discussion on https://bugs.webkit.org/show_bug.cgi?id=139671 and https://bugs.webkit.org/show_bug.cgi?id=139734

supports_per_test_timeout() should be enabled in order to pass to WKTR the --timeout parameter:

Tools/Scripts/webkitpy/port/driver.py:        if self._port.supports_per_test_timeout():
Tools/Scripts/webkitpy/port/driver.py:            command += "'--timeout'%s" % driver_input.timeout


This is needed to make WKTR use either the default port timeout, or the user supplied timeout via "Tools/Scripts/run-webkit-tests --time-out-ms=...". Otherwise WTR will use the default (30 seconds after r177363).


GTK and EFL ports are not enabling it, so enable it.
Comment 1 Carlos Alberto Lopez Perez 2014-12-18 05:27:59 PST
Created attachment 243493 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-12-18 05:29:44 PST
Comment on attachment 243493 [details]
Patch

rs=me
Comment 3 Carlos Alberto Lopez Perez 2014-12-18 05:32:44 PST
Comment on attachment 243493 [details]
Patch

Clearing flags on attachment: 243493

Committed r177493: <http://trac.webkit.org/changeset/177493>
Comment 4 Carlos Alberto Lopez Perez 2014-12-18 05:32:52 PST
All reviewed patches have been landed.  Closing bug.