Lines Matching full:unexpected
61 "unexpected result: %d\n", err)) in test_hashmap_generic()
69 "unexpected k/v: %ld=%ld\n", oldk, oldv)) in test_hashmap_generic()
88 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
111 "unexpected add result: %d\n", err)) in test_hashmap_generic()
136 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
194 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
232 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic()
240 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic()
276 if (CHECK(err, "hashmap__insert", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
280 if (CHECK(err, "hashmap__insert", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
286 if (CHECK(err, "hashmap__add", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
290 if (CHECK(err, "hashmap__set", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
296 if (CHECK(err, "hashmap__update", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
302 if (CHECK(err, "hashmap__append", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface()
430 "unexpected find\n")) in test_hashmap_empty()
433 "unexpected delete\n")) in test_hashmap_empty()
437 CHECK(false, "elem_found", "unexpected iterated entry\n"); in test_hashmap_empty()
441 CHECK(false, "key_found", "unexpected key entry\n"); in test_hashmap_empty()