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

Incompleteness behaviour for unknown utilities and options #70

Closed
benozol opened this issue Feb 1, 2019 · 2 comments
Closed

Incompleteness behaviour for unknown utilities and options #70

benozol opened this issue Feb 1, 2019 · 2 comments

Comments

@benozol
Copy link
Contributor

benozol commented Feb 1, 2019

Currently, the behaviour of unknown utilties and options is determined by the command-line option --fail-on-unknown-utilities: By default, the concrete and symbolic interpretation results in an error with a message in stdout. With the option enabled, the interpreter raises exception and fail with return code 7 or 8.

With #60 we can use the failure behaviour, which captures execution outside the coverage of the symbolic execution, for unknown utiltiies and options as well. Consequently, we can discard the option --fail-on-unknow-utilities, and make failure the standard for the concrete interpreter without --real-word.

@Niols
Copy link
Member

Niols commented Feb 21, 2020

That has been solved by #114, hasn't it?

@benozol
Copy link
Contributor Author

benozol commented Feb 21, 2020

Yes!

@benozol benozol closed this as completed Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants