diff options
Diffstat (limited to 'Chalice/tests/general-tests/prog2.output.txt')
-rw-r--r-- | Chalice/tests/general-tests/prog2.output.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Chalice/tests/general-tests/prog2.output.txt b/Chalice/tests/general-tests/prog2.output.txt new file mode 100644 index 00000000..b9d88bbe --- /dev/null +++ b/Chalice/tests/general-tests/prog2.output.txt @@ -0,0 +1,13 @@ +Verification of prog2.chalice using parameters=""
+
+ 24.5: Assertion might not hold. The expression at 24.12 might not evaluate to true. + 31.13: Location might not be readable. + 73.5: Const variable can be assigned to only once. + 78.5: Assertion might not hold. The expression at 78.12 might not evaluate to true. + +The program did not fully verify; the smoke warnings might be misleading if contradictions are introduced by failing proof attempts of the verification. + 20.3: The end of method Caller1 is unreachable. + 39.5: The statements after the method call statement are unreachable. + 70.3: The end of method M2 is unreachable. + +Boogie program verifier finished with 4 errors and 3 smoke test warnings.
|