Changes between Version 8 and Version 9 of RunWebKitTestsDesign


Ignore:
Timestamp:
Jul 22, 2007 7:59:46 PM (17 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunWebKitTestsDesign

    v8 v9  
    2626
    2727== Finding Tests ==
    28 `run-webkit-tests` should search recursively through all the subdirectories of `LayoutTests/` to find test files, just as it does currently. However, it should '''not''' search beneath `platform/`. It should then search through each of the directories in the platform hierarchy in order of increasing specificity to find additional platform-specific tests to run.
     28`run-webkit-tests` should search recursively through all the subdirectories of `LayoutTests/` to find test files, just as it does currently. However, it should '''not''' search beneath `platform/`. It should then search through each of the directories in the platform hierarchy to find additional platform-specific tests to run.
    2929
    3030== Finding Expected Results ==