Bug 248382 - [GTK] /webkit/WebKitConsoleMessage/console-api is timing out
Summary: [GTK] /webkit/WebKitConsoleMessage/console-api is timing out
Status: NEW
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: 2022-11-27 23:38 PST by Diego Pino
Modified: 2023-06-29 19:31 PDT (History)
3 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 2022-11-27 23:38:12 PST
There are several GTK-API tests timing out in the EWS GTK-API bot:

https://ews-build.webkit.org/#/builders/34/builds/75259/steps/15/logs/stdio

```
Unexpected timeouts (4)
    /WebKitGTK/TestConsoleMessage
        /webkit/WebKitConsoleMessage/console-api
        /webkit/WebKitConsoleMessage/js-exception
        /webkit/WebKitConsoleMessage/network-error
        /webkit/WebKitConsoleMessage/security-error
```
Comment 1 Carlos Garcia Campos 2022-11-28 00:35:40 PST
The test has been removed, but the binary is still there and the test runner script still finds it. We just need a clean build or just remove the binary from the bots.
Comment 2 Michael Catanzaro 2022-11-28 06:38:28 PST
If anyone interested has extra time: ideally we would teach api_test_runner.py to run only the particular tests that were actually built by CMake, rather than running everything that exists in the build directory. It could be done by creating a manifest of API tests to run, for example.