Skip to content

Commit 913220d

Browse files
authored
Merge pull request #1593 from goblint/svcomp25-no-exclude-vars
Remove witness `exclude-vars` from svcomp conf
2 parents 732b69a + 50b0bdd commit 913220d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

conf/svcomp.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,7 @@
107107
"after-lock": false,
108108
"other": false,
109109
"accessed": false,
110-
"exact": true,
111-
"exclude-vars": [
112-
"tmp\\(___[0-9]+\\)?",
113-
"cond",
114-
"RETURN",
115-
"__\\(cil_\\)?tmp_?[0-9]*\\(_[0-9]+\\)?",
116-
".*____CPAchecker_TMP_[0-9]+",
117-
"__VERIFIER_assert__cond",
118-
"__ksymtab_.*",
119-
"\\(ldv_state_variable\\|ldv_timer_state\\|ldv_timer_list\\|ldv_irq_\\(line_\\|data_\\)?[0-9]+\\|ldv_retval\\)_[0-9]+"
120-
]
110+
"exact": true
121111
}
122112
},
123113
"pre": {

0 commit comments

Comments
 (0)