Skip to content

Commit

Permalink
ci: Adjust EEST tests for pectra devnet 4/5
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jan 16, 2025
1 parent d09ea2f commit 23014df
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,29 +373,26 @@ jobs:
working_directory: ~/spec-tests/fixtures/state_tests
command: >
~/build/bin/evmone-statetest
prague/eip2537_bls_12_381_precompiles
prague/eip2537_bls_12_381_precompiles/bls12_pairing
- run:
name: "Execution spec tests (develop, blockchain_tests) - pectra-devnet-4"
# Tests for in-development EVM revision currently passing.
working_directory: ~/spec-tests/fixtures/blockchain_tests
command: >
~/build/bin/evmone-blockchaintest
prague/eip2935_historical_block_hashes_from_state
prague/eip6110_deposits
prague/eip7002_el_triggerable_withdrawals
prague/eip7251_consolidations
prague/eip7685_general_purpose_el_requests
- download_execution_spec_tests:
release: [email protected]
fixtures_suffix: pectra-devnet-5
- run:
name: "Execution spec tests (develop, state_tests)"
# Tests for in-development EVM revision currently passing.
# TODO: Just a single example for now (BLS G1MUL is unchanged in pectra-devnet-5).
working_directory: ~/spec-tests/fixtures/state_tests
command: >
~/build/bin/evmone-statetest
prague/eip2537_bls_12_381_precompiles/bls12_g1mul
prague/eip7623_increase_calldata_cost
- run:
name: "Execution spec tests (develop, blockchain_tests)"
# Tests for in-development EVM revision currently passing.
Expand Down Expand Up @@ -426,7 +423,9 @@ jobs:
name: "EOF pre-release execution spec tests (blockchain_tests)"
working_directory: ~/build
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests/osaka
bin/evmone-blockchaintest
--gtest_filter='-eofwrap/*'
~/spec-tests/fixtures/blockchain_tests/osaka
- run:
name: "EOF pre-release execution spec tests (eof_tests)"
working_directory: ~/build
Expand Down

0 comments on commit 23014df

Please sign in to comment.