Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test for CSE function calls * Set Version: 0.1.152 * Set Version: 0.1.153 * further examples, tests, and lemmas * Set Version: 0.1.155 * Update dependency: deps/kevm_release (#364) * deps/kevm_release: Set Version 1.0.452 * Set Version: 0.1.155 * Sync Poetry files: kevm-pyk version 1.0.452 * flake.{nix,lock}: update Nix derivations * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 --------- Co-authored-by: devops <[email protected]> * Set Version: 0.1.156 * Set Version: 0.1.158 * Set Version: 0.1.167 * refactoring, removing unneeded files * Set Version: 0.1.169 * Add `kontrol refute-node` and `kontrol unrefute-node` commands (#381) * Implement kontrol refute-node command * Implement kontrol unrefute-node command * Filter proof versions to exclude subproofs * Factor out foundry_refute_node and foundry_unrefute_node * Add test for foundry_refute_node * Add expected output for node refutation test * Set Version: 0.1.165 * Set Version: 0.1.169 --------- Co-authored-by: Lucas MT <[email protected]> Co-authored-by: devops <[email protected]> * Update dependency: deps/kevm_release (#392) * deps/kevm_release: Set Version 1.0.462 * Set Version: 0.1.169 * Sync Poetry files: kevm-pyk version 1.0.462 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.170 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.463 * Sync Poetry files: kevm-pyk version 1.0.463 * flake.{nix,lock}: update Nix derivations * Updated expected output --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Set Version: 0.1.171 * Set Version: 0.1.172 * path correction * redesigning CSE tests * slightly more general WETH contract * minor spacing consistencies * generalising test harness * Set Version: 0.1.174 * additional proof options for dependency tests * AddConst test * initialisation of accessedStorage * formatting * test correction * adding expected files, WETH9 contract * correction * removing accessStorage manipulation, adding full WETH9 * adding nocse kcfgs and updating cse ones * correction * Set Version: 0.1.175 * addresses not equal to cheatcode address * Set Version: 0.1.177 * deps/kevm_release: Set Version 1.0.465 * Sync Poetry files: kevm-pyk version 1.0.465 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.466 * Sync Poetry files: kevm-pyk version 1.0.466 * deps/k_release: sync release file version 6.3.17 * flake.{nix,lock}: update Nix derivations * kontrol/{solc_to_k,prove,foundry}: updates from upstream * src/tests/unit: update expected output * additional lemmas for discharging infeasible branches * Set Version: 0.1.178 * caller in accounts * :integration/test_kontrol_cse.py: init * updating expected outputs * Set Version: 0.1.180 * Generate xml report (#377) * generating a simple xml report * report with time for each test case * xml report generated from results of kontrol prove command * formatted failure text * Added flag to generate the report only if the --xml-test_report is provided * execution time in kontrol side * Set proof execution time * report with <error> tag for tests that end with exceptions * report is generated in function foundry_to_xml * Set Version: 0.1.162 * Formatting * Added file attribute to testcase * Set Version: 0.1.163 * Set Version: 0.1.164 * Printing exception trace in the report * Added CI test for the xml report feature * Fixed CI test * Add setup exectuion time to the testsuites * Fixed testsuites total execution time * Added one more assertion to CI test * Added property with kontrol version to xml report * Set Version: 0.1.165 * Set Version: 0.1.165 * undo changes to profiling test * Formatting * Fixed print failure info in xml report * Set Version: 0.1.179 * Set Version: 0.1.180 * Addressed PR comments --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Refactor get_test_id to fetch latest version (#406) * foundry.py: refactor get_test_id to fetch latest version * Set Version: 0.1.179 * add docstrings and unit test * test_foundry_list.py: revert changes * Set Version: 0.1.180 * foundry-list.expected: revert changes * test_get_test_id.py: add new unit tests * foundry.py: refactor get_test_id * test_get_test_id.py: update fixture and add new test case * test_get_test_id.py: refactor using monkeypatch * Set Version: 0.1.181 --------- Co-authored-by: devops <[email protected]> Co-authored-by: rv-jenkins <[email protected]> * Remove upper bound from pytest version (#408) * Remove upper bound from pytest version * Set Version: 0.1.180 * Set Version: 0.1.181 * Set Version: 0.1.182 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]> Co-authored-by: rv-jenkins <[email protected]> * Update dependency: deps/kevm_release (#410) * deps/kevm_release: Set Version 1.0.478 * Set Version: 0.1.180 * Sync Poetry files: kevm-pyk version 1.0.478 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.181 * deps/kevm_release: Set Version 1.0.479 * Sync Poetry files: kevm-pyk version 1.0.479 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.182 * deps/kevm_release: Set Version 1.0.480 * Sync Poetry files: kevm-pyk version 1.0.480 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.183 * deps/kevm_release: Set Version 1.0.481 * Sync Poetry files: kevm-pyk version 1.0.481 * flake.{nix,lock}: update Nix derivations * Update expected output (w/o `test_foundry_xml_report`) * deps/kevm_release: Set Version 1.0.482 * Sync Poetry files: kevm-pyk version 1.0.482 * deps/k_release: sync release file version 6.3.25 * flake.{nix,lock}: update Nix derivations * Reinit proofs in `test_foundry_xml_report` * Updated expected output w/new exec time format, `terminal` node label --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Set Version: 0.1.184 * simplifying lemams and adding them to CI * Set Version: 0.1.185 * test_kontrol_cse.py: move dependency test from test_foundry_prove * Set Version: 0.1.188 * test_kontrol_cse.py: refactor test harness * Set Version: 0.1.192 * Update dependency: deps/kevm_release (#419) * deps/kevm_release: Set Version 1.0.485 * Set Version: 0.1.188 * Sync Poetry files: kevm-pyk version 1.0.485 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> * skipping tests * correction * correction: caller in accounts * Set Version: 0.1.193 * Set Version: 0.1.194 * removing cbor and hash disabling * updating expected output * manual correction of expected output * adding appropriate expected outputs * attempting to manually fix expected output * Set Version: 0.1.195 * adding a CSE CI runner, removing no-cse executions * removing no-cse.expected files * updating expected outputs * Set Version: 0.1.197 * Set Version: 0.1.197 * name correction for CI job * Update src/tests/integration/test-data/foundry-dependency-all Co-authored-by: Andrei Văcaru <[email protected]> * Update src/tests/integration/test-data/foundry-dependency-skip Co-authored-by: Andrei Văcaru <[email protected]> * removing unused code * bringing back execution without CSE for testing purposes * Set Version: 0.1.200 * adding expected output for no-cse tests * Set Version: 0.1.202 * Set Version: 0.1.204 * updating expected outputs, correcting non-cse executions * removing no-cse and updating expected outputs * Updating the running of proofs * Set Version: 0.1.205 * adding a skipped test in init tests due to a run-constructor error --------- Co-authored-by: devops <[email protected]> Co-authored-by: rv-jenkins <[email protected]> Co-authored-by: lucasmt <[email protected]> Co-authored-by: Lucas MT <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]> Co-authored-by: Andrei <[email protected]> Co-authored-by: Lisandra <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
- Loading branch information