File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
- --full-slice --property main.assertion.1 --unwind 1
3
+ --full-slice --property main.assertion.1 --unwind 1 --verbosity 10
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED
7
7
--
8
8
^warning: ignoring
9
+ ^Thread 0 file main.c line 16 function doit
10
+ ^Thread 0 file main.c line 19 function doit
11
+ ^Thread 0 file main.c line 21 function doit
12
+ ^Thread 0 file main.c line 41 function main
13
+ ^Thread 0 file main.c line 42 function main
Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
- --full-slice --property main.assertion.2 --unwind 1
3
+ --full-slice --property main.assertion.2 --unwind 1 --verbosity 10
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED
7
7
--
8
8
^warning: ignoring
9
+ ^Thread 0 file main.c line 19 function doit
10
+ ^Thread 0 file main.c line 21 function doit
11
+ ^Thread 0 file main.c line 43 function main
12
+ ^Thread 0 file main.c line 44 function main
9
13
--
10
14
Tests whether properties are not relabelled after slicing.
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
134
134
exit (CPROVER_EXIT_USAGE_ERROR);
135
135
}
136
136
137
+ if (cmdline.isset (" full-slice" ))
138
+ options.set_option (" full-slice" , true );
139
+
137
140
if (cmdline.isset (" show-symex-strategies" ))
138
141
{
139
142
std::cout << path_strategy_chooser.show_strategies ();
You can’t perform that action at this time.
0 commit comments