summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots8.run.dfy.expect
blob: e1cbdbe07d3b8342ffd169c62414f24fcf37d149 (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
Processing command (at Snapshots8.v0.dfy(2,37)) assert x#0 < 20 || LitInt(10) <= x#0;
  >>> DoNothingToAssert
Processing command (at Snapshots8.v0.dfy(3,12)) assert x#0 < 10;
  >>> DoNothingToAssert
Processing command (at Snapshots8.v0.dfy(4,9)) assert true;
  >>> DoNothingToAssert
Processing command (at Snapshots8.v0.dfy(4,8)) assert (forall<alpha> $o: ref, $f: Field alpha :: false ==> $_Frame[$o, $f]);
  >>> DoNothingToAssert
Processing command (at Snapshots8.v0.dfy(4,8)) assert LitInt(0) <= call0formal#AT#y#0;
  >>> DoNothingToAssert
Snapshots8.v0.dfy(3,11): Error: assertion violation
Snapshots8.v0.dfy(4,7): Error BP5002: A precondition for this call might not hold.
Snapshots8.v0.dfy(8,13): Related location: This is the precondition that might not hold.
Processing command (at Snapshots8.v0.dfy(15,12)) assert true;
  >>> DoNothingToAssert
Processing command (at Snapshots8.v0.dfy(13,13)) assert LitInt(2) <= z#0;
  >>> DoNothingToAssert
Snapshots8.v0.dfy(17,9): Error BP5003: A postcondition might not hold on this return path.
Snapshots8.v0.dfy(13,12): Related location: This is the postcondition that might not hold.
Processing command (at Snapshots8.v0.dfy(23,12)) assert u#0 != 53;
  >>> DoNothingToAssert
Snapshots8.v0.dfy(23,11): Error: assertion violation
Processing command (at Snapshots8.v0.dfy(28,10)) assert true;
  >>> DoNothingToAssert

Dafny program verifier finished with 7 verified, 4 errors
Processing command (at Snapshots8.v1.dfy(30,17)) assert u#0 != 53;
  >>> RecycleError
Snapshots8.v1.dfy(30,16): Error: assertion violation
Processing command (at Snapshots8.v1.dfy(3,15)) assert x#0 < 20 || LitInt(10) <= x#0;
  >>> MarkAsFullyVerified
Processing command (at Snapshots8.v1.dfy(5,17)) assert x#0 < 10;
  >>> RecycleError
Processing command (at Snapshots8.v1.dfy(6,9)) assert true;
  >>> MarkAsFullyVerified
Processing command (at Snapshots8.v1.dfy(6,8)) assert (forall<alpha> $o: ref, $f: Field alpha :: false ==> $_Frame[$o, $f]);
  >>> MarkAsFullyVerified
Processing command (at Snapshots8.v1.dfy(6,8)) assert LitInt(0) <= call0formal#AT#y#0;
  >>> RecycleError
Processing command (at Snapshots8.v1.dfy(7,12)) assert x#0 == LitInt(7);
  >>> DoNothingToAssert
Snapshots8.v1.dfy(5,16): Error: assertion violation
Snapshots8.v1.dfy(6,7): Error BP5002: A precondition for this call might not hold.
Snapshots8.v1.dfy(12,20): Related location: This is the precondition that might not hold.
Snapshots8.v1.dfy(7,11): Error: assertion violation
Processing command (at Snapshots8.v1.dfy(21,12)) assert true;
  >>> MarkAsFullyVerified
Processing command (at Snapshots8.v1.dfy(23,12)) assert true;
  >>> DoNothingToAssert
Processing command (at Snapshots8.v1.dfy(19,13)) assert LitInt(2) <= z#0;
  >>> DoNothingToAssert
Snapshots8.v1.dfy(24,9): Error BP5003: A postcondition might not hold on this return path.
Snapshots8.v1.dfy(19,12): Related location: This is the postcondition that might not hold.

Dafny program verifier finished with 7 verified, 5 errors