Skip to content

Commit

Permalink
stStaticFlagEnabled (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 authored Oct 2, 2023
1 parent 0a7ba3b commit 0d54cb9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,20 @@ filename:
- TestStoreGasPrices.json # ef-test #139
- TestContractInteraction.json # ef-test #140
- RecursiveCreateContractsCreate4Contracts.json # ef-test #141
stStaticFlagEnabled:
- CallcodeToPrecompileFromCalledContract.json # ef-test #443
- CallcodeToPrecompileFromContractInitialization.json # ef-test #443
- CallWithNOTZeroValueToPrecompileFromContractInitialization.json # ef-test #443
- CallWithZeroValueToPrecompileFromCalledContract.json # ef-test #443
- CallWithZeroValueToPrecompileFromContractInitialization.json # ef-test #443
- CallcodeToPrecompileFromTransaction.json # ef-test #444
- CallWithNOTZeroValueToPrecompileFromCalledContract.json # ef-test #444
- CallWithZeroValueToPrecompileFromTransaction.json # ef-test #444
- CallWithNOTZeroValueToPrecompileFromTransaction.json # ef-test #444
- DelegatecallToPrecompileFromCalledContract.json # ef-test #443
- DelegatecallToPrecompileFromContractInitialization.json # ef-test #443
- DelegatecallToPrecompileFromTransaction.json # ef-test #444
- StaticcallForPrecompilesIssue683.json # ef-test #444
stWalletTest:
- walletConfirm.json # ef-test #429
- walletExecuteOverDailyLimitMultiOwner.json # ef-test #430
Expand Down
4 changes: 4 additions & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ mod blockchain_tests {
blockchain_tests!(st_self_balance, stSelfBalance);
blockchain_tests!(st_shift, stShift);
blockchain_tests!(st_solidity_test, stSolidityTest);
// blockchain_tests!(st_special_test, stSpecialTest); // 3 failing tests
// 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);
blockchain_tests!(st_special_test, stSpecialTest);
blockchain_tests!(st_stack_tests, stStackTests);
blockchain_tests!(st_static_call, stStaticCall);
Expand Down

0 comments on commit 0d54cb9

Please sign in to comment.