Skip to content

Commit

Permalink
statetest, ci: Update EOF state tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 27, 2023
1 parent fcf6b33 commit a5fb833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:
- build_silkworm:
commit: 30ca8b324fcffb574c23c09fcba6386e57a7a5af
- download_execution_tests:
rev: v11.3
rev: v12.2
- run:
name: "Silkworm-driven blockchain tests (Advanced)"
working_directory: ~/build
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions test/statetest/statetest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5fb833

Please sign in to comment.