Bug 178037 - [iOS WK2] API tests added in r222991 are failing in iOS 11 test runners
Summary: [iOS WK2] API tests added in r222991 are failing in iOS 11 test runners
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-06 16:37 PDT by Wenson Hsieh
Modified: 2017-10-08 14:29 PDT (History)
7 users (show)

See Also:


Attachments
Does this build on iOS 11? (3.73 KB, patch)
2017-10-06 16:54 PDT, Wenson Hsieh
thorton: review+
Details | Formatted Diff | Diff
Fix ChangeLog typo (3.72 KB, patch)
2017-10-06 18:56 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2017-10-06 16:37:42 PDT
Followup to https://trac.webkit.org/changeset/222991/webkit.
Comment 1 Wenson Hsieh 2017-10-06 16:46:33 PDT
The implementation of -[WKContentViewInteraction insertTextSuggestion:] is defined out in non-internal builds, causing API tests that call this method to crash.
Comment 2 Wenson Hsieh 2017-10-06 16:54:10 PDT
Created attachment 323068 [details]
Does this build on iOS 11?
Comment 3 Wenson Hsieh 2017-10-06 17:09:08 PDT
Comment on attachment 323068 [details]
Does this build on iOS 11?

View in context: https://bugs.webkit.org/attachment.cgi?id=323068&action=review

> Source/WebKit/ChangeLog:8
> +        This patch carries out some minor cleanup around UIKitSPI.h in WebKit2, so that we the internal SDK isn't

Whoops, extra "we" in here! Will remove.
Comment 4 Wenson Hsieh 2017-10-06 18:56:05 PDT
Created attachment 323077 [details]
Fix ChangeLog typo
Comment 5 WebKit Commit Bot 2017-10-06 19:37:02 PDT
Comment on attachment 323077 [details]
Fix ChangeLog typo

Clearing flags on attachment: 323077

Committed r223017: <http://trac.webkit.org/changeset/223017>
Comment 6 Wenson Hsieh 2017-10-07 02:30:44 PDT
Looks like the API tests are passing now.
Comment 7 Radar WebKit Bug Importer 2017-10-07 02:31:29 PDT
<rdar://problem/34870976>