Skip to content

Commit d5c1b71

Browse files
authored
Adjust test patterns so as not to check for trivial properties (#3464)
With diffblue/cbmc#8413, CBMC will no longer create property checks for assigns clauses that are trivially true. We had CBMC-Nightly failing since August 17th given the CBMC change. This will bring CBMC-Nightly back to a passing state. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent db9c45c commit d5c1b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/expected/function-contract/modifies/havoc_pass.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERIFICATION:- SUCCESSFUL
77

88
.assigns\
99
- Status: SUCCESS\
10-
- Description: "Check that var_4 is assignable"\
10+
- Description: "Check that *dst is assignable"\
1111
in function copy
1212

1313
VERIFICATION:- SUCCESSFUL

tests/expected/function-contract/modifies/havoc_pass_reordered.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERIFICATION:- SUCCESSFUL
77

88
copy.assigns\
99
- Status: SUCCESS\
10-
- Description: "Check that var_5 is assignable"\
10+
- Description: "Check that *dst is assignable"\
1111
in function copy
1212

1313
VERIFICATION:- SUCCESSFUL

0 commit comments

Comments
 (0)