Changes between Version 22 and Version 23 of Rebaseline


Ignore:
Timestamp:
Oct 23, 2012 3:55:36 PM (11 years ago)
Author:
dpranke@chromium.org
Comment:

update to new TestExpectations syntax

Legend:

Unmodified
Added
Removed
Modified
  • Rebaseline

    v22 v23  
    4242}}}
    4343
    44 Finds all the tests with a REBASELINE modifier in TestExpectations and rebaselines appropriately:
     44Finds all the tests with a Rebaseline modifier in TestExpectations and rebaselines appropriately:
    4545{{{
    4646webkit-patch rebaseline-expectations
     
    4949For example,
    5050{{{
    51 BUG1234 REBASELINE : path/to/test1.html = IMAGE
    52 BUG1234 REBASELINE : path/to/test2.html = IMAGE+TEXT
    53 BUG5678 REBASELINE WIN LINUX : path/to/test3.html = TEXT
     51Bug(1234) path/to/test1.html [ ImageOnlyFailure Rebaseline ]
     52Bug(1234) path/to/test2.html [ Failure Rebaseline ]
     53Bug(5678) [ Win Linux ] path/to/test3.html [ Failure Rebaseline ]
    5454}}}
    5555
    56 Rebaselines just the png for test1.html, the png and txt for test2.html and just the txt for test3.html.
     56Rebaselines just the png for test1.html, and the png and txt for test2.html and test3.html.
    5757
    58 '''NOTE''': Don't check in with any tests still marked REBASELINE, as this will prevent others from cleanly using the tool.
     58'''NOTE''': Don't check in with any tests still marked Rebaseline, as this will prevent others from cleanly using the tool.
    5959
    6060At the end of this process, you should "svn add" any new baseline files, just as with the garden-o-matic method above.