[Webkit-unassigned] [Bug 255920] New: [WTR] Watchdog timer should not default to zero seconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 07:00:40 PDT 2023


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

            Bug ID: 255920
           Summary: [WTR] Watchdog timer should not default to zero
                    seconds
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

TestInvocation::m_timeout can have two special values: zero, for a
default timeout, and -1 for no timeout.

The current implementation of
initializeWaitToDumpWatchdogTimerIfNeeded() was not taking this into
consideration, which caused tests to immediately timeout (0 second
timeout) when invoking WebKitTestRunner without --no-timeout.

* Tools/WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::initializeWaitToDumpWatchdogTimerIfNeed

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230425/99745077/attachment.htm>


More information about the webkit-unassigned mailing list