ICU-13458 Update logKnownIssue set by #12620 to ignore more test failures.

X-SVN-Rev: 40660
This commit is contained in:
Yoshito Umaoka 2017-10-31 07:04:33 +00:00
parent 4727aef32b
commit edf744f31e

View File

@ -417,7 +417,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
} }
if (maxActual < maxLow || maxActual > maxHigh) { if (maxActual < maxLow || maxActual > maxHigh) {
if ( uprv_strcmp(cal.getType(), "chinese") == 0 && if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 && testMillis >= 1802044800000.0 &&
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) { logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " + logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
ymdToString(cal, ymd) + ymdToString(cal, ymd) +
@ -444,7 +444,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
", allowed=(" + minLow + ".." + minHigh + ")..(" + ", allowed=(" + minLow + ".." + minHigh + ")..(" +
maxLow + ".." + maxHigh + ")"); maxLow + ".." + maxHigh + ")");
} else if ( uprv_strcmp(cal.getType(), "chinese") == 0 && } else if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 && testMillis >= 1832544000000.0 &&
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) { logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " + logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
ymdToString(cal, ymd) + ymdToString(cal, ymd) +