Bug 309249
| Summary: | [webkitpy][GLIB] Fix architecture field value for glib Port classes | ||
|---|---|---|---|
| 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, the glib ports use the hardcoded 'x86' architecture. While it worked fine in the past when we ran layout tests on a single architecture, the newly added arm64 post-commit testers (307868@main) are reporting results to https://results.webkit.org with the x86 architecture, leading to mixed x86_64 and arm64 results stored together.
While we could hack around this using the flavor field, it's better to properly support the 'architecture' values. This would make it easier to support architecture-specific expectations too.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/59977
EWS
Committed 308721@main (1927f6c9ffc4): <https://commits.webkit.org/308721@main>
Reviewed commits have been landed. Closing PR #59977 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/171821501>