Bug 214517 - Regression (r264563): watchOS build broken
Summary: Regression (r264563): watchOS build broken
Status: RESOLVED DUPLICATE of bug 214518
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-18 05:13 PDT by Aakash Jain
Modified: 2020-07-18 05:27 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-07-18 05:13:03 PDT
r264563 seems to have broken watchOS build. The latest patch wasn't run through EWS.

r264562 passed in https://build.webkit.org/builders/Apple-watchOS-Simulator-6-Release-Build/builds/791
r264563 failed in https://build.webkit.org/builders/Apple-watchOS-Simulator-6-Release-Build/builds/792
Comment 1 Aakash Jain 2020-07-18 05:13:37 PDT
In file included from /Volumes/Data/slave/watchos-simulator-13-release/build/WebKitBuild/Release-watchsimulator/DerivedSources/WebKit2/unified-sources/UnifiedSource46-mm.mm:4:
/Volumes/Data/slave/watchos-simulator-13-release/build/Source/WebKit/UIProcess/ios/forms/WKDateTimeInputControl.mm:89:18: error: no matching function for call to 'max'
    size.width = std::max(size.width, 250.0);
                 ^~~~~~~~

r264563 did modified WKDateTimeInputControl.mm and added the above line which is causing the issue.
Comment 2 Aakash Jain 2020-07-18 05:26:43 PDT

*** This bug has been marked as a duplicate of bug 214518 ***
Comment 3 Aakash Jain 2020-07-18 05:27:13 PDT
Reverted r264563 in Bug 214518.