Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 022b2f9f8c6c507264ddb25b59dedf0c92c3bb52
      
https://github.com/WebKit/WebKit/commit/022b2f9f8c6c507264ddb25b59dedf0c92c3bb52
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-05-18 (Mon, 18 May 2026)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKit/WKPage/glib/TestWebKitWebView.cpp

  Log Message:
  -----------
  [GTK][WPE] Skip ResponsivenessTimer API tests in Debug builds
https://bugs.webkit.org/show_bug.cgi?id=315000

Reviewed by Adrian Perez de Castro.

TestWebKitWebView's /webkit/WebKitWebView/is-web-process-responsive and
/webkit/WebKitWebView/terminate-unresponsive-web-process tests time out
on Debug bots because ResponsivenessTimer::mayBecomeUnresponsive() is
hard-coded to return false when NDEBUG is not defined, so the web
process is never reported as unresponsive and the tests hang waiting
for the notify::is-web-process-responsive property change.

Mirror the existing Cocoa pattern in
Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SiteIsolation.mm, which
already guards the equivalent positive-responsiveness tests with NDEBUG.

* Tools/TestWebKitAPI/Tests/WebKit/WKPage/glib/TestWebKitWebView.cpp:
(beforeAll):

Canonical link: https://commits.webkit.org/313399@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to