File tree 2 files changed +5
-1
lines changed
regression/cbmc-incr-oneloop/minmaxunwind4 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
- --unwind-min 6 --unwind-max 8 --incremental-loop main.0
3
+ --unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED$
7
+ ^Generated 1 VCC\(s\), \d+ remaining after simplification$
7
8
--
9
+ ^Generated 6 VCC\(s\), \d+ remaining after simplification$
8
10
^warning: ignoring
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ symex_bmc_incremental_one_loopt::symex_bmc_incremental_one_loopt(
35
35
options.is_set(" unwind-min" ) ? options.get_signed_int_option(" unwind-min" )
36
36
: 0)
37
37
{
38
+ ignore_assertions =
39
+ options.get_bool_option (" ignore-properties-before-unwind-min" );
38
40
}
39
41
40
42
bool symex_bmc_incremental_one_loopt::should_stop_unwind (
You can’t perform that action at this time.
0 commit comments