summaryrefslogtreecommitdiff
path: root/qa/705.out
blob: efea9bfb13298e0b2212bbb07204567f08de2c4d (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
QA output created by 705
== callback-based state exercising
adding entries
iterating WALK_STOP
3 => 3
iterating WALK_NEXT
3 => 3
2 => 2
1 => 1
0 => 0
iterating WALK_DELETE_STOP
3 => 3
iterating WALK_NEXT
2 => 2
1 => 1
0 => 0
iterating WALK_DELETE_NEXT
2 => 2
1 => 1
0 => 0
iterating WALK_NEXT
== verifying both hash walkers produce same results
callback:
adding entries
3 => 3
2 => 2
1 => 1
0 => 0
chained:
adding entries
3 => 3
2 => 2
1 => 1
0 => 0
== success