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
Right now we allow the user to configure what kinds of reverts will make Medusa identify a counterexample.
We should have support for custom errors as well, especially for when debugging reversion statistics.
The text was updated successfully, but these errors were encountered:
We need to update the assertion test config to allow users to supply error selectors and check for them in the assertion test case provider here
medusa/fuzzing/executiontracer/execution_trace.go
Lines 231 to 232 in 3beda5c
medusa/fuzzing/test_case_assertion_provider.go
Lines 60 to 71 in 3beda5c
Until it is implemented, one can write a try-catch on the error selector and assert false
Sorry, something went wrong.
No branches or pull requests
Right now we allow the user to configure what kinds of reverts will make Medusa identify a counterexample.
We should have support for custom errors as well, especially for when debugging reversion statistics.
The text was updated successfully, but these errors were encountered: