Skip to content

Commit

Permalink
Merge branch 'main' into khaeljy/issue92
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowhk authored Sep 27, 2023
2 parents 58d5bc4 + 0fe9482 commit daf4cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ filename:
- extCodeHashSelfInInit.json # ef-tests #289
- extCodeHashSubcallOOG.json # ef-tests #290
- dynamicAccountOverwriteEmpty.json # ef-tests #291
- ContractCreationSpam.json # ef-tests #296
- CrashingTransaction.json # ef-tests #297
- chainId.json # ef-tests #299

# List of file names regex to be skipped
regex:
- ^opc.*\.json$ # ef-test #120
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod blockchain_tests {

blockchain_tests!(shanghai, Shanghai);
// blockchain_tests!(st_args_zero_one_balance, stArgsZeroOneBalance); // TODO: Implement tests
// blockchain_tests!(st_attack_test, stAttackTest); // TODO: Implement tests
blockchain_tests!(st_attack_test, stAttackTest);
blockchain_tests!(st_bad_opcode, stBadOpcode);
blockchain_tests!(st_bugs, stBugs);
blockchain_tests!(st_call_codes, stCallCodes);
Expand Down

0 comments on commit daf4cbb

Please sign in to comment.