Changes between Version 23 and Version 24 of Rebaseline
- Timestamp:
- Apr 10, 2014, 10:42:52 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rebaseline
v23 v24 14 14 You 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: 15 15 {{{ 16 update-webkit17 webkit-patch garden-o-matic16 Tools/Scripts/update-webkit 17 Tools/Scripts/webkit-patch garden-o-matic 18 18 }}} 19 19 … … 34 34 Gives you a list of bots to select from, then a list of failing tests on each selected bot: 35 35 {{{ 36 webkit-patch rebaseline36 Tools/Scripts/webkit-patch rebaseline 37 37 }}} 38 38 39 39 Gives you a list of bots to select from then rebaselines the two tests on those bots: 40 40 {{{ 41 webkit-patch rebaseline path/to/test1.html path/to/test2.html41 Tools/Scripts/webkit-patch rebaseline path/to/test1.html path/to/test2.html 42 42 }}} 43 43 44 44 Finds all the tests with a Rebaseline modifier in TestExpectations and rebaselines appropriately: 45 45 {{{ 46 webkit-patch rebaseline-expectations46 Tools/Scripts/webkit-patch rebaseline-expectations 47 47 }}} 48 48