fix(tests): EIP-7620,EIP-3540: Failing EOF tests #594
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗒️ Description
Makes the following fixes:
test_code_section_header_body_mismatch
: Change expected exception fromEOFException.INVALID_SECTION_BODIES_SIZE
->EOFException.INVALID_TYPE_SECTION_SIZE
test_legacy_initcode_invalid_eof_v1_contract::trailing_bytes_after_data_section
: Correct output (NON_RETURNING_SECTION
) in code sectiontest_eofcreate_deploy_sizes::64k-1
skip test due to oversized container in the pre-alloc.🔗 Related Issues
None
✅ Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.