Skip to content

Commit 7672b40

Browse files
Set induction tests to FUTURE
These require more options that have not been implemented yet.
1 parent c5ff75f commit 7672b40

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
CORE
1+
FUTURE
22
main.c
3-
--incremental-loop main.0 --stop-when-unsat
3+
--incremental-loop main.0 --stop-when-pass
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9+
--
10+
Step case of k-induction for a single loop:
11+
incrementally try for increasing k as long as there are failing assertions.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
CORE
1+
FUTURE
22
main.c
3-
--incremental-loop main.0 --stop-when-unsat
3+
--incremental-loop main.0 --stop-when-pass
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9+
--
10+
Step case of k-induction for a single loop:
11+
incrementally try for increasing k as long as there are failing assertions.

0 commit comments

Comments
 (0)