Bug 210405 - Move RequestTextnputContext.mm and DocumentEditingContext.mm to iOS test directory
Summary: Move RequestTextnputContext.mm and DocumentEditingContext.mm to iOS test dire...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-12 09:53 PDT by Daniel Bates
Modified: 2020-04-18 09:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2020-04-12 09:53:59 PDT
Move RequestTextnputContext.mm and DocumentEditingContext.mm to iOS test directory as these test iOS-specific IPI following bug #210398.
Comment 1 Daniel Bates 2020-04-18 09:20:46 PDT
I thought I knew how tests should be grouped in TestWebKitAPI, but I don't seem to because there are iOS only and Mac-only tests under WebKit Cocoa. I think the intention of WebKit Cocoa was to group tests that used the WebKit2 Cocoa API from those that used the WebKit2 Legacy C API. Platform-specific iOS directory has came into the existence and it also seem to have tests that use the WebKit Cocoa API. So, what to do? I would need to sit down and think through what the best way to organize tests should be. This doesn't seem like an interesting problem to me to solve right now and I think the solution involves a large re-organization. I'm going to close this bug as WONTFIX.