Lines Matching full:fail
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
74 log_err("FAIL: %s standard name at index %d\n", (standard ? "empty" :
84 log_err("FAIL: ucnv_getStandard(%d) should return ""\n", count-1);
89 log_err("FAIL: ucnv_getStandard(%d) should return NULL\n", i);
123 log_err("FAIL: Unexpectedly found %s canonical name for %s, got %s\n", standard, name, tag);
127 log_err_status(error, "FAIL: could not find %s canonical name for %s\n", (standard ? "\"\"" : standard), name);
131 log_err("FAIL: expected %s for %s canonical name for %s, got %s\n", expected, standard, name, tag);
182 log_err("FAIL: different size arrays for %s. Got %d. Expected %d\n", name, enumCount, size);
186 log_err("FAIL: size < 0, but recieved an actual object\n");
197 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n",
207 log_err("FAIL: uenum_next(past the list) did not return NULL[0] with U_SUCCESS(). name=%s standard=%s len=%d err=%s\n", name, standard, len, u_errorName(err));
213 log_err("FAIL: uenum_reset() for %s{%s} failed with %s\n",
234 log_err("FAIL: different size arrays. Got %d. Expected %d\n", enumCount, size);
238 log_err("FAIL: size < 0, but recieved an actual object\n");
251 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n",
260 log_err("FAIL: uenum_reset() for %s{%s} failed with %s\n",