diff options
Diffstat (limited to 'Chalice/tests/general-tests/LoopLockChange.output.txt')
-rw-r--r-- | Chalice/tests/general-tests/LoopLockChange.output.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Chalice/tests/general-tests/LoopLockChange.output.txt b/Chalice/tests/general-tests/LoopLockChange.output.txt new file mode 100644 index 00000000..19e84f93 --- /dev/null +++ b/Chalice/tests/general-tests/LoopLockChange.output.txt @@ -0,0 +1,12 @@ +Verification of LoopLockChange.chalice using parameters=""
+
+ 10.5: Method execution before loop might lock/unlock more than allowed by lockchange clause of loop. + 35.5: The loop might lock/unlock more than the lockchange clause allows. + 65.5: The loop might lock/unlock more than the lockchange clause allows. + +The program did not fully verify; the smoke warnings might be misleading if contradictions are introduced by failing proof attempts of the verification. + 10.5: The begging of the while-body is unreachable. + 10.5: The statements after the while-loop are unreachable. + 75.5: Assumption introduces a contradiction. + +Boogie program verifier finished with 3 errors and 3 smoke test warnings.
|