Changes between Version 11 and Version 12 of RunWebKitTestsDesign

Show
Ignore:
Timestamp:
07/27/07 11:08:07 (2 years ago)
Author:
aroben@apple.com
Comment:

Added a description of how multiple Skipped files should be treated

Legend:

Unmodified
Added
Removed
Modified
  • RunWebKitTestsDesign

    v11 v12  
    3030`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. 
    3131 
     32== Finding Skipped Files == 
     33Each platform directory can contain a file named `Skipped` that contains a list of tests/directories to be excluded from testing. `run-webkit-tests` should concatenate all the `Skipped` files found in the directories in the platform hierarchy before processing their contents. 
     34 
    3235== Finding Expected Results == 
    3336When searching for the expected results for a specific test, `run-webkit-tests` should search through each directory in the platform hierarchy in order of decreasing specificity, then search in `LayoutTests/` if no platform-specific result is found. The first expected result found is the one used, regardless of whether it results in a success or failure for the test.