[Webkit-unassigned] [Bug 248745] In results.html, links to diffs for tests with periods in the name fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 14:03:13 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248745

--- Comment #4 from Jonathan Bedard <jbedard at apple.com> ---
Figured out the problem, results.html is using `Utils.splitExtension(parts[0])[1].length > 5` instead of `Utils.splitExtension(parts[0])[1].length - 1 > 5`, which is what the matching Python code does. I don't have a great answer for the "why", though. Probably worth the naive fix for know and sorting out the existing FixMe in the near future.

-- 
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/20221206/20d41b1f/attachment.htm>


More information about the webkit-unassigned mailing list