summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsNeg.dfy.expect
blob: 16c8963f6b2534b540384897f6a4e1c8a8951740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ComputationsNeg.dfy(7,3): Error: failure to decrease termination measure
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
ComputationsNeg.dfy(11,1): Error BP5003: A postcondition might not hold on this return path.
ComputationsNeg.dfy(10,17): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
ComputationsNeg.dfy(23,1): Error BP5003: A postcondition might not hold on this return path.
ComputationsNeg.dfy(22,11): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
ComputationsNeg.dfy(36,13): Error: assertion violation
Execution trace:
    (0,0): anon0
ComputationsNeg.dfy(45,13): Error: assertion violation
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 7 verified, 5 errors