Changes between Version 3 and Version 4 of Rebaseline
- Timestamp:
- Mar 22, 2010, 3:17:57 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rebaseline
v3 v4 17 17 == How to use it? == 18 18 * 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. 20 20 * 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. 21 21 * If the script runs successfully, new baselines (expected files) are added to SVN repository and the rebaselined tests are removed from `test_expectations.txt`.