Changes between Version 3 and Version 4 of Rebaseline


Ignore:
Timestamp:
Mar 22, 2010 3:17:57 PM (14 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rebaseline

    v3 v4  
    1717== How to use it? ==
    1818  * Make sure the test files exist in repository and the build bots have cycled at least once after they were committed. If you are not sure, check the Release version of [http://build.chromium.org/buildbot/layout_test_results/ buildbot layout archive] to see whether your test results are available. By default, the rebaselining tool retrieves new baselines from the release version of buildbot layout test archive.
    19   * Update `test_expectations.txt`: add flag '''REBASELINE''' to the tests that need to be rebaselined.
     19  * Update `test_expectations.txt`: add flag `REBASELINE` to the tests that need to be rebaselined.
    2020  * Run rebaselining script: `WebKitTools/Scripts/rebaseline-chromium-webkit-tests`. If you want to pull new baselines from the webkit.org canary, use `--webkit_canary` (`-w`) option.
    2121  * If the script runs successfully, new baselines (expected files) are added to SVN repository and the rebaselined tests are removed from `test_expectations.txt`.