Skip to content

Commit 12ff897

Browse files
esteffinEnrico Steffinlongo
authored and
Enrico Steffinlongo
committed
Fixed goto-synthesizer failing regression test
1 parent b03c50f commit 12ff897

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Diff for: regression/goto-synthesizer/array_uf/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --arrays-uf-always _ --arrays-uf-always
3+
--pointer-check _ --no-malloc-may-fail --arrays-uf-always _ --arrays-uf-always
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check
3+
--pointer-check _ --no-malloc-may-fail _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[main\.\d+\] line 10 Check loop invariant before entry: SUCCESS$

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_01/test_dump.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --dump-loop-contracts --json-output main.c
3+
--pointer-check _ --no-malloc-may-fail --dump-loop-contracts --json-output main.c
44
^EXIT=0$
55
^SIGNAL=0$
66
\"sources"\: \[ \"main\.c\" \]

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_02/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check
3+
--pointer-check _ --no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[main.pointer\_dereference.\d+\] .* SUCCESS$

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_02/test_dump.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --dump-loop-contracts
3+
--pointer-check _ --dump-loop-contracts --no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
\"sources"\: \[ \"main\.c\" \]

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_03/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check
3+
--pointer-check _ --no-malloc-may-fail _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[main.pointer\_dereference.\d+\] .* SUCCESS$

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_03/test_cadical.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --sat-solver cadical --verbosity 10
3+
--pointer-check _ --no-malloc-may-fail --sat-solver cadical --verbosity 10 _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
Solving with CaDiCaL|The specified solver, 'cadical', is not available. The default solver will be used instead.

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_03/test_dump.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --dump-loop-contracts
3+
--pointer-check _ --no-malloc-may-fail --dump-loop-contracts
44
^EXIT=0$
55
^SIGNAL=0$
66
\"sources"\: \[ \"main\.c\" \]

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_04/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --verbosity 9
3+
--pointer-check _ --no-malloc-may-fail --verbosity 9
44
^EXIT=0$
55
^SIGNAL=0$
66
Quick filter\: 6.* out of 67 candidates were filtered out\.

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_04/test_dump.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check _ --dump-loop-contracts
3+
--pointer-check _ --no-malloc-may-fail --dump-loop-contracts
44
^EXIT=0$
55
^SIGNAL=0$
66
\"sources"\: \[ \"main\.c\" \]

Diff for: regression/goto-synthesizer/loop_contracts_synthesis_08/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check
3+
--pointer-check _ --no-malloc-may-fail _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[main.pointer\_dereference.\d+\] .* SUCCESS$

0 commit comments

Comments
 (0)