• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/test/intltest/

Lines Matching refs:errln

86         errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
87 errln(UnicodeString(" IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
90 errln(UnicodeString("FAIL: IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
194 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
196 errln(UnicodeString(" max(") + a + ", " + b + ") is " + result + ", expected " + exp);
198 errln(UnicodeString(" min(") + a + ", " + b + ") is " + result + ", expected " + exp);
202 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp);
204 errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp);
246 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE.");
250 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE.");
254 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE.");
258 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE.");
262 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE.");
266 errln("FAIL: +Infinity > -Infinity returned FALSE, should be TRUE.");
270 errln("FAIL: +Infinity > 10.0 returned FALSE, should be TRUE.");
284 errln("FAIL: isInfinite(-Infinity) returned FALSE, should be TRUE.");
288 errln("FAIL: isNegativeInfinity(-Infinity) returned FALSE, should be TRUE.");
292 errln("FAIL: isPositiveInfinity(-Infinity) returned TRUE, should be FALSE.");
296 errln("FAIL: -Infinity < DBL_MAX returned FALSE, should be TRUE.");
300 errln("FAIL: -Infinity < DBL_MIN returned FALSE, should be TRUE.");
304 errln("FAIL: -Infinity < +Infinity returned FALSE, should be TRUE.");
308 errln("FAIL: -Infinity < 10.0 returned FALSE, should be TRUE.");
328 errln("FAIL: 0.0 == -0.0 returned FALSE, should be TRUE.");
332 errln("FAIL: 0.0 > -0.0 returned TRUE, should be FALSE.");
336 errln("FAIL: 0.0 >= -0.0 returned FALSE, should be TRUE.");
340 errln("FAIL: 0.0 < -0.0 returned TRUE, should be FALSE.");
344 errln("FAIL: 0.0 <= -0.0 returned FALSE, should be TRUE.");
348 errln("FAIL: isInfinite(1/0.0) returned FALSE, should be TRUE.");
352 errln("FAIL: isInfinite(1/-0.0) returned FALSE, should be TRUE.");
356 errln("FAIL: isPositiveInfinity(1/0.0) returned FALSE, should be TRUE.");
360 errln("FAIL: isNegativeInfinity(1/-0.0) returned FALSE, should be TRUE.");
376 errln("FAIL: isNaN() returned FALSE for NaN.");
380 errln("FAIL: isNaN() returned TRUE for +Infinity.");
384 errln("FAIL: isNaN() returned TRUE for -Infinity.");
388 errln("FAIL: isNaN() returned TRUE for 10.0.");