Changes between Version 9 and Version 10 of RunWebKitTestsDesign


Ignore:
Timestamp:
Jul 22, 2007 11:53:09 PM (17 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunWebKitTestsDesign

    v9 v10  
    3232
    3333== Generating New Results ==
    34 New platform-specific tests should have their results generated right next to the test. For example, a new test called `LayoutTests/platform/mac/leopard/fast/new-leopard-test.html` should have its results placed in `LayoutTests/platform/mac/leopard/fast/`.
     34New platform-specific tests should have their results generated right next to the test. For example, a new test called `LayoutTests/platform/mac-leopard/fast/new-leopard-test.html` should have its results placed in `LayoutTests/platform/mac-leopard/fast/`.
    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.