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 testing #102

Open
3 of 7 tasks
MattWindsor91 opened this issue Jan 21, 2021 · 1 comment
Open
3 of 7 tasks

Implement mutation testing #102

MattWindsor91 opened this issue Jan 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

MattWindsor91 commented Jan 21, 2021

This is the main issue tracking implementing just enough mutation testing support to be able to run campaigns against my run-time mutated form of llvm. Parts of the support might be useful for other forms of mutation testing eg. compile-time.

Once we've decided whether to do global mutation accounting or per-machine mutation accounting, I'll update this issue with more details. I'll also spin out separate issues for these throughout the morning.

@MattWindsor91 MattWindsor91 added the enhancement New feature or request label Jan 21, 2021
@MattWindsor91
Copy link
Collaborator Author

Most of the new work will go in a mutation package, I suspect, to try keep things clean. This should depend on the relevant director bits and be injected through the app, ideally.

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