Skip to content

Commit

Permalink
Fixed cbmc-incr-oneloop test failing unwinding assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
esteffin committed Dec 14, 2023
1 parent 2f1eb7c commit fd57e6a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/alarm1/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--incremental-loop main.0 --unwind-max 15
--no-standard-checks --incremental-loop main.0 --unwind-max 15
activate-multi-line-match
^EXIT=0$
^SIGNAL=0$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/arrays5/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--incremental-loop main.0 --unwind-max 5 --arrays-uf-always
--no-standard-checks --incremental-loop main.0 --unwind-max 5 --arrays-uf-always
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/cruise1/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--incremental-loop main.0 --unwind-max 10
--no-standard-checks --incremental-loop main.0 --unwind-max 10
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/minmaxunwind3/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--unwind-min 2 --unwind-max 4 --incremental-loop main.0
--no-standard-checks --unwind-min 2 --unwind-max 4 --incremental-loop main.0
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/minmaxunwind4/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min
--no-standard-checks --unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/no-asserts/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
test.c
--incremental-loop main.0
--no-standard-checks --incremental-loop main.0
activate-multi-line-match
^EXIT=0$
^SIGNAL=0$
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--unwind-max 10 --incremental-loop main.0
--no-standard-checks --unwind-max 10 --incremental-loop main.0
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/simplifier1/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--incremental-loop main.0 --unwind-max 5
--no-standard-checks --incremental-loop main.0 --unwind-max 5
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
2 changes: 1 addition & 1 deletion regression/cbmc-incr-oneloop/simplifier2/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
--incremental-loop main.0 --unwind-max 3 --stop-on-fail
--no-standard-checks --incremental-loop main.0 --unwind-max 3 --stop-on-fail
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down

0 comments on commit fd57e6a

Please sign in to comment.