Skip to content
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

Implement mutation analysis pass #106

Closed
3 tasks
MattWindsor91 opened this issue Jan 21, 2021 · 0 comments
Closed
3 tasks

Implement mutation analysis pass #106

MattWindsor91 opened this issue Jan 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

Per #104, I've decided to split the act of detecting mutations into three stages:

  • a toggle-able pass in the analysis stage that, similar to filtering, parses compiler logs to find hit counts for mutants, and attaches them to the compiler analysis;
  • a change to the stats dumper so that it can dump those hit counts to stats.json (issue forthcoming);
  • a separate observer that performs the rotation aspect (likely implemented tomorrow).

This issue tracks adding:

  • a pass to the analyser that extracts hit counts from compiler logs;
  • logic that enables this analysis when the machine has a mutation campaign running;
  • options to the standalone analyser binary that make itpretty-print hit counts (useful for debugging).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant