[TS PBT] Align property execution semantics - #386
Open
CaelmBleidd wants to merge 5 commits into
Open
CaelmBleidd wants to merge 5 commits into
CaelmBleidd wants to merge 5 commits into
Conversation
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 06:51
52e3db6 to
73cb437
Compare
Base automatically changed from
caelmbleidd/issue-350-property-ets-mapping
to
main
September 8, 2026 12:12
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 12:54
73cb437 to
e250a3b
Compare
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 13:30
e250a3b to
174af1a
Compare
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.
Summary
This change gives concrete generation, examples, replay and shrinking one property execution contract, ready for downstream symbolic integration.
PRECONDITION_EXHAUSTED. Throwing and non-boolean preconditions are execution errors; even unreadable thrown values retain that classification.Error('Property timeout: ...')remains a violation. Interrupted shrinking retains an already found counterexample.Scope
This PR contains the #384 execution contract and FastCheck behavior only. It is based on
main, which already contains #350. PR #387 owns the dependent #351/#352 symbolic projection and search.Validation
./gradlew :usvm-ts-pbt:check :usvm-ts-pbt:installDist :usvm-ts-pbt:detektMain :usvm-ts-pbt:detektTest: passed, 193 JVM tests, 59 adapter tests, no Detekt findings.git diff --check: passed.dynamic timeout()test passed on one job rerun.Closes #384