[Webkit-unassigned] [Bug 211724] stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js failing on ppc64le and s390x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 15:12:41 PDT 2020


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tpopela at redhat.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
This turned into quite an adventure.

Eventually I tracked down the source code for the file command. I'm attaching here the magic file it uses to determine CPU architecture. It's not easy to read, but it matches our implementation of determineArchitectureFromELFBinary. Looks like the magic number for 64-bit PowerPC is 21 (regardless of endianness), and the magic number for all variants of S/390 is 22. So we could blindly add them to determineArchitectureFromELFBinary and see whether or not it works....

-- 
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/20200511/67881af1/attachment-0001.htm>


More information about the webkit-unassigned mailing list