From: Yoshito Umaoka Date: Tue, 31 Oct 2017 07:04:33 +0000 (+0000) Subject: ICU-13458 Update logKnownIssue set by #12620 to ignore more test failures. X-Git-Tag: release-61-rc~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf744f31ece20eca3a06c897fc7ab3d505043de;p=icu ICU-13458 Update logKnownIssue set by #12620 to ignore more test failures. X-SVN-Rev: 40660 --- diff --git a/icu4c/source/test/intltest/callimts.cpp b/icu4c/source/test/intltest/callimts.cpp index 12a481a5945..7208a08bb47 100644 --- a/icu4c/source/test/intltest/callimts.cpp +++ b/icu4c/source/test/intltest/callimts.cpp @@ -417,7 +417,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal, } if (maxActual < maxLow || maxActual > maxHigh) { 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")) { logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " + ymdToString(cal, ymd) + @@ -444,7 +444,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal, ", allowed=(" + minLow + ".." + minHigh + ")..(" + maxLow + ".." + maxHigh + ")"); } 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")) { logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " + ymdToString(cal, ymd) +