Changes between Version 4 and Version 5 of SelectiveTestBuildBot


Ignore:
Timestamp:
Apr 19, 2012 2:57:16 AM (12 years ago)
Author:
schrettner@inf.u-szeged.hu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SelectiveTestBuildBot

    v4 v5  
    1919The meta-bug with patches describing the method can be found here: https://bugs.webkit.org/show_bug.cgi?id=78699
    2020
     21=== Test selection in Selective Regression Testing consists of the following main steps: ===
     22
     23  1. A list of changed methods is determined using a modified version of the !PrepareChangeLog script. This script originally helps the developers to find the locally modified functions when they make their svn comments       before an svn commit, and is a simple approximate textual parser. The modified version of this scripts produces a list of changed procedures in a format that is appropriate for the other scripts in the toolchain.
     24  1. When the list is ready, a database query is executed to get those test cases which cover the changed methods.
     25  1. The result of the query is the list of test cases to be executed, and this list is transferred to the test execution script present in the buildbot which has also been modified to accept this feature.
     26
    2127== Some results ==
    2228