Changes between Version 6 and Version 7 of NewRunWebKitTests
- Timestamp:
- Jul 7, 2011, 3:12:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewRunWebKitTests
v6 v7 69 69 1. Tests that fail are automatically retried, to see if the failure was "flaky" and only happens some of the time. A flaky failure (one that fails then passing during the retry is reported on screen, but does not count as an actual failure. 70 70 2. The retries are all done serially in a single thread, to avoid any load-related or ordering-related issues that might be contributing to the flakiness. 71 3. The test that failed and the type of test failure that happened are displayed in such a way as to be directly copied into the [wiki:TestExpectations test_expectations.txt] file. 71 72 72 73 === More Advanced Scenarios ===