mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-22920 fix exhaustive tests for likely subtags failure ICU-22976
This commit is contained in:
parent
b54f3f5d91
commit
e38ac306bc
1 changed files with 5 additions and 0 deletions
|
@ -5923,6 +5923,11 @@ testLikelySubtagsLineFn(void *context,
|
|||
return;
|
||||
}
|
||||
|
||||
if ((uprv_strcmp(source.c_str(), "und-Latn-RS") == 0 )
|
||||
&& THIS->logKnownIssue("ICU-22976", "unexpected likely subtags for und-Latn-RS")) {
|
||||
return;
|
||||
}
|
||||
|
||||
Locale actualMax(l);
|
||||
actualMax.addLikelySubtags(*pErrorCode);
|
||||
if (addLikely == "FAIL") {
|
||||
|
|
Loading…
Add table
Reference in a new issue