@@ -373,29 +373,26 @@ jobs:
373373 working_directory : ~/spec-tests/fixtures/state_tests
374374 command : >
375375 ~/build/bin/evmone-statetest
376- prague/eip2537_bls_12_381_precompiles
376+ prague/eip2537_bls_12_381_precompiles/bls12_pairing
377377 - run :
378378 name : " Execution spec tests (develop, blockchain_tests) - pectra-devnet-4"
379379 # Tests for in-development EVM revision currently passing.
380380 working_directory : ~/spec-tests/fixtures/blockchain_tests
381381 command : >
382382 ~/build/bin/evmone-blockchaintest
383383 prague/eip2935_historical_block_hashes_from_state
384- prague/eip6110_deposits
385- prague/eip7002_el_triggerable_withdrawals
386- prague/eip7251_consolidations
387384 prague/eip7685_general_purpose_el_requests
388385 - download_execution_spec_tests :
389386390387 fixtures_suffix : pectra-devnet-5
391388 - run :
392389 name : " Execution spec tests (develop, state_tests)"
393390 # Tests for in-development EVM revision currently passing.
394- # TODO: Just a single example for now (BLS G1MUL is unchanged in pectra-devnet-5).
395391 working_directory : ~/spec-tests/fixtures/state_tests
396392 command : >
397393 ~/build/bin/evmone-statetest
398394 prague/eip2537_bls_12_381_precompiles/bls12_g1mul
395+ prague/eip7623_increase_calldata_cost
399396 - run :
400397 name : " Execution spec tests (develop, blockchain_tests)"
401398 # Tests for in-development EVM revision currently passing.
@@ -426,7 +423,9 @@ jobs:
426423 name : " EOF pre-release execution spec tests (blockchain_tests)"
427424 working_directory : ~/build
428425 command : >
429- bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests/osaka
426+ bin/evmone-blockchaintest
427+ --gtest_filter='-eofwrap/*'
428+ ~/spec-tests/fixtures/blockchain_tests/osaka
430429 - run :
431430 name : " EOF pre-release execution spec tests (eof_tests)"
432431 working_directory : ~/build
0 commit comments