ICU-22723 Integrate CLDR 46 release alpha0, part 4, fixes for exausting tests

This commit is contained in:
DraganBesevic 2024-08-14 11:21:47 -07:00 committed by DraganBesevic
parent d04154833c
commit 045350e7c1
5 changed files with 14 additions and 2 deletions

View file

@ -2185,7 +2185,7 @@ static void TestFallback(void)
UResourceBundle* myResB = ures_open(NULL,"no_NO_NY",&err);
UResourceBundle* resLocID = ures_getByKey(myResB, "Version", NULL, &err);
const UChar* version = NULL;
static const UChar versionStr[] = u"46"; // 45 in nn_NO or in a parent bundle/root
static const UChar versionStr[] = u"46"; // 46 in nn_NO or in a parent bundle/root
if(U_FAILURE(err)) {
log_data_err("Expected success when trying to test no_NO_NY aliased to nn_NO for Version "

View file

@ -483,6 +483,10 @@ void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UB
// Use @v to see verbose results on successful cases
UBool fail = (dmatch > maxDmatch || smatch > maxSmatch);
if (optionv || fail) {
if (timeOnly && uprv_strcmp(origLocale.getName(),"hu_HU@calendar=islamic")==0 &&
logKnownIssue("ICU-21049", "hu_HU@calendar=islamic fails round trip")) {
continue;
}
if (fail) {
errln(UnicodeString("\nFAIL: Pattern: ") + pat +
" in Locale: " + origLocale.getName() +

View file

@ -2110,7 +2110,7 @@ void NumberFormatTest::TestCurrencyNames() {
ucurr_getName(CAD, "to", UCURR_LONG_NAME, &isChoiceFormat,
&len, &ec);
assertTrue("ucurr_getName (ti default)",
assertTrue("ucurr_getName (to default)",
U_USING_DEFAULT_WARNING == ec, true);
// Test that a default warning is being returned when falling back to root. JB 4536.

View file

@ -338,6 +338,10 @@ TimeZoneFormatTest::TestTimeZoneRoundTrip() {
} else {
// Specific or generic: raw offset must be preserved.
if (inRaw != outRaw) {
if ((strcmp(LOCALES[locidx].getName(), "tg") == 0 || strcmp(LOCALES[locidx].getName(), "tg_TJ") == 0)
&& logKnownIssue("ICU-22857", "Time zone round test fails for tg/tg_TJ")) {
continue;
}
errln(UnicodeString("Raw offset round trip failed; tz=") + *tzid
+ ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
+ ", time=" + DATES[datidx] + ", str=" + tzstr

View file

@ -275,6 +275,10 @@ public class TimeZoneFormatTest extends CoreTestFmwk {
} else {
// Specific or generic: raw offset must be preserved.
if (inOffsets[0] != outOffsets[0] ) {
if ((LOCALES[locidx].toString().equals("tg") || LOCALES[locidx].toString().equals("tg_TJ"))
&& logKnownIssue("ICU-22857", "Time zone round test fails for tg/tg_TJ")) {
continue;
}
if (JDKTZ && tzids[tzidx].startsWith("SystemV/")) {
// JDK uses rule SystemV for these zones while
// ICU handles these zones as aliases of existing time zones