From 9b1a5b0a085cc860ea4b13a0d3f18e4cab6fffcc Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Fri, 29 Sep 2023 17:02:52 +0200 Subject: [PATCH 1/2] l --- .env.example | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index fc3a03fb..00000000 --- a/.env.example +++ /dev/null @@ -1,2 +0,0 @@ -# Github token -GITHUB_TOKEN= From d2d646e077882d7ab3c0f7475ede7da35131a3ae Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Fri, 29 Sep 2023 19:03:13 +0200 Subject: [PATCH 2/2] stQuadraticComplexityTest --- .env.example | 2 ++ blockchain-tests-skip.yml | 7 +++++++ crates/ef-testing/tests/tests.rs | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..fc3a03fb --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +# Github token +GITHUB_TOKEN= diff --git a/blockchain-tests-skip.yml b/blockchain-tests-skip.yml index 9def9531..b325c75b 100644 --- a/blockchain-tests-skip.yml +++ b/blockchain-tests-skip.yml @@ -313,6 +313,13 @@ filename: - NonZeroValue_SUICIDE.json # ef-tests #361 - RETURN_Bounds.json # ef-tests #366 - FillStack.json # ef-tests #367 + - Call1MB1024Calldepth.json # ef-tests #375 + - Call20KbytesContract50_1.json # ef-tests #375 + - Call20KbytesContract50_2.json # ef-tests #375 + - Call20KbytesContract50_3.json # ef-tests #375 + - Return50000.json # ef-tests #375 + - Return50000_2.json # ef-tests #375 + - Create1000Shnghai.json # ef-tests #376 # List of file names regex to be skipped regex: diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index d665dc6c..3ed9ac71 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -105,7 +105,7 @@ mod blockchain_tests { blockchain_tests!(st_non_zero_calls_test, stNonZeroCallsTest); // blockchain_tests!(st_pre_compiled_contracts, stPreCompiledContracts); // 8 failing tests // blockchain_tests!(st_pre_compiled_contracts2, stPreCompiledContracts2); // 97 failing tests - // blockchain_tests!(st_quadratic_complexity_test, stQuadraticComplexityTest); // 7 failing tests + blockchain_tests!(st_quadratic_complexity_test, stQuadraticComplexityTest); // blockchain_tests!(st_random, stRandom); // 79 failing tests // blockchain_tests!(st_random2, stRandom2); // 40 failing tests // blockchain_tests!(st_recursive_create, stRecursiveCreate); // 2 failing tests