Skip to content

Commit

Permalink
ci: Disable failing EEST/EOF tests
Browse files Browse the repository at this point in the history
The disabled tests are failing by having
invalid EOF with unreferenced subcontainers.
  • Loading branch information
chfast committed Jun 28, 2024
1 parent df592fe commit c69e5ca
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,11 @@ jobs:
- run:
name: "EOF pre-release execution spec tests (state_tests)"
working_directory: ~/build
# TODO: Disabled tests:
# prague/eip7692_eof_v1/eip7620_eof_create/eofcreate.eofcreate_in_initcode_reverts: contains invalid EOF container: unreferenced subcontainer
command: >
bin/evmone-statetest ~/spec-tests/fixtures/state_tests
--gtest_filter=-prague/eip7692_eof_v1/eip7620_eof_create/eofcreate.eofcreate_in_initcode_reverts
- run:
name: "EOF pre-release execution spec tests (blockchain_tests)"
working_directory: ~/build
Expand All @@ -417,8 +420,12 @@ jobs:
- run:
name: "EOF pre-release execution spec tests (eof_tests)"
working_directory: ~/build
# TODO: Disabled tests:
# prague/eip7692_eof_v1/eip3540_eof_v1/all_opcodes_in_container.all_opcodes_in_container
# prague/eip7692_eof_v1/eip3540_eof_v1/code_validation.legacy_initcode_valid_eof_v1_contract: unreferenced subcontainers, fixed in https://github.com/ethereum/execution-spec-tests/pull/649
command: >
bin/evmone-eoftest ~/spec-tests/fixtures/eof_tests --gtest_filter=-prague/eip7692_eof_v1/eip3540_eof_v1/all_opcodes_in_container.all_opcodes_in_container
bin/evmone-eoftest ~/spec-tests/fixtures/eof_tests
--gtest_filter=-prague/eip7692_eof_v1/eip3540_eof_v1/all_opcodes_in_container.all_opcodes_in_container:prague/eip7692_eof_v1/eip3540_eof_v1/code_validation.legacy_initcode_valid_eof_v1_contract
- collect_coverage_gcc
- upload_coverage:
flags: eof_execution_spec_tests
Expand Down Expand Up @@ -471,8 +478,11 @@ jobs:
- run:
name: "EOF validation tests"
working_directory: ~/build
command: |
# TODO: Disabled tests:
# efValidation.EOF1_embedded_container_:efValidation.EOF1_eofcreate_valid_:efValidation.EOF1_section_order_: unreferenced subcontainer
command: >
bin/evmone-eoftest ~/tests/EOFTests
--gtest_filter=-:efValidation.EOF1_embedded_container_:efValidation.EOF1_eofcreate_valid_:efValidation.EOF1_section_order_
- collect_coverage_gcc
- upload_coverage:
flags: ethereum_tests
Expand Down

0 comments on commit c69e5ca

Please sign in to comment.