Bug 205284 - Organize DocumentEditingContext.mm under a more descriptive suite
Summary: Organize DocumentEditingContext.mm under a more descriptive suite
Status: RESOLVED FIXED
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: InRadar
Depends on: 196127
Blocks:
  Show dependency treegraph
 
Reported: 2019-12-16 10:29 PST by Daniel Bates
Modified: 2019-12-16 14:36 PST (History)
2 users (show)

See Also:


Attachments
Patch (14.23 KB, patch)
2019-12-16 10:40 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (14.23 KB, patch)
2019-12-16 10:41 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
To land (14.24 KB, patch)
2019-12-16 14:34 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2019-12-16 10:29:35 PST
Currently it is not possible to run all the tests in DocumentEditingContext.mm without

1) specifying each full test name on the command line.

OR

2) running all tests in the WebKit suite.


Instead of putting all tests in DocumentEditingContext.mm under the WebKit suite we can put them under a DocumentEditingContext suite. Then you can run all the tests using:

run-api-tests DocumentEditingContext
Comment 1 Daniel Bates 2019-12-16 10:40:53 PST
Created attachment 385785 [details]
Patch
Comment 2 Daniel Bates 2019-12-16 10:41:33 PST
Created attachment 385786 [details]
Patch
Comment 3 Daniel Bates 2019-12-16 12:49:29 PST
Patch will not apply until bug #196127 is landed.
Comment 4 Daniel Bates 2019-12-16 14:34:34 PST
Created attachment 385812 [details]
To land
Comment 5 Daniel Bates 2019-12-16 14:35:45 PST
Comment on attachment 385812 [details]
To land

Clearing flags on attachment: 385812

Committed r253582: <https://trac.webkit.org/changeset/253582>
Comment 6 Daniel Bates 2019-12-16 14:35:46 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-12-16 14:36:18 PST
<rdar://problem/57985588>