Changes between Version 3 and Version 4 of RunWebKitTestsDesign


Ignore:
Timestamp:
Jul 19, 2007 2:43:19 PM (17 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunWebKitTestsDesign

    v3 v4  
    3535
    3636New cross-platform tests (those not in a subdirectory of `platform/`) should have their results generated in one of two places. For text-only tests, the results should be put next to the test itself. For render tree tests, the results should be put in the least-specific directory in the platform hierarchy (i.e., one of the top-level subdirectories of `platform/`). So, a new render tree test called `LayoutTests/fast/new-test.html` should have its results placed in `LayoutTests/platform/<name>/fast/`, where `<name>` is the least-specific platform name. (Note that this will mean that new render tree results will only be generated for one platform at a time.) If the user decides that the results are either more or less specific than the default location implies, the user should move the results manually.
     37
     38== Other Enhancements ==
     39 * When generating new results, `run-webkit-tests` should tell you what directory they were placed in.
     40 * When generating new render tree results and not running in `--pixel-tests` mode, `run-webkit-tests` should tell you that you need to generate pixel results as well.