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

Ideas for improving confidence in test case reduction #13

Open
afd opened this issue Sep 9, 2024 · 0 comments
Open

Ideas for improving confidence in test case reduction #13

afd opened this issue Sep 9, 2024 · 0 comments

Comments

@afd
Copy link
Member

afd commented Sep 9, 2024

  • For all the Csmith programs that kill new mutants, find the union of all GCC and Clang warnings they give
  • In the interestingness test, grep for warnings, and if any warning not in this set is exhibited, say "not interesting"
  • This should avoid the need to check for specific warnings (but perhaps do so anyway as a safeguard?)

Also: run Frama-C against all fully reduced programs just in case it throws up anything else interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant