Skip to content

Commit

Permalink
refactor(tests): confirm migration of EOF rjump tests (ethereum#1031)
Browse files Browse the repository at this point in the history
The EOF validation tests related to rjumps (EIP-4200) are already here.
This change confirms the migration is completed and updates the EOF
test tracker.

There is some additional refactoring done in the tests to trigger
the test coverage CI job.

Co-authored-by: Mario Vega <marioevz@gmail.com>
  • Loading branch information
2 people authored and codeofcarson committed Jan 24, 2025
1 parent f38db37 commit 34d2951
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 331 deletions.
10 changes: 10 additions & 0 deletions converted-ethereum-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ GeneralStateTests/stCreate2/call_then_create2_successful_then_returndatasize.jso
EOFTests/EIP3540/validInvalid.json

EOFTests/EIP3670/validInvalid.json
EOFTests/EIP4200/validInvalid.json
EOFTests/efValidation/EOF1_embedded_container_.json
EOFTests/efValidation/EOF1_eofcreate_valid_.json
EOFTests/efValidation/EOF1_valid_rjump_.json
EOFTests/efValidation/EOF1_valid_rjumpi_.json
EOFTests/efValidation/EOF1_valid_rjumpv_.json
EOFTests/efValidation/EOF1_rjump_truncated_.json
EOFTests/efValidation/EOF1_rjumpi_truncated_.json
EOFTests/efValidation/EOF1_rjumpv_truncated_.json
EOFTests/efValidation/EOF1_rjump_invalid_destination_.json
EOFTests/efValidation/EOF1_rjumpi_invalid_destination_.json
EOFTests/efValidation/EOF1_rjumpv_invalid_destination_.json
EOFTests/efValidation/EOF1_section_order_.json
EOFTests/efValidation/EOF1_truncated_section_.json
EOFTests/efValidation/EOF1_undefined_opcodes_.json
Expand Down
Loading

0 comments on commit 34d2951

Please sign in to comment.