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

Cannot detect soundness issue when (get-model) is in the mutant. #18

Closed
muchang opened this issue Apr 6, 2021 · 0 comments
Closed

Cannot detect soundness issue when (get-model) is in the mutant. #18

muchang opened this issue Apr 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@muchang
Copy link
Collaborator

muchang commented Apr 6, 2021

When there is a (get-mode) in the seeds, the mutant will also bring a (get-model) after mutation.
If we use this mutant to test SMT solvers, the solvers would report:

unsat
(error "line 13 column 10: model is not available")

or

sat
(error "Cannot get model when produce-models options is off.")

Since they contain error, such outputs will be ignored by yinyang even though this mutant triggers a soundness bug.
We could get rid of (get-model) in our mutants.

@muchang muchang added the bug Something isn't working label Apr 6, 2021
wintered added a commit that referenced this issue May 6, 2021
wintered added a commit that referenced this issue May 6, 2021
Addressing #18 (Potentially missed bugs due to errors with get-models etc.)
@wintered wintered closed this as completed May 6, 2021
wintered added a commit that referenced this issue Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants