summaryrefslogtreecommitdiff
path: root/qa/705.out
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/705.out
downloadpcp-debian.tar.gz
Debian 3.9.10debian/3.9.10debian
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