[Webkit-unassigned] [Bug 259635] results.webkit.org shows only the result of either wincairo-release-tests-01 or -02
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 27 23:41:41 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=259635
--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
<https://results.webkit.org/api/results/layout-tests/fast/url/anchor.html?platform=win&style=release&limit=1> returns the following 2 configurations.
> "configuration":{
> "architecture":"x86_64",
> "flavor":"wk2",
> "is_simulator":false,
> "platform":"win",
> "style":"release",
> "version":10020348,
> "version_name":"Win10"
> },
> "configuration":{
> "architecture":"x86_64",
> "flavor":"wk2",
> "is_simulator":false,
> "platform":"win",
> "style":"release",
> "version":10017763,
> "version_name":"Win10"
> },
They have different 'version', same 'version_name', and no 'sdk'.
https://github.com/WebKit/WebKit/blob/b3f73e9dae0abe7aa017fe8ef7ca36f4cd5ac455/Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/dashboard.js#L297
> results[strippedConfig.toKey()].splice(index, 0, [config, result]);
strippedConfig.toKey() is used as a key.
https://github.com/WebKit/WebKit/blob/b3f73e9dae0abe7aa017fe8ef7ca36f4cd5ac455/Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/configuration.js#L188-L189
> if (this.version != null && (this.version_name == null || this.sdk != null))
> result += ' ' + Configuration.integerToVersion(this.version);
Configuration.toKey doesn't take 'version' into account in this case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241128/fac2f75c/attachment.htm>
More information about the webkit-unassigned
mailing list