tacasv2a: --slice that keeps the suite valid (reach + assert) - #67
Closed
GuilhermeBn198 wants to merge 9 commits into
Closed
GuilhermeBn198 wants to merge 9 commits into
GuilhermeBn198 wants to merge 9 commits into
Conversation
… suite valid Diagnosis on 12 tasks the v15 slice arm lost, with the tacasv1 build: the slicer's cutoff inserts exit(0) without !dbg and KLEE aborts on a broken module; and nondet calls the slicer drops misalign the suite on the original program. Cutoff off + nondets as criteria: 6/12 -> 10/12. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The cutoff's exit(0) carries no !dbg and KLEE rejected every sliced module with a cut path; nondet reads the slicer dropped shifted the suite on the original program. Both are integration-tested now, and the slice is logged in functions/blocks/instructions, not only bytes. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Control 12/12, slice 12/12 on the 12 tasks the v15 slice arm lost. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The fixed list cannot know every __VERIFIER_nondet_* a benchmark declares (int128, uint128, ...), and a missing name silently brings the shifted suite back. The slicer input is disassembled with opt -S and every nondet symbol joins the criteria; the fixed list is the fallback. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Branch naming follows feat/** instead. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
6 tasks
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.
Superseded by the PR from
feat/tacas-slicing(closed automatically when the head branch was renamed).