Skip to content

Commit

Permalink
Add default analyses to old confs
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 20, 2023
1 parent 027e363 commit b88dc23
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 7 deletions.
1 change: 1 addition & 0 deletions conf/bench-yaml-validate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"mutexEvents",
"mutex",
"access",
"race",
"mallocWrapper",
"mhp",
"assert",
Expand Down
1 change: 1 addition & 0 deletions conf/bench-yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"mutexEvents",
"mutex",
"access",
"race",
"mallocWrapper",
"mhp",
"assert"
Expand Down
2 changes: 1 addition & 1 deletion conf/examples/large-program.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ana": {
"activated": [
"base", "mallocWrapper","escape","mutex","mutexEvents","access"
"base", "mallocWrapper","escape","mutex","mutexEvents","access", "race", "assert"
],
"base": {
"privatization": "none",
Expand Down
3 changes: 3 additions & 0 deletions conf/examples/medium-program.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"mhp",
"assert",
"var_eq",
"symb_locks",
"region",
Expand Down
3 changes: 3 additions & 0 deletions conf/examples/very-precise.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"mhp",
"assert",
"var_eq",
"symb_locks",
"region",
Expand Down
4 changes: 3 additions & 1 deletion conf/ldv-races.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"mhp"
"mhp",
"assert"
],
"malloc": {
"wrappers": [
Expand Down
5 changes: 4 additions & 1 deletion conf/svcomp22-intervals-novareq-affeq-apron.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"apron",
"symb_locks",
"region",
"thread"
"thread",
"mhp",
"assert"
],
"context": {
"widen": false
Expand Down
5 changes: 4 additions & 1 deletion conf/svcomp22-intervals-novareq-affeq-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
"mutex",
"affeq",
"access",
"race",
"escape",
"expRelation",
"symb_locks",
"region",
"thread"
"thread",
"mhp",
"assert"
],
"context": {
"widen": false
Expand Down
5 changes: 4 additions & 1 deletion conf/svcomp22-intervals-novareq-octagon-apron.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"apron",
"symb_locks",
"region",
"thread"
"thread",
"mhp",
"assert"
],
"context": {
"widen": false
Expand Down
5 changes: 4 additions & 1 deletion conf/svcomp22-intervals-novareq-polyhedra-apron.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
"mutexEvents",
"mutex",
"access",
"race",
"escape",
"expRelation",
"apron",
"symb_locks",
"region",
"thread"
"thread",
"mhp",
"assert"
],
"context": {
"widen": false
Expand Down
1 change: 1 addition & 0 deletions conf/traces-rel-toy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"mutexEvents",
"mutex",
"access",
"race",
"mallocWrapper",
"mhp",
"apron",
Expand Down
2 changes: 1 addition & 1 deletion conf/zstd-race.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ana": {
"activated": [
"expRelation", "base", "threadid", "threadflag", "threadreturn",
"escape", "mutexEvents", "mutex", "access", "mallocWrapper", "mhp",
"escape", "mutexEvents", "mutex", "access", "race", "mallocWrapper", "mhp", "assert",
"symb_locks", "var_eq", "mallocFresh"
],
"ctx_insens": [
Expand Down

0 comments on commit b88dc23

Please sign in to comment.