Skip to content

Commit

Permalink
Merge branch 'main' into khaeljy/issue90
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Sep 29, 2023
2 parents 96b1c4d + b879a27 commit d50c7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ filename:
- CREATE_EContractCreateNEContractInInit_Tr.json # ef-tests #340
- CREATE_empty000CreateinInitCode_Transaction.json # ef-tests #340
- CREATE_FirstByte_loop.json # ef-tests #340
- contractCreationOOGdontLeaveEmptyContractViaTransaction.json # ef-tests #353
- createContractViaContract.json # ef-tests #354
- createContractViaContractOOGInitCode.json # ef-tests #354
- createContractViaTransactionCost53000.json # ef-tests #354

# 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 @@ -96,7 +96,7 @@ mod blockchain_tests {
blockchain_tests!(st_eip3607, stEIP3607);
// blockchain_tests!(st_example, stExample); // failing due to missing field gasPrice, cannot measure number of failing tests
blockchain_tests!(st_ext_code_hash, stExtCodeHash);
// blockchain_tests!(st_homestead_specific, stHomesteadSpecific); // 4 failing tests
blockchain_tests!(st_homestead_specific, stHomesteadSpecific);
blockchain_tests!(st_init_code_test, stInitCodeTest);
blockchain_tests!(st_log_tests, stLogTests);
// blockchain_tests!(st_mem_expanding_eip150_calls, stMemExpandingEIP150Calls); // 7 failing tests
Expand Down

0 comments on commit d50c7c1

Please sign in to comment.