WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
309249
[webkitpy][GLIB] Fix architecture field value for glib Port classes
https://bugs.webkit.org/show_bug.cgi?id=309249
Summary
[webkitpy][GLIB] Fix architecture field value for glib Port classes
Lauro Moura
Reported
2026-03-05 04:21:43 PST
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
Comment 1
2026-03-05 05:06:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/59977
EWS
Comment 2
2026-03-05 09:47:29 PST
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
Comment 3
2026-03-05 09:48:13 PST
<
rdar://problem/171821501
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug