Changes between Version 9 and Version 10 of Rebaseline


Ignore:
Timestamp:
Apr 6, 2011 3:57:34 PM (13 years ago)
Author:
scheib@chromium.org
Comment:

Removed out of date switches for canaries / gpu bots / deps source

Legend:

Unmodified
Added
Removed
Modified
  • Rebaseline

    v9 v10  
    2222  * The tool launches a html page to compare the old and new baselines. Check the new baseline changes are expected.
    2323  * Prepare a patch with the new baselines and `test_expectations.txt`, review the changes and then commit the patch.
    24 
    25 == Where baselines are pulled from ==
    26 
    27 By default, the tool pulls from the [http://build.chromium.org/p/chromium.webkit/console?builder=Webkit+Win+Builder+%28deps%29&builder=Webkit+Win+%28deps%29&builder=Webkit+Win+Builder+%28deps%29%28dbg%29&builder=Webkit+Win+%28deps%29%28dbg%29%281%29&builder=Webkit+Win+%28deps%29%28dbg%29%282%29&builder=Webkit+Mac+Builder+%28deps%29&builder=Webkit+Mac10.5+%28deps%29&builder=Webkit+Mac+Builder+%28deps%29%28dbg%29&builder=Webkit+Mac10.5+%28deps%29%28dbg%29%281%29&builder=Webkit+Mac10.5+%28deps%29%28dbg%29%282%29&builder=Webkit+Linux+%28deps%29&builder=Webkit+Linux+Builder+%28deps%29%28dbg%29&builder=Webkit+Linux+%28deps%29%28dbg%29%281%29&builder=Webkit+Linux+%28deps%29%28dbg%29%282%29&committer=&reload=none DEPS bots]. If you pass in the `--webkit_canary` or `-w` flags, it will pull from the [http://build.chromium.org/p/chromium.webkit/console?builder=Webkit+Win+Builder&builder=Webkit+Win&builder=Webkit+Vista&builder=Webkit+Win7&builder=Webkit+Win+Builder+%28dbg%29&builder=Webkit+Win+%28dbg%29%281%29&builder=Webkit+Win+%28dbg%29%282%29&builder=Webkit+Mac+Builder&builder=Webkit+Mac10.5&builder=Webkit+Mac10.6&builder=Webkit+Mac+Builder+%28dbg%29&builder=Webkit+Mac10.5+%28dbg%29%281%29&builder=Webkit+Mac10.5+%28dbg%29%282%29&builder=Webkit+Linux&builder=Webkit+Linux+64&builder=Webkit+Linux+Builder+%28dbg%29&builder=Webkit+Linux+%28dbg%29%281%29&builder=Webkit+Linux+%28dbg%29%282%29&committer=&reload=none canary bots] that use ToT WebKit. If you pass in `--gpu` or `-g`, it will use the Mesa bots (same machines as the canary bots, but from the `webkit_gpu_tests` build step).
    2824
    2925== Examples ==