Skip to content

Commit

Permalink
add stCodeCopyTest and stCodeSizeLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 24, 2023
1 parent 0087e4e commit 2896292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/ef-testing/src/models/case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ impl BlockchainTestCase {
| "create2InitCodeSizeLimit.json" // ef-tests #155
| "createInitCodeSizeLimit.json" // ef-tests #156
| "creationTxInitCodeSizeLimit.json" // ef-tests #157
| "codesizeInit.json" // ef-tests #262
| "codesizeValid.json" // ef-tests #263
| "create2CodeSizeLimit.json" // ef-tests #264
| "createCodeSizeLimit.json" // ef-tests #265
) || matches!(name, name if name.starts_with("opc") && name.ends_with(".json"))
// ef-test #120
}
Expand Down
2 changes: 2 additions & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ mod blockchain_tests {
blockchain_tests!(st_log_tests, stLogTests);
blockchain_tests!(st_bad_opcode, stBadOpcode);
blockchain_tests!(shanghai, Shanghai);
blockchain_tests!(st_code_copy_test, stCodeCopyTest);
blockchain_tests!(st_code_size_limit, stCodeSizeLimit);
}

0 comments on commit 2896292

Please sign in to comment.