Bug 205284

Summary: Organize DocumentEditingContext.mm under a more descriptive suite
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 196127    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
To land none

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>