-
Notifications
You must be signed in to change notification settings - Fork 84
Location fixes for YAML witness generation/validation #1372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c743366
Add expression location to return
sim642 854f47d
Fix initializer locations
sim642 8dfd8fa
Move YAML witness node predicates to WitnessUtil
sim642 39f0535
Move YAML witness validation node predicates to WitnessUtil
sim642 cfaeda3
Extract Server.is_server_node
sim642 994d287
Add node predicate output to cfgDot
sim642 1e134df
Merge branch 'cfg-test-pred' into fix-locations-pred
sim642 2b54e34
Allow YAML location invariants before first initializer
sim642 e07fad0
Add test for loop CFG locations
sim642 471d9b5
Make first for initializer loc non-synthetic
sim642 3764aa6
Test for loop locations with two initializers
sim642 2de8dad
Find syntactic loop heads in cfgDot
sim642 01809f9
Hide empty loop in cfgDot
sim642 db297e2
Move skippedByEdge into CFG module
sim642 7181c19
Move find_syntactic_loop_head to WitnessUtil
sim642 ac1d813
Make CFG skippedByEdge functional
sim642 f91b76c
Fix GobView with CfgBidirSkip
sim642 3fc582e
Base YAML witness loop invariants on syntactic loops
sim642 e12956e
Extract location_location for YAML witness location invariants
sim642 9dd83ad
Simplify YAML invariant locations in cfgDot
sim642 e9b4fd3
Deprecate WitnessUtil.YamlInvariantValidate
sim642 09794b9
Use non-Node locations for YAML witnesses
sim642 edfd0bc
Fix most YAML witness tests with new locations
sim642 9ddac1b
Make YAML precondition_loop_invariant only match loops, not all locat…
sim642 52b042c
Merge branch 'master' into fix-locations-pred
sim642 02bba93
Fix get_stmtLoc for GobView syntactic/semantic search
sim642 0bf0407
Check YAML witness and loop unrolling incompatibility
sim642 1844203
Add svcomp-validate conf without loop unrolling
sim642 146bad8
Add some comments from review
sim642 ddcbc96
Merge branch 'master' into fix-locations-pred
sim642 27a7518
Restore loopUnrollHeuristic in svcomp conf
sim642 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Submodule gobview
updated
15 files
| +23 −3 | src/Main.re | |
| +5 −3 | src/state/gvDisplay.ml | |
| +14 −0 | src/state/gvDisplayReducer.ml | |
| +1 −1 | src/state/gvGoblint.ml | |
| +1 −1 | src/state/gvInspect.ml | |
| +4 −2 | src/state/gvInspectReducer.ml | |
| +1 −1 | src/state/reducer.ml | |
| +2 −2 | src/state/state.ml | |
| +31 −4 | src/ui/content/gvBreadcrumb.re | |
| +22 −13 | src/ui/content/gvFileView.re | |
| +1 −1 | src/ui/content/gvFuncView.re | |
| +3 −2 | src/ui/panel/WarningView.re | |
| +2 −2 | src/ui/sidebar/SidebarLeft.re | |
| +8 −2 | src/ui/sidebar/fileList/fileEntry.re | |
| +5 −12 | src/ui/sidebar/fileList/gvFileList.re |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.