Changes between Version 7 and Version 8 of RunWebKitTestsDesign
- Timestamp:
- Jul 22, 2007, 7:59:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunWebKitTestsDesign
v7 v8 26 26 27 27 == 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 recursivelybeneath `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 in order of increasing specificity to find additional platform-specific tests to run. 29 29 30 30 == Finding Expected Results ==