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

Dafny program verifier finished with 7 verified, 5 errors