summaryrefslogtreecommitdiff
path: root/qa/705.out
diff options
context:
space:
mode:
Diffstat (limited to 'qa/705.out')
-rw-r--r--qa/705.out35
1 files changed, 35 insertions, 0 deletions
diff --git a/qa/705.out b/qa/705.out
new file mode 100644
index 0000000..efea9bf
--- /dev/null
+++ b/qa/705.out
@@ -0,0 +1,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