-
Notifications
You must be signed in to change notification settings - Fork 75
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
new(tests): EOF - Tests from Fuzzing #756
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple of small comments. Thanks!
tests/prague/eip7692_eof_v1/eip7620_eof_create/test_subcontainer_validation.py
Outdated
Show resolved
Hide resolved
tests/prague/eip7692_eof_v1/eip7620_eof_create/test_subcontainer_validation.py
Outdated
Show resolved
Hide resolved
tests/prague/eip7692_eof_v1/eip3540_eof_v1/code_validation_function.py
Outdated
Show resolved
Hide resolved
@shemnon If the new test cases cover cases reported in ipsilon/eof#146, please tick them off as "covered in EEST" with a corresponding link maybe (best by editing the respective comments there). Thank you! |
Please feel free to merge once the comments by @pdobacz have been addressed and conflicts have been resolved. |
A collection of fuzzing related updates to the test * Activate functions validation tests, and move to 4750 dir * Add terminal opcode to some tests so they have only one error * Tests found via fuzzing coverage * subcontainer wrong size * subcontainer wrong eof version * EOFCREATE nonexistant container * Many CALLF test covered by inactive 4750 checks Signed-off-by: Danno Ferrin <danno@numisight.com>
Signed-off-by: Danno Ferrin <danno@numisight.com>
Signed-off-by: Danno Ferrin <danno@numisight.com>
Signed-off-by: Danno Ferrin <danno@numisight.com>
@marioevz - I added a few more tests from the fuzzing page. Tried to reduce them as far as I could to their simplest state. |
🗒️ Description
A collection of fuzzing related updates to the test
🔗 Related Issues
✅ Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.