diff --git a/blockchain-tests-skip.yml b/blockchain-tests-skip.yml index b2fcdcb2..d08a878c 100644 --- a/blockchain-tests-skip.yml +++ b/blockchain-tests-skip.yml @@ -643,6 +643,10 @@ filename: - TestStoreGasPrices.json # ef-test #139 - TestContractInteraction.json # ef-test #140 - RecursiveCreateContractsCreate4Contracts.json # ef-test #141 + stSpecialTest: + - tx_e1c174e2.json # ef-tests #412 + - eoaEmpty.json # ef-tests #413 + - selfdestructEIP2929.json # ef-tests #413 stArgsZeroOneBalance: - createNonConst.json # ef-tests #368 - mulmodNonConst.json # ef-tests #368 diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index 00cc4203..baf82787 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -117,7 +117,7 @@ mod blockchain_tests { // blockchain_tests!(st_self_balance, stSelfBalance); // 3 failing tests blockchain_tests!(st_shift, stShift); blockchain_tests!(st_solidity_test, stSolidityTest); - // blockchain_tests!(st_special_test, stSpecialTest); // 3 failing tests + blockchain_tests!(st_special_test, stSpecialTest); // blockchain_tests!(st_stack_tests, stStackTests); // 7 failing tests // blockchain_tests!(st_static_call, stStaticCall); // 207 failing tests // blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests