Skip to content

Commit

Permalink
Make threadid path sensitive in svcomp
Browse files Browse the repository at this point in the history
This is required for some ldv-races/ no-data-race tasks.
  • Loading branch information
sim642 committed Oct 4, 2023
1 parent 35f6d00 commit b6dfb14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/svcomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
"thread",
"threadJoins"
],
"path_sens": [
"mutex",
"malloc_null",
"uninit",
"expsplit",
"activeSetjmp",
"threadid"
],
"context": {
"widen": false
},
Expand Down

0 comments on commit b6dfb14

Please sign in to comment.