[Webkit-unassigned] [Bug 186572] New: [watchOS] Audit code that is excluded due to __IPHONE_OS_VERSION_MIN_REQUIRED checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 12:07:10 PDT 2018


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

            Bug ID: 186572
           Summary: [watchOS] Audit code that is excluded due to
                    __IPHONE_OS_VERSION_MIN_REQUIRED checks
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aestes at apple.com

While PLATFORM(IOS) evaluates to true on watchOS, __IPHONE_OS_VERSION_MIN_REQUIRED is defined as 90000 for compatibility purposes. Therefore, checks such as "PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000" will evaluate to false on watchOS. We should audit these checks to see if there is code being excluded that shouldn't.

-- 
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/20180612/13c5a577/attachment.html>


More information about the webkit-unassigned mailing list