test_failure      112 test/class/ompi_rb_tree.c             test_failure("error inserting element in the tree");
test_failure      119 test/class/ompi_rb_tree.c             test_failure("error deleting element in the tree");
test_failure      126 test/class/ompi_rb_tree.c             test_failure("lookup returned NULL item");
test_failure      132 test/class/ompi_rb_tree.c             test_failure(buf);
test_failure      147 test/class/ompi_rb_tree.c         test_failure("failed to properly initialize the tree");
test_failure      152 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      156 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      159 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      164 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      168 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      171 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      176 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      180 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      183 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      188 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      192 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      195 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      200 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      204 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      207 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      212 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      216 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      219 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      224 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      228 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      231 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      236 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      240 test/class/ompi_rb_tree.c         test_failure("lookup returned null!");
test_failure      243 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      248 test/class/ompi_rb_tree.c         test_failure("failed to properly insert a new node");
test_failure      253 test/class/ompi_rb_tree.c         test_failure("failed to properly delete a node");
test_failure      257 test/class/ompi_rb_tree.c         test_failure("lookup returned a value instead of null!");
test_failure      329 test/class/ompi_rb_tree.c         test_failure("failed to properly initialize the tree");
test_failure      338 test/class/ompi_rb_tree.c             test_failure("system out of memory");
test_failure      344 test/class/ompi_rb_tree.c             test_failure("failed to get memory from free list");
test_failure      355 test/class/ompi_rb_tree.c             test_failure("failed to properly insert a new node");
test_failure      367 test/class/ompi_rb_tree.c             test_failure("lookup returned null!");
test_failure      370 test/class/ompi_rb_tree.c             test_failure("lookup returned wrong node!");
test_failure      375 test/class/ompi_rb_tree.c             test_failure("lookup returned null!");
test_failure      378 test/class/ompi_rb_tree.c             test_failure("lookup returned wrong node!");
test_failure      141 test/class/opal_fifo.c         test_failure (" opal_fifo_push_st on empty fifo");
test_failure      148 test/class/opal_fifo.c         test_failure (" opal_fifo_pop_st");
test_failure      162 test/class/opal_fifo.c         test_failure (" opal_fifo_push_st(multiple items)");
test_failure      179 test/class/opal_fifo.c         test_failure (" fifo push/pop");
test_failure      190 test/class/opal_fifo.c         test_failure (" fifo push/pop single-threaded with atomics");
test_failure      212 test/class/opal_fifo.c         test_failure (" fifo push/pop multi-threaded with atomics");
test_failure      238 test/class/opal_fifo.c         test_failure (" fifo push/pop multi-threaded with atomics when there are insufficient items");
test_failure      257 test/class/opal_fifo.c         test_failure (" fifo pop all items");
test_failure       99 test/class/opal_hash_table.c                 test_failure("opal_hash_table_get_value_uint32 failed");
test_failure      106 test/class/opal_hash_table.c                 test_failure("opal_hash_table_get_value_ptr failed");
test_failure      169 test/class/opal_hash_table.c 	test_failure("validate_remove_traversal");
test_failure      103 test/class/opal_lifo.c         test_failure (" opal_lifo_push_st on empty lifo");
test_failure      110 test/class/opal_lifo.c         test_failure (" opal_lifo_pop_st");
test_failure      124 test/class/opal_lifo.c         test_failure (" opal_lifo_push_st(multiple items)");
test_failure      141 test/class/opal_lifo.c         test_failure (" lifo push/pop");
test_failure      152 test/class/opal_lifo.c         test_failure (" lifo push/pop single-threaded with atomics");
test_failure      174 test/class/opal_lifo.c         test_failure (" lifo push/pop multi-threaded with atomics");
test_failure      193 test/class/opal_lifo.c         test_failure (" list pop all items");
test_failure       69 test/class/opal_list.c         test_failure(" opal_list_get_size");
test_failure       76 test/class/opal_list.c         test_failure(" opal_list_is_empty(empty list)");
test_failure       96 test/class/opal_list.c         test_failure(" populating list");
test_failure      103 test/class/opal_list.c         test_failure(" opal_list_is_empty(non-empty list)");
test_failure      119 test/class/opal_list.c         test_failure(" error in list order ");
test_failure      129 test/class/opal_list.c         test_failure(" error in opal_list_get_first");
test_failure      140 test/class/opal_list.c         test_failure(" error in opal_list_get_first - list size changed ");
test_failure      150 test/class/opal_list.c         test_failure(" error in opal_list_get_last");
test_failure      161 test/class/opal_list.c         test_failure(" error in opal_list_get_first - list size changed ");
test_failure      171 test/class/opal_list.c         test_failure(" error in opal_list_remove_first");
test_failure      182 test/class/opal_list.c         test_failure(" error in opal_list_remove_first - list size changed ");
test_failure      193 test/class/opal_list.c         test_failure(" error in opal_list_prepend");
test_failure      204 test/class/opal_list.c         test_failure(" error in opal_list_prepend - list size changed ");
test_failure      214 test/class/opal_list.c         test_failure(" error in opal_list_remove_last");
test_failure      225 test/class/opal_list.c         test_failure(" error in opal_list_remove_last - list size changed ");
test_failure      236 test/class/opal_list.c         test_failure(" error in opal_list_append");
test_failure      247 test/class/opal_list.c         test_failure(" error in opal_list_append - list size changed ");
test_failure      262 test/class/opal_list.c         test_failure(" error in opal_list_remove - previous");
test_failure      268 test/class/opal_list.c         test_failure(" error in opal_list_remove - next");
test_failure      279 test/class/opal_list.c         test_failure(" error in opal_list_remove - list size changed incorrectly");
test_failure      287 test/class/opal_list.c         test_failure(" error in opal_list_remove_item \n");
test_failure      299 test/class/opal_list.c         test_failure(" error in opal_list_insert - incorrect list length");
test_failure      313 test/class/opal_list.c         test_failure(" error in list order - opal_list_remove_item ");
test_failure      326 test/class/opal_list.c         test_failure(" error in splice (size of list)");
test_failure      328 test/class/opal_list.c         test_failure(" error in splice (size of x)");
test_failure      337 test/class/opal_list.c         test_failure(" error in join (size of list)");
test_failure      339 test/class/opal_list.c         test_failure(" error in join (size of x)");
test_failure       74 test/class/opal_pointer_array.c         test_failure("check on number of elements in array");
test_failure       88 test/class/opal_pointer_array.c         test_failure(" data check ");
test_failure       98 test/class/opal_pointer_array.c         test_failure(" opal_pointer_array_set_item ");
test_failure      103 test/class/opal_pointer_array.c         test_failure(" set pointer value");
test_failure      108 test/class/opal_pointer_array.c         test_failure(" lowest free ");
test_failure      124 test/class/opal_pointer_array.c         test_failure(" opal_pointer_array_add 2nd ");
test_failure      137 test/class/opal_pointer_array.c         test_failure(" data check - 2nd ");
test_failure      149 test/class/opal_pointer_array.c             test_failure("Add/Remove: failure during initial data_add ");
test_failure      155 test/class/opal_pointer_array.c                 test_failure("Add/Remove: failure during item removal ");
test_failure      160 test/class/opal_pointer_array.c                 test_failure("Add/Remove: failure during the readd ");
test_failure      105 test/class/opal_proc_table.c             test_failure("opal_proc_table_get_value failed");
test_failure      167 test/class/opal_proc_table.c 	test_failure("validate_remove_traversal");
test_failure       77 test/class/opal_tree.c         test_failure(" opal_tree_get_size");
test_failure       84 test/class/opal_tree.c         test_failure(" opal_tree_is_empty(empty tree)");
test_failure      117 test/class/opal_tree.c         test_failure(" count off for populating 4 level tree");
test_failure      124 test/class/opal_tree.c         test_failure(" opal_tree_is_empty(non-empty tree)");
test_failure      139 test/class/opal_tree.c         test_failure(" order values incorrect");
test_failure      144 test/class/opal_tree.c         test_failure(" invalid ancestor count");
test_failure      154 test/class/opal_tree.c         test_failure(" failed invalid matching item test");
test_failure      174 test/class/opal_tree.c                 test_failure(" failed valid matching ancestors test");
test_failure      177 test/class/opal_tree.c             test_failure(" failed valid matching siblings test");
test_failure      180 test/class/opal_tree.c         test_failure(" failed valid matching descendants test");
test_failure      190 test/class/opal_tree.c         test_failure(" rm_item should not be NULL");
test_failure      194 test/class/opal_tree.c 	test_failure(" failed subtree removal tree size test");
test_failure      200 test/class/opal_tree.c 	    test_failure(" failed subtree removal item children removed test");
test_failure      206 test/class/opal_tree.c 		test_failure(" failed subtree removal item removed test");
test_failure      245 test/class/opal_tree.c 		    test_failure(" failed tree deserialization data compare");
test_failure      248 test/class/opal_tree.c 		test_failure(" failed tree deserialization size compare");
test_failure      251 test/class/opal_tree.c 	    test_failure(" failed tree second pass serialization");
test_failure      254 test/class/opal_tree.c         test_failure(" failed tree serialization");
test_failure       67 test/class/opal_value_array.c             test_failure("Comparison failure");
test_failure       89 test/support/support.c         test_failure("Comparison failure");
test_failure      108 test/support/support.c         test_failure("Comparison failure");
test_failure      155 test/support/support.c     test_failure(msg);
test_failure       27 test/support/support.h     else test_failure(str);
test_failure       31 test/support/support.h void test_failure(const char *a);
test_failure       50 test/support/support.h             test_failure(s);                                     \
test_failure       21 test/util/ompi_numtostr.c       test_failure("opal_ltostr test failed");
test_failure       34 test/util/ompi_numtostr.c       test_failure("opal_dtostr test failed");
test_failure       46 test/util/opal_argv.c   else test_failure("test1 argv test failed");
test_failure       49 test/util/opal_argv.c   else test_failure("test2 argv test failed");
test_failure       52 test/util/opal_argv.c   else test_failure("test3 argv test failed");
test_failure       55 test/util/opal_argv.c   else test_failure("test4 argv test failed");
test_failure       58 test/util/opal_argv.c   else test_failure("test5 argv test failed");
test_failure       61 test/util/opal_argv.c   else test_failure("test6 argv test failed");
test_failure       64 test/util/opal_argv.c   else test_failure("test7 argv test failed");
test_failure       67 test/util/opal_argv.c   else test_failure("test8 argv test failed");
test_failure       72 test/util/opal_argv.c       test_failure("test9 argv test failed");
test_failure       78 test/util/opal_argv.c       test_failure("test10 argv test failed");
test_failure       63 test/util/opal_basename.c         test_failure(msg);
test_failure      106 test/util/opal_bit_ops.c         test_failure(msg);
test_failure      140 test/util/opal_bit_ops.c         test_failure(msg);
test_failure      175 test/util/opal_bit_ops.c         test_failure(msg);
test_failure      211 test/util/opal_bit_ops.c         test_failure(msg);
test_failure       71 test/util/opal_if.c         test_failure("ifaddrtoname test failed for 127.0.0.1");
test_failure       76 test/util/opal_if.c         test_failure("ifislocal test failed for 127.0.0.1");
test_failure       83 test/util/opal_if.c         test_failure("ifaddrtoname test failed for localhost");
test_failure       88 test/util/opal_if.c         test_failure("ifislocal test failed for localhost");
test_failure       93 test/util/opal_if.c         test_failure("ifaddrtoname test failed for 0.0.0.0");
test_failure       98 test/util/opal_if.c         test_failure("opal_ifislocal test failed for 0.0.0.0");
test_failure      107 test/util/opal_if.c         test_failure("ifaddrtoname test failed for foo.example.com");
test_failure      114 test/util/opal_if.c         test_failure("ifislocal test failed for foo.example.com");
test_failure      124 test/util/opal_if.c         test_failure("ifaddrtoname test failed for local host name");
test_failure      129 test/util/opal_if.c         test_failure("ifislocal test failed for local host name");
test_failure       59 test/util/opal_os_create_dirpath.c       test_failure("opal_os_create_dirpath test1 failed");
test_failure       66 test/util/opal_os_create_dirpath.c       test_failure("opal_os_create_dirpath test2 failed");
test_failure       73 test/util/opal_os_create_dirpath.c       test_failure("opal_os_create_dirpath test3 failed");
test_failure       51 test/util/opal_os_path.c       test_failure("opal_os_path_t test1 failed");
test_failure       58 test/util/opal_os_path.c       test_failure("opal_os_path_t test2 failed");
test_failure       65 test/util/opal_os_path.c       test_failure("opal_os_path_t test3 failed");
test_failure       72 test/util/opal_os_path.c       test_failure("opal_os_path_t test4 failed");
test_failure      134 test/util/opal_path_nfs.c         test_failure(msg);
test_failure       64 test/util/orte_session_dir.c       test_failure("test_session_dir couldn't open test file failed");
test_failure       75 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test1 failed");
test_failure       83 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test2 failed");
test_failure       91 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test3 failed");
test_failure       99 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test4 failed");
test_failure      107 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test5 failed");
test_failure      115 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test6 failed");
test_failure      123 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test7 failed");
test_failure      131 test/util/orte_session_dir.c       test_failure("orte_session_dir_t test8 failed");
test_failure       57 test/util/orte_universe_setup_file_io.c       test_failure("universe_setup_file_io write failed");
test_failure       64 test/util/orte_universe_setup_file_io.c       test_failure("universe_setup_file_io read failed");