Home | History | Annotate | Download | only in cintltst

Lines Matching refs:log_err

108         log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
113 log_err("FAIL: uhash_open returned NULL\n");
138 log_err("FAIL: compareChars failed\n");
144 log_err("FAIL: compareIChars failed\n");
168 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
173 log_err("FAIL: uhash_open returned NULL\n");
180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash));
183 log_err("FAIL: uhash_find failed\n");
191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash));
195 log_err("FAIL: uhash_geti failed\n");
199 log_err("FAIL: uhash_find of \"two\" failed\n");
203 log_err("FAIL: uhash_remove() failed\n");
206 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash));
211 log_err("FAIL: uhash_put() with value=NULL didn't remove the key value pair\n");
216 log_err("FAIL: uhash_put() with value!=NULL should fail when status != U_ZERO_ERROR \n");
222 log_err("FAIL: uhash_put() with value!=NULL didn't replace the key value pair\n");
229 log_err("FAIL: compareUChars failed\n");
234 log_err("FAIL: uhas_count() failed. Expected: 0, Got: %d\n", uhash_count(hash));
245 log_err("FAIL: compareLong failed\n");
254 log_err("FAIL: uhash_count() failed. Expected: 6, Got: %d\n", uhash_count(hash));
257 log_err("FAIL: uhash_remove failed\n");
260 log_err("FAIL: uhash_remove failed\n");
267 log_err("FAIL: uhash_count() failed. Expected: 2, Got: %d\n", uhash_count(hash));
270 log_err("FAIL: uhash_remove failed\n");
273 log_err("FAIL: uhash_remove failed\n");
276 log_err("FAIL: uhash_count() failed. Expected: 1, Got: %d\n", uhash_count(hash));
292 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
297 log_err("FAIL: uhash_open returned NULL\n");
306 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash));
344 log_err("FAIL: uhash_put(%s) failed with %s and returned %ld\n",
347 log_err("FAIL: uhash_put(%s) returned old value %ld; expected %ld\n",
361 log_err("FAIL: uhash_get(%s) failed with %s and returned %ld\n",
364 log_err("FAIL: uhash_get(%s) returned %ld; expected %ld\n",
377 log_err("FAIL: uhash_remove(%s) returned %ld; expected %ld\n",