Skip to content

Commit

Permalink
add stSpecialTest testsuite (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Oct 2, 2023
1 parent e22dd65 commit c267a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down

0 comments on commit c267a32

Please sign in to comment.