Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 02d6f2281384cabff07fcd0b86a69766a4389863
https://github.com/WebKit/WebKit/commit/02d6f2281384cabff07fcd0b86a69766a4389863
Author: Claudio Saavedra <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M
Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/documentation.html
M Tools/glib/api_test_runner.py
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications