Changes between Version 11 and Version 12 of RunWebKitTestsDesign
- Timestamp:
- Jul 27, 2007, 11:08:07 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunWebKitTestsDesign
v11 v12 30 30 `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. 31 31 32 == Finding Skipped Files == 33 Each 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 32 35 == Finding Expected Results == 33 36 When 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.