Skip to content

Commit

Permalink
ICU-13412 Merging the change #13458 Widen logKnownIssue time range fo…
Browse files Browse the repository at this point in the history
…r Chinese calendar limit test (r40660) to maint-60.

X-SVN-Rev: 40662
  • Loading branch information
yumaoka committed Oct 31, 2017
1 parent 132e98a commit 89bae57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icu4c/source/test/intltest/callimts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) +
Expand All @@ -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) +
Expand Down

0 comments on commit 89bae57

Please sign in to comment.