From a69be407ab8f6808ad5246a15a9c1ef3a15d2c72 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Tue, 25 Jun 2013 22:32:53 +0000 Subject: [PATCH] Arrays seems to be where the failure is, so remove excess verbiage around other tests, and add more details to that section. Now we wait for the buildbots to fail again... svn path=/trunk/; revision=50156 --- epan/wmem/wmem_test.c | 66 +++++++++++++------------------------------ 1 file changed, 19 insertions(+), 47 deletions(-) diff --git a/epan/wmem/wmem_test.c b/epan/wmem/wmem_test.c index eb1329ac7e..27c457a899 100644 --- a/epan/wmem/wmem_test.c +++ b/epan/wmem/wmem_test.c @@ -628,18 +628,16 @@ wmem_test_tree(void) #define WMEM_TREE_MAX_KEY_COUNT 8 #define WMEM_TREE_MAX_KEY_LEN 4 int key_count; - wmem_tree_key_t keys[WMEM_TREE_MAX_KEY_COUNT+1]; + wmem_tree_key_t keys[WMEM_TREE_MAX_KEY_COUNT]; allocator = wmem_allocator_force_new(WMEM_ALLOCATOR_STRICT); extra_allocator = wmem_allocator_force_new(WMEM_ALLOCATOR_STRICT); - fprintf(stderr, "B"); + fprintf(stderr, "A"); fflush(stderr); tree = wmem_tree_new(allocator); g_assert(tree); - fprintf(stderr, "C"); - fflush(stderr); /* test basic 32-bit key operations */ for (i=0; i