[Webkit-unassigned] [Bug 184196] REGRESSION: [ios-simulator] 3 WKWebViewAutofillTests API test failures seen with 11.3 SDK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 11:24:02 PDT 2018


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

--- Comment #5 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Wenson Hsieh from comment #4)
> (In reply to Frederik Riedel from comment #3)
> > Any idea what the reason for the test failure in the simulator is in
> > comparison to testing on a real device? I'm not sure why the tests fail
> > there...
> 
> Unsure, as of yet. I'll take a look!

Finally took a peek at this. -insertTextSuggestion: requires that the UITextSuggestion is a UITextAutofillSuggestion. However, the UITextAutofillSuggestion @implementation hack in WKWebViewAutofillTests is being used since developer SDKs do not have the private header, so we fail the class check. We no longer need the compatibility hack in WKWebViewAutofillTests since our bots don't run these tests on < iOS 11.3 anymore, so we can just fix these tests by removing it.

-- 
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/20180504/a7797c78/attachment.html>


More information about the webkit-unassigned mailing list