Bug 80780 - [Mac] WebKitTestRunner shouldn't timeout when necessary
Summary: [Mac] WebKitTestRunner shouldn't timeout when necessary
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 00:27 PST by Zan Dobersek
Modified: 2012-03-11 00:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-03-11 00:27:16 PST
After r110382[1] WebKitTestRunner has underlying structure for running performance tests. For proper support in Mac port TestController::platformRunUntil should not timeout if the 'timeout' parameter value equals to m_noTimeout[2].


[1] http://trac.webkit.org/changeset/110382/
[2] http://trac.webkit.org/browser/trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm#L56