Lines Matching full:fail
34 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; }
80 log_err_status(status, "FAIL: Number format constructor failed for pattern %s -> %s\n", pat[i], u_errorName(status));
91 log_err("FAIL: Number format extracting the pattern failed for %s\n", pat[i]);
95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) );
110 log_err("FAIL: Pattern %s should format zero as %s; %s Seen instead\n", pat[i], num[i], austrdup(str) );
150 log_err("FAIL: Expected afo'ob123");
179 log_err("FAIL: Expected a'b123\n");
257 log_err_status(status, "FAIL: Bad status returned by Number format construction with pattern %s -> %s\n", pat[p], u_errorName(status));
281 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) );
288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a);
291 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a);
311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) );
319 log_err("FAIL: Expected : %e\n", valParse[v+ival]);
322 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a);
377 if (u_strcmp(str, res) !=0) log_err("FAIL: Expected $1,234.56\n");
398 if (u_strcmp(str, res) != 0) log_err("FAIL: Expected -$1,234.56\n");
445 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i], aescstrdup(str, -1), locale[i]);
511 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i],aescstrdup(str, -1),locale[i]);
566 log_err("FAIL: can't set currency code %s\n", myErrorName(status) );
574 log_err("FAIL: can't get currency code %s\n", myErrorName(status) );
580 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);
597 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i],aescstrdup(str, -1),locale[i]);
621 log_data_err("FAIL: failure in the construction of number format: %s (Are you missing data?)\n", myErrorName(status));
662 log_err("FAIL: Expected: %s or %s\n", expected, austrdup(res) );
686 log_data_err("Fail: error creating a default number formatter -> %s (Are you missing data?)\n", u_errorName(status));
695 log_err("Fail: error in setting and getting double attributes for UNUM_ROUNDING_INCREMENT\n");
731 log_err("Fail: Formatting \"#,##,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,34,56,789");
734 log_err("Fail: Formatting \"#,##,###\" pattern pos = (%d, %d) expected pos = (0, 12)\n", pos.beginIndex, pos.endIndex);
741 log_err("Fail: toPattern() got %s, expected %s\n", resultBuffer, "#,##,###");
748 log_err("Fail: applyPattern call failed\n");
755 log_err("Fail: Formatting \"#,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,3456,789");
762 log_err("Fail: toPattern() got %s, expected %s\n", resultBuffer, "#,####,###");
768 log_err("Fail: Cannot create UNumberFormat for \"hi_IN\" locale.\n");
798 log_err("FAIL Expected %s x hi_IN -> \"1,87,65,43,210\" (with Hindi digits), got %s\n", "1876543210L", resultBuffer);
934 log_err("FAIL: Preferred values for locale \"%s\" does not match expected.\n", loc);
961 log_err("FAIL: All values for locale \"%s\" does not match expected.\n", loc);
984 log_data_err("FAIL: failure in the construction of number format: %s (Are you missing data?)\n", myErrorName(status));
1050 log_err("FAIL: Expected: \"%s\" Got: \"%s\"\n", expected, austrdup(out) );