Skip to content

Commit 108e9af

Browse files
committed
Adjust default flags in regression/cbmc tests.
1 parent 1e754ae commit 108e9af

File tree

145 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+147
-147
lines changed

regression/cbmc/ACSL/operators.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE no-new-smt
22
operators.c
3-
3+
--no-signed-overflow-check
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/cbmc/Address_of1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--stop-on-fail
3+
--stop-on-fail --no-pointer-check
44
^\[main\.assertion
55
^EXIT=0$
66
^SIGNAL=0$

regression/cbmc/Anonymous_Struct1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check
3+
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/cbmc/Array_UF21/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--arrays-uf-always --bounds-check
3+
--arrays-uf-always
44
^VERIFICATION FAILED$
55
^EXIT=10$
66
^SIGNAL=0$

regression/cbmc/Array_operations1/full-slice.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ main.c
1010
^\[test_unequal\.assertion\.4\] .* expected to fail: FAILURE
1111
^\[test_unequal\.assertion\.5\] .* expected to fail: FAILURE
1212
^\[test_unequal\.assertion\.6\] .* expected to fail: FAILURE
13-
^\*\* 5 of 15 failed
13+
^\*\* 5 of 19 failed
1414
^VERIFICATION FAILED$
1515
--
1616
^warning: ignoring
1717
--
18-
Verify the properties of various cprover array primitves
18+
Verify the properties of various CPROVER array primitives.

regression/cbmc/Array_operations1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main.c
1010
^\[test_unequal\.assertion\.4\] .* expected to fail: FAILURE
1111
^\[test_unequal\.assertion\.5\] .* expected to fail: FAILURE
1212
^\[test_unequal\.assertion\.6\] .* expected to fail: FAILURE
13-
^\*\* 5 of 15 failed
13+
^\*\* 5 of 19 failed
1414
^VERIFICATION FAILED$
1515
--
1616
^warning: ignoring

regression/cbmc/Associativity1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
3+
--no-signed-overflow-check
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/cbmc/BV_Arithmetic3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ main.c
33

44
^EXIT=0$
55
^SIGNAL=0$
6-
(Starting CEGAR Loop|^Generated 1 VCC\(s\), 0 remaining after simplification$)
6+
(Starting CEGAR Loop|^Generated 68 VCC\(s\), 0 remaining after simplification$)
77
^VERIFICATION SUCCESSFUL$
88
--
99
^warning: ignoring

regression/cbmc/BV_Arithmetic4/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--unwind 32
3+
--unwind 32 --no-signed-overflow-check --no-undefined-shift-check
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/cbmc/Bitfields3/paths.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE no-new-smt
22
main.c
3-
--pointer-check --bounds-check --paths lifo
3+
--paths lifo
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)