Home | History | Annotate | Download | only in intltest

Lines Matching full:fail

87         errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
91 errln(UnicodeString("FAIL: IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
195 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
203 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp);
205 errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp);
247 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE.");
251 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE.");
255 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE.");
259 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE.");
263 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE.");
267 errln("FAIL: +Infinity > -Infinity returned FALSE, should be TRUE.");
271 errln("FAIL: +Infinity > 10.0 returned FALSE, should be TRUE.");
285 errln("FAIL: isInfinite(-Infinity) returned FALSE, should be TRUE.");
289 errln("FAIL: isNegativeInfinity(-Infinity) returned FALSE, should be TRUE.");
293 errln("FAIL: isPositiveInfinity(-Infinity) returned TRUE, should be FALSE.");
297 errln("FAIL: -Infinity < DBL_MAX returned FALSE, should be TRUE.");
301 errln("FAIL: -Infinity < DBL_MIN returned FALSE, should be TRUE.");
305 errln("FAIL: -Infinity < +Infinity returned FALSE, should be TRUE.");
309 errln("FAIL: -Infinity < 10.0 returned FALSE, should be TRUE.");
329 errln("FAIL: 0.0 == -0.0 returned FALSE, should be TRUE.");
333 errln("FAIL: 0.0 > -0.0 returned TRUE, should be FALSE.");
337 errln("FAIL: 0.0 >= -0.0 returned FALSE, should be TRUE.");
341 errln("FAIL: 0.0 < -0.0 returned TRUE, should be FALSE.");
345 errln("FAIL: 0.0 <= -0.0 returned FALSE, should be TRUE.");
349 errln("FAIL: isInfinite(1/0.0) returned FALSE, should be TRUE.");
353 errln("FAIL: isInfinite(1/-0.0) returned FALSE, should be TRUE.");
357 errln("FAIL: isPositiveInfinity(1/0.0) returned FALSE, should be TRUE.");
361 errln("FAIL: isNegativeInfinity(1/-0.0) returned FALSE, should be TRUE.");
377 errln("FAIL: isNaN() returned FALSE for NaN.");
381 errln("FAIL: isNaN() returned TRUE for +Infinity.");
385 errln("FAIL: isNaN() returned TRUE for -Infinity.");
389 errln("FAIL: isNaN() returned TRUE for 10.0.");