-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to the conformance test suite (#2432)
* */: remove uses of LegacyTests in repository * test_conformance: run each test individually with log messages * .github/test-pr: skip submodule checkout on local checks * Set Version: 1.0.561 * .github/test-pr: only clone the needed submodules for each job, never LegacyTests * kevm-pyk/tests: move all unit/profiling test data as copies into this repo * .github/test-pr: correct plugin submodule directory * .github/test-pr: correct how we get submodules * .github/test-pr: stages which need ethereum-tests should rely on git caching * tests/interactive, package/test-package, flake.nix, .github/test-pr: avoid needing ethereum-tests for Nix jobs * .github/: actions/checkout@v3 => actions/checkout@v4 * .github/: update setup-poetry action from v8 => v9 * Makefile: make interactive tests not reach into submodules * flake.lock: update * tests/interactive/add.json: add newline * Set Version: 1.0.562 * Set Version: 1.0.563 * kevm-pyk/interpreter: always check return code on abnormal exit instead of running kore parser * Set Version: 1.0.566 * kevm-pyk/interpret: actually check on empty output for return code * kevm-pyk/interpreter: make an effort to fail more gracefully on bad interpreter output * Revert "kevm-pyk/interpreter: make an effort to fail more gracefully on bad interpreter output" This reverts commit 2ed9ce5. * Revert "kevm-pyk/interpret: actually check on empty output for return code" This reverts commit d623bd3. * Revert "kevm-pyk/interpreter: always check return code on abnormal exit instead of running kore parser" This reverts commit 2132b49. * Set Version: 1.0.568 * .github/Dockerfile: try upgraded poetry version * .github/Dockerfile: even newer version of poetry * Set Version: 1.0.569 * Set Version: 1.0.570 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]> Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information
1 parent
27cdad2
commit cc3c92b
Showing
18 changed files
with
594,119 additions
and
117 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Check out code' | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
token: ${{ secrets.JENKINS_GITHUB_PAT }} | ||
|
@@ -27,7 +27,7 @@ jobs: | |
git config user.name devops | ||
git config user.email [email protected] | ||
- name: 'Install Poetry' | ||
uses: Gr1N/setup-poetry@v8 | ||
uses: Gr1N/setup-poetry@v9 | ||
- name: 'Update pyk release tag' | ||
run: | | ||
K_VERSION=v$(cat deps/k_release) | ||
|
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.