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

Added missing expected result for no-overflow property #1204

Merged
merged 1 commit into from
Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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