4 | 5 | Flaky tests are a nightmare for systematic analysis and enhancement of the regression tests. In many cases it was nearly impossible to make reasonable conclusions about the test results, only by tedious manual analysis. The goal of this project is to systematically assess how flaky the tests are. Can we safely isolate a set of test cases that are usualy flakes and that are never? If yes, we could create a more intelligent test sets that are consistent, hence more predictable. |
5 | 6 | Currently we are working on: |
6 | 7 | * Randomize the order of test execution and observe the differences in the results (run-webkit-tests --randomize-order) |
7 | 8 | * Execute all tests individually and see the differences to the batch execution (run-webkit-tests --run-singly) |