RESOLVED FIXED 197820
When run from Xcode, webkittestrunner always seems to have an m_timeout of zero
https://bugs.webkit.org/show_bug.cgi?id=197820
Summary When run from Xcode, webkittestrunner always seems to have an m_timeout of zero
Simon Fraser (smfr)
Reported 2019-05-11 15:47:35 PDT
I've set up an Xcode scheme for the WebKitTestRunner executable to run it, passing the full path to the test. The test uses waitUntilDone/notifyDone(), but WTR's watchdog fires immediately so the test always ends prematurely. In TestInvocation, m_timeout is always zero, even if --timeout is passed.
Attachments
Simon Fraser (smfr)
Comment 1 2019-05-11 15:48:07 PDT
TestInvocation::initializeWaitToDumpWatchdogTimerIfNeeded() is always starting the watchdog timer with zero seconds.
Radar WebKit Bug Importer
Comment 2 2019-05-11 15:48:25 PDT
Simon Fraser (smfr)
Comment 3 2019-05-16 08:23:59 PDT
This is by design. Pass --no-timeout to get around it.
Note You need to log in before you can comment on or make changes to this bug.