Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kontrol/prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def create_kcfg_explore() -> KCFGExplore:
if progress is not None and task is not None:
progress.update(task, advance=1, status='Finished')

if options.minimize_proofs or options.config_type == ConfigType.SUMMARY_CONFIG:
if options.minimize_proofs:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close default minimize_proofs for SUMMARY_CONFIG.

proof.minimize_kcfg()

if start_time is not None:
Expand Down
5 changes: 5 additions & 0 deletions src/tests/integration/test-data/foundry-cse
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AssertTest.test_assert_false()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this file used for? I think foundry-dependency-* stores the test function names for CSE tests.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted

AssertTest.testFail_expect_revert()
AssertTest.test_failing_branch(uint256)
AssertTest.test_revert_branch(uint256,uint256)
MergeKCFGTest.test_branch_merge(uint256,uint256,bool)