Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not mutate if let | Manish Goregaokar | 2018-02-21 | 1 | -2/+2 |
| | |||||
* | let mutation testing display diff if compilation fails | tigercosmos | 2017-12-17 | 1 | -1/+4 |
| | |||||
* | Mutation Testing | Sandeep Hegde | 2017-12-06 | 4 | -65/+262 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Corrected a typo | Sandeep Hegde | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Refactored mutate random line method | Sandeep Hegde | 2017-11-13 | 1 | -4/+5 |
| | |||||
* | Made test summary more descriptive and Updated Readme | Sandeep Hegde | 2017-11-13 | 3 | -9/+27 |
| | |||||
* | Added mutation test summary and made it exit with relevant exit code | Sandeep Hegde | 2017-11-12 | 2 | -1/+27 |
| | |||||
* | Changed readme saying wildcard not allowed in test_mapping.josn | Sandeep Hegde | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Corrected typo in Readme | Sandeep Hegde | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | fixed tidy error | Sandeep Hegde | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Added more information in Mutation Test Readme | Sandeep Hegde | 2017-11-08 | 2 | -11/+19 |
| | |||||
* | Skipping mutation test for file with local changes | Sandeep Hegde | 2017-11-06 | 1 | -23/+27 |
| | |||||
* | Added randomness to the mutation strategy | Sandeep Hegde | 2017-11-06 | 1 | -15/+23 |
| | | | | | - now running only maximum one mutation per file. - Beautified the output | ||||
* | Loging success message on mutation test success | Sandeep Hegde | 2017-11-06 | 1 | -1/+4 |
| | |||||
* | Added Readme.md file for mutation testing | panup21091993 | 2017-11-06 | 1 | -0/+55 |
| | |||||
* | Removed build and wpt-test output from mutation test log and refactored code. | Sandeep Hegde | 2017-11-06 | 2 | -19/+22 |
| | |||||
* | Changed method to mutate a line of code | Sandeep Hegde | 2017-11-06 | 1 | -5/+4 |
| | |||||
* | Fixed few tidy errors | Sandeep Hegde | 2017-11-06 | 2 | -6/+28 |
| | |||||
* | Reverting wrong comment. | Sandeep Hegde | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Added Test Mapping framework and running through a path. | Sandeep Hegde | 2017-11-06 | 2 | -10/+38 |
| | |||||
* | Checking the wpt test failures/success. | Sandeep Hegde | 2017-11-06 | 1 | -4/+6 |
| | |||||
* | XMLHTTPRequest Mutator - Initial step Mutation testing | Sandeep Hegde | 2017-11-06 | 1 | -0/+35 |