aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/mutation/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Mutation TestingSandeep Hegde2017-12-061-10/+16
| | | | | | | | | | | | | | | | | | Introduced strategy design pattern Added Strategies: if true and if false Replace String literals Remove if blocks which do not have else. Modify Comparision Statement - changing <= to < and changing >= to > Duplicating statements Added plus to minus and minus to plus mutaiton strategy Classifying build failures for mutant as unexpected error - Skipping test run for mutant with compilation failure Added logger messages instead of print Randomized the mutation test order Try new strategy on failure to mutate on a file Updated Readme - Adding mutation strategy and mutation test execution flow
* Made test summary more descriptive and Updated ReadmeSandeep Hegde2017-11-131-0/+16
|
* Changed readme saying wildcard not allowed in test_mapping.josnSandeep Hegde2017-11-101-1/+1
|
* Corrected typo in ReadmeSandeep Hegde2017-11-101-1/+1
|
* Added more information in Mutation Test ReadmeSandeep Hegde2017-11-081-10/+18
|
* Added Readme.md file for mutation testingpanup210919932017-11-061-0/+55