Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9a5c798a823ee80752f2f3e2bb39710a3f537e9a
https://github.com/WebKit/WebKit/commit/9a5c798a823ee80752f2f3e2bb39710a3f537e9a
Author: Claudio Saavedra <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M Tools/glib/api_test_runner.py
Log Message:
-----------
[GLIB] Strip port name from API test results before upload to resultsdb
https://bugs.webkit.org/show_bug.cgi?id=319460
Reviewed by Carlos Garcia Campos.
Currently the uploaded results include the port name in the full test
name, so
- WPE/TestWebKitWebView:/webkit/WebKitWebView/is-web-process-responsive
- WebKitGTK/TestWebKitWebView:/webkit/WebKitWebView/is-web-process-responsive
are reported as two different tests even though they are the same test
run on different ports, making analysis of cross-port failures harder.
Stripping out the port prefix normalizes the test name and simplifies
analysis.
* Tools/glib/api_test_runner.py:
(TestRunner._get_test_name_for_upload):
(TestRunner.run_tests):
Canonical link: https://commits.webkit.org/317226@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications