Skip to content

Commit

Permalink
add stSystemOperationsTest testsuite (#453)
Browse files Browse the repository at this point in the history
* stSystemOperationsTest

* stSystemOperationsTest
  • Loading branch information
TAdev0 authored Oct 3, 2023
1 parent 0d54cb9 commit 30cdaef
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,35 @@ filename:
- TestStoreGasPrices.json # ef-test #139
- TestContractInteraction.json # ef-test #140
- RecursiveCreateContractsCreate4Contracts.json # ef-test #141
stSystemOperationsTest:
- ABAcalls0.json # ef-test #450
- ABAcalls1.json # ef-test #450
- ABAcalls2.json # ef-test #450
- ABAcalls3.json # ef-test #450
- ABAcallsSuicide0.json # ef-test #450
- Call10.json # ef-test #450
- callerAccountBalance.json # ef-test #450
- CallRecursiveBomb0.json # ef-test #450
- CallRecursiveBomb0_OOG_atMaxCallDepth.json # ef-test #450
- CallRecursiveBomb1.json # ef-test #450
- CallRecursiveBomb2.json # ef-test #450
- CallRecursiveBomb3.json # ef-test #450
- CallRecursiveBombLog.json # ef-test #450
- CallRecursiveBombLog2.json # ef-test #450
- CallToNameRegistratorAddressTooBigRight.json # ef-test #450
- PostToReturn1.json # ef-test #450
- CreateHashCollision.json # ef-test #451
- createNameRegistratorValueTooHigh.json # ef-test #451
- createNameRegistratorZeroMem.json # ef-test #451
- createNameRegistratorZeroMem2.json # ef-test #451
- createNameRegistratorZeroMemExpansion.json # ef-test #451
- createWithInvalidOpcode.json # ef-test #451
- testRandomTest.json # ef-test #451
- doubleSelfdestructTest.json # ef-test #452
- extcodecopy.json # ef-test #452
- multiSelfdestruct.json # ef-test #452
- suicideCallerAddresTooBigRight.json # ef-test #452
- suicideNotExistingAccount.json # ef-test #452
stStaticFlagEnabled:
- CallcodeToPrecompileFromCalledContract.json # ef-test #443
- CallcodeToPrecompileFromContractInitialization.json # ef-test #443
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 @@ -125,7 +125,7 @@ mod blockchain_tests {
blockchain_tests!(st_stack_tests, stStackTests);
blockchain_tests!(st_static_call, stStaticCall);
// blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests
// blockchain_tests!(st_system_operations_test, stSystemOperationsTest); // 28 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_transition_test, stTransitionTest);
Expand Down

0 comments on commit 30cdaef

Please sign in to comment.