Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: b30184be318db198ce44838c6c3d173da85469af
https://github.com/WebKit/WebKit/commit/b30184be318db198ce44838c6c3d173da85469af
Author: Claudio Saavedra <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/documentation.html
M Tools/glib/api_test_runner.py
Log Message:
-----------
Cherry-pick 312823@main (02d6f2281384).
https://bugs.webkit.org/show_bug.cgi?id=314331
[GLIB] Fix expected value field when uploading API test results to
results.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=314331
Reviewed by Patrick Griffis.
When I originally wrote this, I assummed that 'expected' could be a list of
strings.
Turns out it needs to be a single string with the expectations separated by
spaces.
Fix this and also add this information to the documentation of
results.webkit.org.
*
Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/documentation.html:
* Tools/glib/api_test_runner.py:
(TestRunner.run_tests):
Canonical link: https://commits.webkit.org/312823@main
Canonical link: https://commits.webkit.org/305877.792@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications