We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
We want to detect non-deterministic behavior in user's code such as Random calls and others while executing it by Concrete Executor.
Cases:
There is an issue with a brief description of such a problem in fuzzing #1135
Expected behavior
We should generate tests having deterministic behavior.
Environment
A clear example of this is described in issue #1135
Potential alternatives
We can run user's code several times to understand there is non-deterministic behavior or not.
Context
Classes with non-deterministic behavior:
The text was updated successfully, but these errors were encountered:
sergeypospelov
Successfully merging a pull request may close this issue.
Description
We want to detect non-deterministic behavior in user's code such as Random calls and others while executing it by Concrete Executor.
Cases:
There is an issue with a brief description of such a problem in fuzzing #1135
Expected behavior
We should generate tests having deterministic behavior.
Environment
A clear example of this is described in issue #1135
Potential alternatives
We can run user's code several times to understand there is non-deterministic behavior or not.
Context
Classes with non-deterministic behavior:
The text was updated successfully, but these errors were encountered: