summaryrefslogtreecommitdiff
path: root/Test/extractloops/Answer
blob: 48ca65e9cd7d8a92be1b24dc994482ad6d29c92c (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
----- Running regression test t1.bpl
(0,0): Error BP5001: This assertion might not hold.
Execution trace:
    t1.bpl(17,3): anon0
    t1.bpl(22,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(8,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(26,3): anon3_LoopBody
    t1.bpl(22,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(8,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(26,3): anon3_LoopBody
    t1.bpl(22,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(8,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(32,3): anon3_LoopDone
    t1.bpl(36,3): anon2

Boogie program verifier finished with 0 verified, 1 error
-----
----- Running regression test t2.bpl
(0,0): Error BP5001: This assertion might not hold.
Execution trace:
    t2.bpl(16,3): anon0
    t2.bpl(21,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(7,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(25,3): anon3_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(35,3): lab1_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(35,3): lab1_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(40,3): lab1_LoopDone
    t2.bpl(21,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(7,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(25,3): anon3_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(35,3): lab1_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(35,3): lab1_LoopBody
    t2.bpl(32,3): lab1_LoopHead
    t2.bpl(40,3): lab1_LoopDone
    t2.bpl(21,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(7,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(44,3): anon3_LoopDone
    t2.bpl(48,3): anon2

Boogie program verifier finished with 0 verified, 1 error
-----
----- Running regression test t3.bpl with recursion bound 2

Boogie program verifier finished with 1 verified, 0 errors
-----
----- Running regression test t3.bpl with recursion bound 4
(0,0): Error BP5001: This assertion might not hold.
Execution trace:
    t3.bpl(15,3): anon0
    t3.bpl(20,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(6,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(24,3): anon3_LoopBody
    t3.bpl(20,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(6,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(24,3): anon3_LoopBody
    t3.bpl(20,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(6,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(30,3): anon3_LoopDone
    t3.bpl(34,3): anon2

Boogie program verifier finished with 0 verified, 1 error
-----
----- Running regression test detLoopExtract.bpl with deterministicExtractLoops
Stratified Inlining: Reached recursion bound of 4

Boogie program verifier finished with 1 verified, 0 errors
-----
----- Running regression test detLoopExtract1.bpl with deterministicExtractLoops
Stratified Inlining: Reached recursion bound of 4

Boogie program verifier finished with 1 verified, 0 errors
-----