Skip to content

Commit 42e3680

Browse files
authored
Merge pull request diffblue#7224 from tautschnig/bugfixes/7059-stop-on-fail
Report successfully verified properties with stop-on-fail
2 parents 77d7af0 + ec5ead4 commit 42e3680

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

regression/cbmc/Address_of1/test.desc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CORE
22
main.c
33
--stop-on-fail
4+
^\[main\.assertion
45
^EXIT=0$
56
^SIGNAL=0$
67
^VERIFICATION SUCCESSFUL$

src/goto-checker/stop_on_fail_verifier.h

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class stop_on_fail_verifiert : public goto_verifiert
4444
switch(determine_result(properties))
4545
{
4646
case resultt::PASS:
47+
output_properties(properties, 1, ui_message_handler);
4748
report_success(ui_message_handler);
4849
incremental_goto_checker.output_proof();
4950
break;

0 commit comments

Comments
 (0)