Skip to content

Commit

Permalink
add stEIP158Specific testsuite (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Sep 30, 2023
1 parent e79b999 commit 4552461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ filename:
- RawExtCodeCopyGas.json # ef-tests #344
- RawExtCodeCopyMemoryGas.json # ef-tests #344
- RawExtCodeSizeGas.json # ef-tests #344
- CALL_OneVCallSuicide.json # ef-tests #350
- CALL_ZeroVCallSuicide.json # ef-tests #350
- EXP_Empty.json # ef-tests #350
- EXTCODESIZE_toEpmty.json # ef-tests #350
- EXTCODESIZE_toNonExistent.json # ef-tests #350
- vitalikTransactionTest.json # ef-tests #351
- contractCreationOOGdontLeaveEmptyContractViaTransaction.json # ef-tests #353
- createContractViaContract.json # ef-tests #354
- createContractViaContractOOGInitCode.json # ef-tests #354
Expand Down
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mod blockchain_tests {
blockchain_tests!(st_eip150_specific, stEIP150Specific);
blockchain_tests!(st_eip150single_code_gas_prices, stEIP150singleCodeGasPrices);
// blockchain_tests!(st_eip1559, stEIP1559); // failing due to missing field gasPrice, cannot measure number of failing tests
// blockchain_tests!(st_eip158_specific, stEIP158Specific); // 6 failing tests
blockchain_tests!(st_eip158_specific, stEIP158Specific);
// blockchain_tests!(st_eip2930, stEIP2930); // failing due to missing field gasPrice, cannot measure number of failing tests
blockchain_tests!(st_eip3607, stEIP3607);
// blockchain_tests!(st_example, stExample); // failing due to missing field gasPrice, cannot measure number of failing tests
Expand Down

0 comments on commit 4552461

Please sign in to comment.