Skip to content

Commit ca91240

Browse files
chfastmarioevz
andauthored
refactor(tests): confirm migration of EOF rjump tests (#1031)
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 <[email protected]>
1 parent 419be32 commit ca91240

File tree

5 files changed

+147
-331
lines changed

5 files changed

+147
-331
lines changed

converted-ethereum-tests.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ GeneralStateTests/stCreate2/call_then_create2_successful_then_returndatasize.jso
1010
EOFTests/EIP3540/validInvalid.json
1111

1212
EOFTests/EIP3670/validInvalid.json
13+
EOFTests/EIP4200/validInvalid.json
1314
EOFTests/efValidation/EOF1_embedded_container_.json
1415
EOFTests/efValidation/EOF1_eofcreate_valid_.json
16+
EOFTests/efValidation/EOF1_valid_rjump_.json
17+
EOFTests/efValidation/EOF1_valid_rjumpi_.json
18+
EOFTests/efValidation/EOF1_valid_rjumpv_.json
19+
EOFTests/efValidation/EOF1_rjump_truncated_.json
20+
EOFTests/efValidation/EOF1_rjumpi_truncated_.json
21+
EOFTests/efValidation/EOF1_rjumpv_truncated_.json
22+
EOFTests/efValidation/EOF1_rjump_invalid_destination_.json
23+
EOFTests/efValidation/EOF1_rjumpi_invalid_destination_.json
24+
EOFTests/efValidation/EOF1_rjumpv_invalid_destination_.json
1525
EOFTests/efValidation/EOF1_section_order_.json
1626
EOFTests/efValidation/EOF1_truncated_section_.json
1727
EOFTests/efValidation/EOF1_undefined_opcodes_.json

0 commit comments

Comments
 (0)