Home | History | Annotate | Download | only in intltest

Lines Matching defs:FAIL

179                   " " + fmtOffset + " *** FAIL ***");
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
468 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
486 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
495 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
496 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
501 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
532 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
534 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
558 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
579 if (!(o.getDate() == expected)) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
582 if (!(formatted == str)) errln((UnicodeString)"FAIL: Expected " + str);
583 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
614 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
620 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
650 if (myDate != expBigD) errln((UnicodeString)"FAIL: Expected " + dateToString(expBigD));
657 if (myDate != expLittleD) errln((UnicodeString)"FAIL: Expected " + dateToString(expLittleD));
659 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
683 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
700 if (d2 != expected) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
703 if (!(formatResult == format2)) errln((UnicodeString)"FAIL: Round trip drift");
726 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
728 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
778 errln((UnicodeString)"FAIL: Expected " + expected + " got " + format);
794 errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
853 errln((UnicodeString)"FAIL: Expected exception during parse");
885 errln((UnicodeString)"FAIL: Expected parse failure");
887 errln(UnicodeString("FAIL: Expected ") + expected);
891 errln(UnicodeString("FAIL: Expected ") + expected + " from \"" +
903 errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
917 errcheckln(ec, "FAIL: SimpleDateFormat constructor - %s", u_errorName(ec));
935 if (d != expected) errln((UnicodeString)"FAIL: Expected " + expected);
939 errln((UnicodeString)"FAIL: Got exception");
968 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date));
1035 errln("FAIL: Expected " + DATA[i+1] + ", got " + result);
1078 errln((UnicodeString)"FAIL: Expected " + expectedFRENCH);
1083 errln((UnicodeString)"FAIL: Expected " + expectedUS);
1102 dataerrln("FAIL: createDateInstance failed");
1103 goto FAIL;
1109 errln("FAIL: createTimeInstance failed");
1110 goto FAIL;
1117 errln("FAIL: createInstance failed");
1118 goto FAIL;
1124 errln((UnicodeString)"FAIL: Calendar::createInstance failed with " +
1126 goto FAIL;
1135 errln((UnicodeString)"FAIL: DateFormat::parse(4/5/2001) failed at " +
1137 goto FAIL;
1145 errln((UnicodeString)"FAIL: DateFormat::parse(17:45) failed at " +
1147 goto FAIL;
1153 errln((UnicodeString)"FAIL: cal->getTime() failed with " + u_errorName(ec));
1154 goto FAIL;
1162 errln("FAIL: Parsed result: " + str + ", exp 4/5/2001 5:45 PM");
1165 FAIL:
1254 errln("FAIL: unable to parse strings where case-folding changes length");
1541 const UDate FAIL = (UDate) -1;
1550 errcheckln(ec, "FAIL: SimpleDateFormat constructor - %s", u_errorName(ec));
1568 got = FAIL;
1575 UDate exp = FAIL;
1583 errln("FAIL: Internal test error");
1592 errln((UnicodeString)"FAIL: " + input + " x " +
1703 errln((UnicodeString)"FAIL: Invalid control string " + control);
1832 errln((UnicodeString)"FAIL: format " + k +
1840 errln((UnicodeString)"FAIL: format " + k +
1999 errln("FAIL: Relative Format ["+bannerStr+"] of "+normalResult+" failed, expected "+expect+" but got " + result);
2016 errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat);
2054 dataerrln("FAIL: Can't create Relative date instance");
2067 errln("FAIL: Clone returned different result from non-clone.");
2084 dataerrln("FAIL: Can't create Relative date instance");
2097 errln("FAIL: Clone returned different result from non-clone.");
2977 errln((UnicodeString)"FAIL: Different format result with a different calendar for the same time -"
3009 errln((UnicodeString)"FAIL: Different parse result with a different calendar for the same string -"
3020 errln((UnicodeString)"FAIL: " + u_errorName(status));
3045 errln("FAIL: rel date/rel time created, should have failed.");
3076 errln((UnicodeString)"FAIL: Different dates str1:" + str1
3100 errln((UnicodeString)"FAIL: Different dates str1:" + str2
3124 errln((UnicodeString)"FAIL: Different dates str1:" + str3
3148 errln((UnicodeString)"FAIL: Different dates str1:" + str4
3186 errln((UnicodeString)"FAIL: Improper formated date: " + strf);
3189 errln((UnicodeString)"FAIL: Improper formated date: " + strl);
3193 errln((UnicodeString)"FAIL: Improper formated date: " + strm);
3196 errln((UnicodeString)"FAIL: Improper formated date: " + strs);
3253 errln("FAIL: Gregorian calendar error");
3270 errln("FAIL: Parse failure");
3274 errln("FAIL: Failed to parse " + s1 + " parsed: " + dp1 + " expected: " + dexp1);
3277 errln("FAIL: Failed to parse " + s2 + " parsed: " + dp2 + " expected: " + dexp2);