summaryrefslogtreecommitdiff
path: root/Test/extractloops/Answer
blob: 88bd8c99df3238cd6f2d345b120033615d490307 (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(19,3): anon0
    t1.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(28,3): anon3_LoopBody
    t1.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(28,3): anon3_LoopBody
    t1.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t1.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t1.bpl(34,3): anon3_LoopDone
    t1.bpl(38,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(18,3): anon0
    t2.bpl(23,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(9,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(27,3): anon3_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(37,3): lab1_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(37,3): lab1_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(42,3): lab1_LoopDone
    t2.bpl(23,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(9,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(27,3): anon3_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(37,3): lab1_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(37,3): lab1_LoopBody
    t2.bpl(34,3): lab1_LoopHead
    t2.bpl(42,3): lab1_LoopDone
    t2.bpl(23,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t2.bpl(9,5): anon0
    Inlined call to procedure foo ends
    t2.bpl(46,3): anon3_LoopDone
    t2.bpl(50,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(19,3): anon0
    t3.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(28,3): anon3_LoopBody
    t3.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(28,3): anon3_LoopBody
    t3.bpl(24,3): anon3_LoopHead
    Inlined call to procedure foo begins
        t3.bpl(10,5): anon0
    Inlined call to procedure foo ends
    t3.bpl(34,3): anon3_LoopDone
    t3.bpl(38,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
-----