-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add __VERIFIER_assert to library functions for evalAssert transformed…
… output analysis
- Loading branch information
Showing
4 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
$ goblint --enable ana.sv-comp.functions 33-verifier-assert-undef.c | ||
[Error][Imprecise][Unsound] Function definition missing for __VERIFIER_assert (33-verifier-assert-undef.c:5:3-5:23) | ||
[Info][Imprecise] INVALIDATING ALL GLOBALS! (33-verifier-assert-undef.c:5:3-5:23) | ||
[Info][Imprecise] Invalidating expressions: 1 (33-verifier-assert-undef.c:5:3-5:23) | ||
[Error][Imprecise][Unsound] Function definition missing for __VERIFIER_assert (33-verifier-assert-undef.c:6:3-6:23) | ||
[Info][Imprecise] INVALIDATING ALL GLOBALS! (33-verifier-assert-undef.c:6:3-6:23) | ||
[Info][Imprecise] Invalidating expressions: r (33-verifier-assert-undef.c:6:3-6:23) | ||
[Error][Imprecise][Unsound] Function definition missing for __VERIFIER_assert (33-verifier-assert-undef.c:7:3-7:23) | ||
[Info][Imprecise] INVALIDATING ALL GLOBALS! (33-verifier-assert-undef.c:7:3-7:23) | ||
[Info][Imprecise] Invalidating expressions: 0 (33-verifier-assert-undef.c:7:3-7:23) | ||
[Info][Deadcode] Logical lines of code (LLoC) summary: | ||
live: 5 | ||
dead: 0 | ||
[Success][Assert] Assertion "1" will succeed (33-verifier-assert-undef.c:5:3-5:23) | ||
[Warning][Assert] Assertion "r" is unknown. (33-verifier-assert-undef.c:6:3-6:23) | ||
[Error][Assert] Assertion "0" will fail. (33-verifier-assert-undef.c:7:3-7:23) | ||
[Warning][Deadcode] Function 'main' does not return | ||
[Warning][Deadcode] Function 'main' has dead code: | ||
on line 8 (33-verifier-assert-undef.c:8-8) | ||
[Warning][Deadcode] Logical lines of code (LLoC) summary: | ||
live: 4 | ||
dead: 1 | ||
total lines: 5 | ||
[Error][Imprecise][Unsound] Function definition missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters