Changes between Version 5 and Version 6 of SuccessfulPortHowTo


Ignore:
Timestamp:
Jul 6, 2016 2:42:32 AM (8 years ago)
Author:
Konstantin Tokarev
Comment:

"Skipped" is "TestExpectations" now

Legend:

Unmodified
Added
Removed
Modified
  • SuccessfulPortHowTo

    v5 v6  
    2424  a. Submitting patches to WebKit should be done in small chunks, with individual bugs and ChangeLogs for each patch.  Each patch should be ideally < 20k in size.
    2525 1. `DumpRenderTree` building.  DumpRenderTree is required to run the LayoutTests (`run-webkit-tests`).
    26  1. `run-webkit-tests` passing.  Modify `LayoutTests/platform/YOURPLATFORM/Skipped` lists to skip any tests you fail.
     26 1. `run-webkit-tests` passing.  Modify `LayoutTests/platform/YOURPLATFORM/TestExpectations` lists to skip any tests you fail.
    2727 1. If you do not already have a BuildBot running, it is imperative that you set one up at this point.  Otherwise your port will break every week. :)
    2828 1. Once you are this far you likely already have at least one person in your porting team with [http://webkit.org/coding/commit-review-policy.html committer rights].  If not, that should be your next goal.