sosy-lab / sv-benchmarks

Collection of Verification Tasks (MOVED, please follow the link)
https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks
184 stars 169 forks source link

Update coverage properties #1209

Closed lembergerth closed 4 years ago

lembergerth commented 4 years ago

[This PR was rebased against #1202 to get the correct XCSP verdicts.]

Over the course of the last year, a lot of tasks were fixed and a a lot of tasks were added. Most of the time, people did not consider the coverage-* properties for these tasks, so let's add them now.

Properties are added according to the criteria stated in #842:

Compliance is checked and properties are added with the scripts found at https://gist.github.com/lembergerth/1a1bf782931fb16af0d9e4bc1085a737 .

Ability to compile is checked with bin/prtest --compile-only, PRTest version https://gitlab.com/sosy-lab/software/prtest/-/tree/cc9cc249

holznerst commented 4 years ago

@skanav would you mind having a look at this PR?

kfriedberger commented 4 years ago

Possible additional optional idea:

lembergerth commented 4 years ago

@kfriedberger or @skanav This PR is ready for review.

skanav commented 4 years ago

Looks good.