summaryrefslogtreecommitdiff
path: root/Test/dafny0/Array.dfy.expect
blob: 40fb318dde40daea89bd19500497091b88691763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Array.dfy(13,7): Error: assignment may update an array element not in the enclosing context's modifies clause
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
    (0,0): anon2
    (0,0): anon6_Then
Array.dfy(20,15): Error: target object may be null
Execution trace:
    (0,0): anon0
Array.dfy(27,5): Error: index out of range
Execution trace:
    (0,0): anon0
Array.dfy(51,19): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon12_Then
    (0,0): anon13_Then
    (0,0): anon14_Then
    (0,0): anon6
    (0,0): anon15_Then
    (0,0): anon16_Then
    (0,0): anon9
    (0,0): anon11
Array.dfy(59,7): Error: assignment may update an array element not in the enclosing context's modifies clause
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
    (0,0): anon2
    (0,0): anon6_Then
Array.dfy(66,7): Error: assignment may update an array element not in the enclosing context's modifies clause
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
    (0,0): anon2
    (0,0): anon6_Then
Array.dfy(110,20): Error: upper bound below lower bound or above length of array
Execution trace:
    (0,0): anon0
    (0,0): anon14_Else
    (0,0): anon18_Then
    (0,0): anon19_Then
    (0,0): anon20_Then
    (0,0): anon11
Array.dfy(120,7): Error: insufficient reads clause to read the indicated range of array elements
Execution trace:
    (0,0): anon0
    (0,0): anon10_Else
    (0,0): anon11_Then
    (0,0): anon12_Then
    (0,0): anon13_Then
    (0,0): anon9
Array.dfy(122,7): Error: insufficient reads clause to read the indicated range of array elements
Execution trace:
    (0,0): anon0
    (0,0): anon10_Else
    (0,0): anon11_Then
    (0,0): anon12_Then
    (0,0): anon13_Else
    (0,0): anon9
Array.dfy(123,7): Error: insufficient reads clause to read the indicated range of array elements
Execution trace:
    (0,0): anon0
    (0,0): anon10_Else
    (0,0): anon11_Then
    (0,0): anon12_Then
    (0,0): anon13_Else
    (0,0): anon9
Array.dfy(124,7): Error: insufficient reads clause to read the indicated range of array elements
Execution trace:
    (0,0): anon0
    (0,0): anon10_Else
    (0,0): anon11_Then
    (0,0): anon12_Then
    (0,0): anon13_Else
    (0,0): anon9
Array.dfy(163,5): Error: insufficient reads clause to read array element
Execution trace:
    (0,0): anon0
    (0,0): anon8_Else
    (0,0): anon9_Then
    (0,0): anon10_Then
    (0,0): anon7
Array.dfy(171,5): Error: insufficient reads clause to read array element
Execution trace:
    (0,0): anon0
    (0,0): anon8_Else
    (0,0): anon9_Then
    (0,0): anon10_Then
    (0,0): anon7
Array.dfy(187,5): Error: assignment may update an array element not in the enclosing context's modifies clause
Execution trace:
    (0,0): anon0
Array.dfy(194,5): Error: assignment may update an array element not in the enclosing context's modifies clause
Execution trace:
    (0,0): anon0
Array.dfy(219,0): Error BP5003: A postcondition might not hold on this return path.
Array.dfy(218,10): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
Array.dfy(243,0): Error BP5003: A postcondition might not hold on this return path.
Array.dfy(242,10): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
Array.dfy(249,0): Error BP5003: A postcondition might not hold on this return path.
Array.dfy(248,10): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
Array.dfy(264,9): Error: value assigned to a nat must be non-negative
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
    (0,0): anon2
    (0,0): anon6_Then
Array.dfy(265,4): Error: value assigned to a nat must be non-negative
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
    (0,0): anon2
    (0,0): anon6_Then

Dafny program verifier finished with 49 verified, 20 errors