-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1601 from goblint/svcomp25-dev
SV-COMP 2025 development
- Loading branch information
Showing
26 changed files
with
402 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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 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,123 @@ | ||
{ | ||
"ana": { | ||
"sv-comp": { | ||
"enabled": true, | ||
"functions": true | ||
}, | ||
"int": { | ||
"def_exc": true, | ||
"enums": false, | ||
"interval": true | ||
}, | ||
"float": { | ||
"interval": true, | ||
"evaluate_math_functions": true | ||
}, | ||
"activated": [ | ||
"base", | ||
"threadid", | ||
"threadflag", | ||
"threadreturn", | ||
"mallocWrapper", | ||
"mutexEvents", | ||
"mutex", | ||
"access", | ||
"race", | ||
"escape", | ||
"expRelation", | ||
"mhp", | ||
"assert", | ||
"var_eq", | ||
"symb_locks", | ||
"region", | ||
"thread", | ||
"threadJoins", | ||
"abortUnless", | ||
"unassume" | ||
], | ||
"path_sens": [ | ||
"mutex", | ||
"malloc_null", | ||
"uninit", | ||
"expsplit", | ||
"activeSetjmp", | ||
"memLeak", | ||
"threadflag" | ||
], | ||
"context": { | ||
"widen": false | ||
}, | ||
"base": { | ||
"arrays": { | ||
"domain": "partitioned" | ||
} | ||
}, | ||
"race": { | ||
"free": false, | ||
"call": false | ||
}, | ||
"autotune": { | ||
"enabled": true, | ||
"activated": [ | ||
"singleThreaded", | ||
"mallocWrappers", | ||
"noRecursiveIntervals", | ||
"enums", | ||
"congruence", | ||
"octagon", | ||
"wideningThresholds", | ||
"loopUnrollHeuristic", | ||
"memsafetySpecification", | ||
"noOverflows", | ||
"termination", | ||
"tmpSpecialAnalysis" | ||
] | ||
}, | ||
"widen": { | ||
"tokens": true | ||
} | ||
}, | ||
"exp": { | ||
"region-offsets": true | ||
}, | ||
"solver": "td3", | ||
"sem": { | ||
"unknown_function": { | ||
"spawn": false | ||
}, | ||
"int": { | ||
"signed_overflow": "assume_none" | ||
}, | ||
"null-pointer": { | ||
"dereference": "assume_none" | ||
} | ||
}, | ||
"witness": { | ||
"graphml": { | ||
"enabled": false | ||
}, | ||
"yaml": { | ||
"enabled": false, | ||
"strict": true, | ||
"format-version": "2.0", | ||
"entry-types": [ | ||
"location_invariant", | ||
"loop_invariant", | ||
"invariant_set", | ||
"violation_sequence" | ||
], | ||
"invariant-types": [ | ||
"location_invariant", | ||
"loop_invariant" | ||
] | ||
}, | ||
"invariant": { | ||
"loop-head": true, | ||
"after-lock": true, | ||
"other": true | ||
} | ||
}, | ||
"pre": { | ||
"enabled": false | ||
} | ||
} |
This file contains 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,118 @@ | ||
{ | ||
"ana": { | ||
"sv-comp": { | ||
"enabled": true, | ||
"functions": true | ||
}, | ||
"int": { | ||
"def_exc": true, | ||
"enums": false, | ||
"interval": true | ||
}, | ||
"float": { | ||
"interval": true, | ||
"evaluate_math_functions": true | ||
}, | ||
"activated": [ | ||
"base", | ||
"threadid", | ||
"threadflag", | ||
"threadreturn", | ||
"mallocWrapper", | ||
"mutexEvents", | ||
"mutex", | ||
"access", | ||
"race", | ||
"escape", | ||
"expRelation", | ||
"mhp", | ||
"assert", | ||
"var_eq", | ||
"symb_locks", | ||
"region", | ||
"thread", | ||
"threadJoins", | ||
"abortUnless" | ||
], | ||
"path_sens": [ | ||
"mutex", | ||
"malloc_null", | ||
"uninit", | ||
"expsplit", | ||
"activeSetjmp", | ||
"memLeak", | ||
"threadflag" | ||
], | ||
"context": { | ||
"widen": false | ||
}, | ||
"base": { | ||
"arrays": { | ||
"domain": "partitioned" | ||
} | ||
}, | ||
"race": { | ||
"free": false, | ||
"call": false | ||
}, | ||
"autotune": { | ||
"enabled": true, | ||
"activated": [ | ||
"singleThreaded", | ||
"mallocWrappers", | ||
"noRecursiveIntervals", | ||
"enums", | ||
"congruence", | ||
"octagon", | ||
"wideningThresholds", | ||
"loopUnrollHeuristic", | ||
"memsafetySpecification", | ||
"noOverflows", | ||
"termination", | ||
"tmpSpecialAnalysis" | ||
] | ||
} | ||
}, | ||
"exp": { | ||
"region-offsets": true | ||
}, | ||
"solver": "td3", | ||
"sem": { | ||
"unknown_function": { | ||
"spawn": false | ||
}, | ||
"int": { | ||
"signed_overflow": "assume_none" | ||
}, | ||
"null-pointer": { | ||
"dereference": "assume_none" | ||
} | ||
}, | ||
"witness": { | ||
"graphml": { | ||
"enabled": true, | ||
"id": "enumerate", | ||
"unknown": false | ||
}, | ||
"yaml": { | ||
"enabled": true, | ||
"format-version": "2.0", | ||
"entry-types": [ | ||
"invariant_set" | ||
], | ||
"invariant-types": [ | ||
"loop_invariant" | ||
] | ||
}, | ||
"invariant": { | ||
"loop-head": true, | ||
"after-lock": false, | ||
"other": false, | ||
"accessed": false, | ||
"exact": true | ||
} | ||
}, | ||
"pre": { | ||
"enabled": false | ||
} | ||
} |
This file contains 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 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 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 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 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 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.