Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1204 from hernanponcedeleon/missing-overflow
Browse files Browse the repository at this point in the history
Added missing expected result for no-overflow property
  • Loading branch information
dbeyer authored Oct 30, 2020
2 parents 835b3b1 + 43b4acf commit c290f49
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c/nla-digbench/divbin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'divbin.i'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: false
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/divbin2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'divbin2.i'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/freire1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'freire1.c'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: false
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/freire2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'freire2.c'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: false
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'knuth.i'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/lcm1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'lcm1.c'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/lcm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'lcm2.c'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down
2 changes: 2 additions & 0 deletions c/nla-digbench/mannadiv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ input_files: 'mannadiv.c'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
- property_file: ../properties/no-overflow.prp
expected_verdict: true

options:
language: C
Expand Down

0 comments on commit c290f49

Please sign in to comment.