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

Commit 0fbf02b

Browse files
committed
Fix expected verdict of xcsp/Haystack* tasks
According to XCSP, these are open problems. But we claim that they are safe (CPAchecker and CBMC report TRUE for most of them)
1 parent adf875c commit 0fbf02b

14 files changed

+14
-14
lines changed

c/xcsp/Haystacks-06.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-06.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-07.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-07.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-08.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-08.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-09.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-09.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-10.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-11.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-12.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-13.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-14.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

c/xcsp/Haystacks-15.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format_version: '2.0'
33
input_files: 'Haystacks-15.c'
44
properties:
55
- property_file: ../properties/unreach-call.prp
6-
expected_verdict: false
6+
expected_verdict: true
77

88
options:
99
language: C

0 commit comments

Comments
 (0)