Integration tests for symbolic constructor#573
Closed
palinatolmach wants to merge 4 commits intomasterfrom
Closed
Conversation
Contributor
|
Closing this as I've integrated this test in 9e60d4c. |
rv-jenkins
added a commit
that referenced
this pull request
Jun 5, 2024
* deps/kevm_release: Set Version 1.0.581
* Set Version: 0.1.297
* Sync Poetry files: kevm-pyk version 1.0.581
* flake.{nix,lock}: update Nix derivations
* deps/kevm_release: Set Version 1.0.582
* Set Version: 0.1.298
* Sync Poetry files: kevm-pyk version 1.0.582
* deps/k_release: sync release file version 7.0.105
* flake.{nix,lock}: update Nix derivations
* deps/kevm_release: Set Version 1.0.583
* Sync Poetry files: kevm-pyk version 1.0.583
* deps/k_release: sync release file version 7.0.106
* flake.{nix,lock}: update Nix derivations
* deps/kevm_release: Set Version 1.0.585
* Set Version: 0.1.299
* Sync Poetry files: kevm-pyk version 1.0.585
* flake.{nix,lock}: update Nix derivations
* deps/kevm_release: Set Version 1.0.586
* Sync Poetry files: kevm-pyk version 1.0.586
* flake.{nix,lock}: update Nix derivations
* deps/kevm_release: Set Version 1.0.587
* Sync Poetry files: kevm-pyk version 1.0.587
* flake.{nix,lock}: update Nix derivations
* from #594: compute jumpdests using the Python custom_step
* update expected output
* from #573: add integration test for symbolic constructor
* test_foundry_prove.py: update label in unit test
* Sync Poetry files: kevm-pyk version 1.0.587
* deps/kevm_release: Set Version 1.0.588
* Sync Poetry files: kevm-pyk version 1.0.588
* deps/k_release: sync release file version 7.0.111
* flake.{nix,lock}: update Nix derivations
* Update kompile expected output
* Set Version: 0.1.300
* Fix local reordering issue in kompile output update
* -m test_identity: update cse expected output
---------
Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Andrei <16517508+anvacaru@users.noreply.github.com>
Co-authored-by: palinatolmach <polina.tolmach@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.
This PR adds
ImmutableVarsContractthat allows testing support for symbolic arguments in constructor to be added in https://github.com/runtimeverification/evm-semantics/tree/petar/valid-jumpdests.TODO: remove byte indexing lemmas once they're upstreamed.