From 31fb31fe1b108340ce65c1ffa15e9cd6885cbc3a Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Sat, 30 Sep 2023 15:17:50 +0200 Subject: [PATCH] stSystemOperationsTest --- blockchain-tests-skip.yml | 30 +++++++++++++++++++++++++++++- crates/ef-testing/tests/tests.rs | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/blockchain-tests-skip.yml b/blockchain-tests-skip.yml index 9b7d4f30..5bc3699b 100644 --- a/blockchain-tests-skip.yml +++ b/blockchain-tests-skip.yml @@ -444,9 +444,37 @@ filename: - TestStoreGasPrices.json # ef-test #139 - TestContractInteraction.json # ef-test #140 - RecursiveCreateContractsCreate4Contracts.json # ef-test #141 + stSystemOperationsTest: + - 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 # List of file names regex to be skipped # The first level corresponds to the directory, the second to the list of file names regex to ignore. regex: stBadOpcode: - - ^opc.*\.json$ # ef-test #120 \ No newline at end of file + - ^opc.*\.json$ # ef-test #120 diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index 6efd4a52..e87dd556 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -121,7 +121,7 @@ mod blockchain_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); // 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); // 3 failing tests