-
Notifications
You must be signed in to change notification settings - Fork 84
SV-COMP 2023 setup #859
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
SV-COMP 2023 setup #859
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
cc45423
Revert svcomp conf sorting to match svcomp22
sim642 d98a307
Add svcomp23 conf
sim642 2db7513
Fix make release
sim642 94dea44
Add Apron libraries to SV-COMP archive
sim642 d39a181
Fix SV-COMP build crash due to missing goblint.h
sim642 c09ed9c
Add svcomp git tag creation to archive script
sim642 f894253
Add missing default analyses to svcomp confs
sim642 479c35d
Add race analysis to autotune multi-threaded analyses
sim642 74b0e86
Enable autotune in svcomp23 conf
sim642 40aeef6
Fix privatization unsoundness without threadflag
sim642 505b669
Add minimized testcase from both apron branches dead without threadflag
sim642 bd42cc1
Enable float intervals for SV-COMP 2023
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,6 +52,7 @@ goblint.bc.js | |
| *.orig | ||
| *.rej | ||
|
|
||
| lib/ | ||
| sv-comp/goblint.zip | ||
|
|
||
| privPrecCompare | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| svcomp.json | ||
| svcomp21.json | ||
| svcomp22.json | ||
| svcomp23.json | ||
| ; no way to glob here... | ||
| ) | ||
| ) | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| { | ||
| "ana": { | ||
| "sv-comp": { | ||
| "enabled": true, | ||
| "functions": true | ||
| }, | ||
| "int": { | ||
| "def_exc": true, | ||
| "enums": false, | ||
| "interval": true | ||
| }, | ||
| "float": { | ||
| "interval": true | ||
| }, | ||
| "activated": [ | ||
| "base", | ||
| "threadid", | ||
| "threadflag", | ||
| "threadreturn", | ||
| "mallocWrapper", | ||
| "mutexEvents", | ||
| "mutex", | ||
| "access", | ||
| "race", | ||
| "escape", | ||
| "expRelation", | ||
| "mhp", | ||
| "assert", | ||
| "var_eq", | ||
| "symb_locks", | ||
| "region", | ||
| "thread" | ||
| ], | ||
| "context": { | ||
| "widen": false | ||
| }, | ||
| "malloc": { | ||
| "wrappers": [ | ||
| "kmalloc", | ||
| "__kmalloc", | ||
| "usb_alloc_urb", | ||
| "__builtin_alloca", | ||
| "kzalloc", | ||
|
|
||
| "ldv_malloc", | ||
|
|
||
| "kzalloc_node", | ||
| "ldv_zalloc", | ||
| "kmalloc_array", | ||
| "kcalloc", | ||
|
|
||
| "ldv_xmalloc", | ||
| "ldv_xzalloc", | ||
| "ldv_calloc" | ||
| ] | ||
| }, | ||
| "base": { | ||
| "arrays": { | ||
| "domain": "partitioned" | ||
| } | ||
| }, | ||
| "autotune": { | ||
| "enabled": true, | ||
| "activated": [ | ||
| "singleThreaded", | ||
| "mallocWrappers", | ||
| "noRecursiveIntervals", | ||
| "enums", | ||
| "arrayDomain", | ||
| "octagon", | ||
| "wideningThresholds" | ||
| ] | ||
| } | ||
| }, | ||
| "exp": { | ||
| "region-offsets": true | ||
| }, | ||
| "solver": "td3", | ||
| "sem": { | ||
| "unknown_function": { | ||
| "spawn": false | ||
| }, | ||
| "int": { | ||
| "signed_overflow": "assume_none" | ||
| }, | ||
| "null-pointer": { | ||
| "dereference": "assume_none" | ||
| } | ||
| }, | ||
| "witness": { | ||
| "id": "enumerate", | ||
| "unknown": false | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // SKIP PARAM: --set ana.activated[+] apron --set ana.activated[-] threadflag | ||
| // Minimized from sv-benchmarks/c/systemc/pipeline.cil-1.c | ||
| #include <assert.h> | ||
|
|
||
| int main_clk_pos_edge; | ||
| int main_in1_req_up; | ||
|
|
||
| int main() | ||
| { | ||
| // main_clk_pos_edge = 2; // TODO: uncomment to unskip apron test | ||
| if (main_in1_req_up == 1) // TODO: both branches are dead | ||
| assert(0); // TODO: uncomment to unskip apron test, FAIL (unreachable) | ||
| else | ||
| assert(1); // reachable | ||
| return (0); | ||
| } |
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.