diff --git a/circle.yml b/circle.yml index 30b92be9de..5809fd419d 100644 --- a/circle.yml +++ b/circle.yml @@ -414,7 +414,7 @@ jobs: - build_silkworm: commit: 30ca8b324fcffb574c23c09fcba6386e57a7a5af - download_execution_tests: - rev: v11.3 + rev: v12.1 - run: name: "Silkworm-driven blockchain tests (Advanced)" working_directory: ~/build @@ -437,11 +437,13 @@ jobs: steps: - build - download_execution_tests: - commit: v11.3 + commit: b25623d4d7df10e38498cace7adc7eb413c4b20d - run: name: "State tests" working_directory: ~/build - command: EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json bin/evmone-statetest ~/tests/GeneralStateTests ~/tests/LegacyTests/Constantinople/GeneralStateTests + command: | + export EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json + bin/evmone-statetest ~/tests/GeneralStateTests ~/tests/EIPTests/StateTests/stEOF ~/tests/LegacyTests/Constantinople/GeneralStateTests - collect_coverage_gcc - upload_coverage: flags: statetests diff --git a/test/statetest/statetest.cpp b/test/statetest/statetest.cpp index 8cebe4a77b..e98942518d 100644 --- a/test/statetest/statetest.cpp +++ b/test/statetest/statetest.cpp @@ -61,8 +61,6 @@ int main(int argc, char* argv[]) // The default test filter. To enable all tests use `--gtest_filter=*`. testing::FLAGS_gtest_filter = "-" - // Unsupported or broken EIP implementations: - "EIPTests/stEOF/*.*:" // EOF implementation is broken // Slow tests: "stCreateTest.CreateOOGafterMaxCodesize:" // pass "stQuadraticComplexityTest.Call50000_sha256:" // pass