Update to conformance test suite#2742
Merged
automergerpr-permission-manager[bot] merged 10 commits intoApr 17, 2025
Merged
Conversation
ehildenb
reviewed
Apr 16, 2025
ehildenb
reviewed
Apr 16, 2025
Member
|
So now the |
ehildenb
reviewed
Apr 16, 2025
ehildenb
reviewed
Apr 16, 2025
ehildenb
reviewed
Apr 16, 2025
ehildenb
reviewed
Apr 17, 2025
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding support for the new execution-spec-tests conformance suite of the EVM.
Creating a new dir under
tests/execution-spec-testswith:get-execution-spec-tests.shscript inspired by the one provided in the documentation (source) that downloads a given version of the JSON fixtures from the official GH release page.kevm-pyk/src/tests/integration/test_execution_spec_tests.pypytest file that executes four categories of tests: blockchain, blockchain-engine, state and transactions. Duplicated logic from the old kevm-pyk/src/tests/integration/test_conformance.pyhas been refactored underkevm-pyk/src/tests/utils.pyexecution-spec-tests/failing.llvmfile.test-fixturesandfixtures-failing-listMakefile rules that download the JSON fixtures. They are used on CI.