Bug 216189 - [GTK] Several GTK API tests are failing in EWS worker
Summary: [GTK] Several GTK API tests are failing in EWS worker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-04 13:39 PDT by Diego Pino
Modified: 2020-10-13 04:07 PDT (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 Diego Pino 2020-09-04 13:39:53 PDT
The following tests are constantly failing in API-GTK EWS queue, but I didn't manage to reproduce this failures in tip of master. The tests that are failing are the following:

Unexpected failures (5)
    /WebKit2Gtk/TestWebKitPolicyClient
        /webkit/WebKitPolicyClient/autoplay-policy
    /WebKit2Gtk/TestContextMenu
        /webkit/WebKitWebView/default-menu
        /webkit/WebKitWebView/live-stream
        /webkit/WebKitWebView/popup-event-signal
        /webkit/WebKitWebView/context-menu-key

Unexpected timeouts (1)
    /TestWebKit
        WebKit.ForceRepaint

TEST: /app/webkit/Tools/glib/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestContextMenu...
  /webkit/WebKitWebView/default-menu:                                 FAIL
GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
ERROR:../../Tools/TestWebKitAPI/glib/WebKitGLib/WebViewTest.cpp:75:static gboolean WebViewTest::webProcessTerminated(WebKitWebView*, WebKitWebProcessTerminationReason, WebViewTest*): code should not be reached
  /webkit/WebKitWebView/context-menu-key:                             FAIL
GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
ERROR:../../Tools/TestWebKitAPI/glib/WebKitGLib/WebViewTest.cpp:75:static gboolean WebViewTest::webProcessTerminated(WebKitWebView*, WebKitWebProcessTerminationReason, WebViewTest*): code should not be reached
  /webkit/WebKitWebView/popup-event-signal:                           FAIL
GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
ERROR:../../Tools/TestWebKitAPI/glib/WebKitGLib/WebViewTest.cpp:75:static gboolean WebViewTest::webProcessTerminated(WebKitWebView*, WebKitWebProcessTerminationReason, WebViewTest*): code should not be reached
  /webkit/WebKitWebView/live-stream:                                  FAIL
GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’

I will mark the tests as flaky for now.
Comment 1 Carlos Garcia Campos 2020-09-07 01:28:11 PDT
The web process is crashing in all the cases, it would be useful to get a backtrace of the crash.
Comment 2 Diego Pino 2020-10-13 04:07:42 PDT
I couldn't reproduce these failures anymore in the EWS API-GTK bots, so I removed the failures from test expectations https://svn.webkit.org/repository/webkit/trunk@268387.