Skip to content

Commit

Permalink
Merge branch 'main' into stSystemOperationsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 authored Oct 2, 2023
2 parents fa2b039 + e88308a commit c6a92d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ filename:
- sstore_XtoYtoX.json # ef-tests #410
- sstore_XtoYtoY.json # ef-tests #410
- sstore_XtoYtoZ.json # ef-tests #410
stZeroCallsTest:
- ZeroValue_CALL.json # ef-tests #436
stSolidityTest:
- TestContractSuicide.json # ef-test #132
- TestCryptographicFunctions.json # ef-test #133
Expand Down Expand Up @@ -714,6 +716,12 @@ filename:
- multiSelfdestruct.json # ef-test #452
- suicideCallerAddresTooBigRight.json # ef-test #452
- suicideNotExistingAccount.json # ef-test #452
stWalletTest:
- walletConfirm.json # ef-test #429
- walletExecuteOverDailyLimitMultiOwner.json # ef-test #430
- walletExecuteOverDailyLimitOnlyOneOwner.json # ef-test #430
- walletExecuteOverDailyLimitOnlyOneOwnerNew.json # ef-test #430
- walletExecuteUnderDailyLimit.json # ef-test #430
stStaticCall:
- StaticcallToPrecompileFromContractInitialization.json # ef-tests #421
- static_CallContractToCreateContractAndCallItOOG.json # ef-tests #421
Expand Down
6 changes: 3 additions & 3 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ mod blockchain_tests {
// blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests
blockchain_tests!(st_system_operations_test, stSystemOperationsTest);
// blockchain_tests!(st_time_consuming, stTimeConsuming); // 14 failing tests
// blockchain_tests!(st_transaction_test, stTransactionTest); // failing due to: invalid length 62, expected a (both 0x-prefixed or not) hex string or byte array containing betwee
// blockchain_tests!(st_transaction_test, stTransactionTest); // ef-test #447 -
// blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests
// blockchain_tests!(st_wallet_test, stWalletTest); // 5 failing tests
blockchain_tests!(st_wallet_test, stWalletTest);
blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert);
// blockchain_tests!(st_zero_calls_test, stZeroCallsTest); // 1 failing test
blockchain_tests!(st_zero_calls_test, stZeroCallsTest);
// blockchain_tests!(st_zero_knowledge, stZeroKnowledge); // 60 failing
// blockchain_tests!(st_zero_knowledge2, stZeroKnowledge2); // 59 failing
blockchain_tests!(vm_tests, VmTests);
Expand Down

0 comments on commit c6a92d5

Please sign in to comment.