Changes between Version 23 and Version 24 of Rebaseline


Ignore:
Timestamp:
Apr 10, 2014 10:42:52 AM (10 years ago)
Author:
clopez@igalia.com
Comment:

add Tools/Scripts path

Legend:

Unmodified
Added
Removed
Modified
  • Rebaseline

    v23 v24  
    1414You can use garden-o-matic to rebaseline tests with a convenient GUI.  First update your checkout (or baseline optimization may do the wrong thing), then launch the tool:
    1515{{{
    16 update-webkit
    17 webkit-patch garden-o-matic
     16Tools/Scripts/update-webkit
     17Tools/Scripts/webkit-patch garden-o-matic
    1818}}}
    1919
     
    3434Gives you a list of bots to select from, then a list of failing tests on each selected bot:
    3535{{{
    36 webkit-patch rebaseline
     36Tools/Scripts/webkit-patch rebaseline
    3737}}}
    3838
    3939Gives you a list of bots to select from then rebaselines the two tests on those bots:
    4040{{{
    41 webkit-patch rebaseline path/to/test1.html path/to/test2.html
     41Tools/Scripts/webkit-patch rebaseline path/to/test1.html path/to/test2.html
    4242}}}
    4343
    4444Finds all the tests with a Rebaseline modifier in TestExpectations and rebaselines appropriately:
    4545{{{
    46 webkit-patch rebaseline-expectations
     46Tools/Scripts/webkit-patch rebaseline-expectations
    4747}}}
    4848