diff options
Diffstat (limited to 'Chalice/tests/refinements/Answer')
-rw-r--r-- | Chalice/tests/refinements/Answer | 95 |
1 files changed, 50 insertions, 45 deletions
diff --git a/Chalice/tests/refinements/Answer b/Chalice/tests/refinements/Answer index 8bd8a24b..aa387295 100644 --- a/Chalice/tests/refinements/Answer +++ b/Chalice/tests/refinements/Answer @@ -1,45 +1,50 @@ -Processing LoopSqRoot.chalice - -Boogie program verifier finished with 9 verified, 0 errors -Processing RecSqRoot.chalice - -Boogie program verifier finished with 11 verified, 0 errors -Processing SpecStmt.chalice - 12.5: Assertion might not hold. The expression at 12.12 might not evaluate to true. - 25.5: Assertion might not hold. The expression at 25.12 might not evaluate to true. - 33.5: Assertion might not hold. The expression at 33.12 might not evaluate to true. - -Boogie program verifier finished with 4 verified, 3 errors -Processing SumCubes.chalice - -Boogie program verifier finished with 6 verified, 0 errors -Processing TestTransform.chalice - -Boogie program verifier finished with 10 verified, 0 errors -Processing TestRefines.chalice - 28.5: Refinement may produce different value for pre-state local variable: c - -Boogie program verifier finished with 14 verified, 1 error -Processing RecFiniteDiff.chalice - -Boogie program verifier finished with 9 verified, 0 errors -Processing LoopFiniteDiff.chalice - -Boogie program verifier finished with 12 verified, 0 errors -Processing Pick.chalice - 26.25: Sequence index might be larger than or equal to the length of the sequence. - -Boogie program verifier finished with 11 verified, 1 error -Processing TestCoupling.chalice - 35.13: The postcondition at 35.13 might not hold. Insufficient fraction at 35.13 for A1.y. - 62.38: Location might not be readable. - 66.5: Location might not be writable - -Boogie program verifier finished with 17 verified, 3 errors -Processing Calculator.chalice - -Boogie program verifier finished with 15 verified, 0 errors -Processing AngelicExec.chalice - 14.5: Refinement may produce different value for a declared local variable: x - -Boogie program verifier finished with 11 verified, 1 error +Processing LoopSqRoot.chalice
+
+Boogie program verifier finished with 9 verified, 0 errors
+Processing RecSqRoot.chalice
+
+Boogie program verifier finished with 11 verified, 0 errors
+Processing SpecStmt.chalice
+ 12.5: Assertion might not hold. The expression at 12.12 might not evaluate to true.
+ 25.5: Assertion might not hold. The expression at 25.12 might not evaluate to true.
+ 33.5: Assertion might not hold. The expression at 33.12 might not evaluate to true.
+
+Boogie program verifier finished with 4 verified, 3 errors
+Processing SumCubes.chalice
+
+Boogie program verifier finished with 6 verified, 0 errors
+Processing TestTransform.chalice
+
+Boogie program verifier finished with 10 verified, 0 errors
+Processing TestRefines.chalice
+ 40.5: Refinement may produce a different value for the pre-state local variable: c
+ 46.21: Refinement may change a variable outside of the frame of the specification statement: k
+ 52.9: Refinement may produce a different value for the pre-state local variable: k
+
+Boogie program verifier finished with 16 verified, 3 errors
+Processing RecFiniteDiff.chalice
+
+Boogie program verifier finished with 9 verified, 0 errors
+Processing LoopFiniteDiff.chalice
+
+Boogie program verifier finished with 12 verified, 0 errors
+Processing Pick.chalice
+ 26.25: Sequence index might be larger than or equal to the length of the sequence.
+
+Boogie program verifier finished with 11 verified, 1 error
+Processing TestCoupling.chalice
+ 35.13: The postcondition at 35.13 might not hold. Insufficient fraction at 35.13 for A1.y.
+ 62.38: Location might not be readable.
+ 66.5: Location might not be writable
+
+Boogie program verifier finished with 17 verified, 3 errors
+Processing Calculator.chalice
+
+Boogie program verifier finished with 15 verified, 0 errors
+Processing AngelicExec.chalice
+ 14.5: Refinement may produce a different value for the declared variable: x
+
+Boogie program verifier finished with 11 verified, 1 error
+Processing RefinesLoop.chalice
+The program did not typecheck.
+2.1: a refinement cycle detected B->C->A
|