[Webkit-unassigned] [Bug 152958] New: [webkitdirs] Try arch and uname commands on non-windows OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 10 09:41:32 PST 2016


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

            Bug ID: 152958
           Summary: [webkitdirs] Try arch and uname commands on
                    non-windows OS
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annulen at yandex.ru
                CC: lforschler at apple.com

Right now, determineArchitecture()  uses `arch` and `uname -m` commands to determine architecture in case of condition (isGtk() || isAppleMacWebKit() || isEfl()) is true. This should be !anyWindows() instead, because this code is applicable to any non-windows OS WebKit supports (even Haiku which once was supported is moderately POSIX-compliant and has uname command).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160110/702a36aa/attachment.html>


More information about the webkit-unassigned mailing list