Skip to content

Commit

Permalink
feat: add stEIP150Specific testsuite to the blockchain_tests module (
Browse files Browse the repository at this point in the history
…#314)

* add `stEIP150Specific` testsuite to the blockchain_tests module

* add `stEIP150Specific` testsuite to the blockchain_tests module
  • Loading branch information
khaeljy authored Sep 28, 2023
1 parent cb8161e commit 31a06f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,17 @@ filename:
- ContractCreationSpam.json # ef-tests #296
- CrashingTransaction.json # ef-tests #297
- chainId.json # ef-tests #299
- CallAskMoreGasOnDepth2ThenTransactionHas.json # ef-tests #303
- CallGoesOOGOnSecondLevel.json # ef-tests #304
- CreateAndGasInsideCreate.json # ef-tests #305
- DelegateCallOnEIP.json # ef-tests #306
- NewGasPriceForCodes.json # ef-tests #307
- SuicideToExistingContract.json # ef-tests #308
- SuicideToNotExistingContract.json # ef-tests #309
- Transaction64Rule_d64e0.json # ef-tests #310
- Transaction64Rule_d64m1.json # ef-tests #311
- Transaction64Rule_d64p1.json # ef-tests #312
- Transaction64Rule_integerBoundaries.json # ef-tests #313

# List of file names regex to be skipped
regex:
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 @@ -83,7 +83,7 @@ mod blockchain_tests {
// blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests
// blockchain_tests!(st_create_test, stCreateTest); // TODO: Implement tests
blockchain_tests!(st_delegatecall_test_homestead, stDelegatecallTestHomestead);
// blockchain_tests!(st_eip150_specific, stEIP150Specific); // TODO: Implement tests
blockchain_tests!(st_eip150_specific, stEIP150Specific);
// blockchain_tests!(st_eip150single_code_gas_prices, stEIP150singleCodeGasPrices); // TODO: Implement tests
// blockchain_tests!(st_eip1559, stEIP1559); // TODO: Implement tests
// blockchain_tests!(st_eip158_specific, stEIP158Specific); // TODO: Implement tests
Expand Down

0 comments on commit 31a06f7

Please sign in to comment.