Bug 305921
| Summary: | [Tools] Update webkit-test-results script to account for multiple configurations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Tools / Tests | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
Currently, `./Tools/Scripts/webkit-test-results` parses the results from the first configuration returned, while in practice, we can get multiple configurations.
And, in the case of WPE/GTK, as we rolled back to a proper version (2.51) instead of using the kernel 6.x versions in 305707@main, this means we're getting the wrong configuration first (higher version number).
One option (together with improved configuration query strings) is to modify the script to merge the results from the received configurations before sorting by UUID.
Patch incoming.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/56969
EWS
Committed 306096@main (0119ae5a00f0): <https://commits.webkit.org/306096@main>
Reviewed commits have been landed. Closing PR #56969 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/168767954>