New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial steps of Mutation testing #18984
Commits on Nov 6, 2017
-
XMLHTTPRequest Mutator - Initial step Mutation testing
dsandeephegde committedNov 6, 2017 -
Checking the wpt test failures/success.
dsandeephegde committedNov 6, 2017 -
Added Test Mapping framework and running through a path.
dsandeephegde committedNov 6, 2017 -
dsandeephegde committed
Nov 6, 2017 -
dsandeephegde committed
Nov 6, 2017 -
dsandeephegde committed
Nov 6, 2017 -
dsandeephegde committed
Nov 6, 2017 -
Changed method to mutate a line of code
dsandeephegde committedNov 6, 2017 -
Removed build and wpt-test output from mutation test log and refactor…
…ed code.
dsandeephegde committedNov 6, 2017 -
Loging success message on mutation test success
dsandeephegde committedNov 6, 2017 -
Added randomness to the mutation strategy
- now running only maximum one mutation per file. - Beautified the output
dsandeephegde committedNov 6, 2017 -