@@ -3518,8 +3518,8 @@ LocaleTest::TestAddLikelyAndMinimizeSubtags() {
35183518 " zh_TW"
35193519 }, {
35203520 " und_Hant_CN" ,
3521- " zh_Hant_CN " ,
3522- " zh_Hant_CN "
3521+ " yue_Hant_CN " ,
3522+ " yue_Hant_CN "
35233523 }, {
35243524 " und_Hant_TW" ,
35253525 " zh_Hant_TW" ,
@@ -4139,10 +4139,6 @@ LocaleTest::TestAddLikelyAndMinimizeSubtags() {
41394139 for (const auto & item : full_data) {
41404140 const char * const org = item.from ;
41414141 const char * const exp = item.add ;
4142- if (uprv_strcmp (org," und_Hant_CN" ) == 0 &&
4143- logKnownIssue (" CLDR-17981" , " und_Hant_CN changed expected result for Likely Subtags" )) {
4144- continue ;
4145- }
41464142 Locale res (org);
41474143 res.addLikelySubtags (status);
41484144 status.errIfFailureAndReset (" \" %s\" " , org);
@@ -4156,10 +4152,6 @@ LocaleTest::TestAddLikelyAndMinimizeSubtags() {
41564152 for (const auto & item : full_data) {
41574153 const char * const org = item.from ;
41584154 const char * const exp = item.remove ;
4159- if (uprv_strcmp (org," und_Hant_CN" ) == 0 &&
4160- logKnownIssue (" CLDR-17981" , " und_Hant_CN changed expected result for Likely Subtags" )) {
4161- continue ;
4162- }
41634155 Locale res (org);
41644156 res.minimizeSubtags (status);
41654157 status.errIfFailureAndReset (" \" %s\" " , org);
@@ -5727,10 +5719,6 @@ void LocaleTest::TestIsRightToLeft() {
57275719 assertTrue (" ckb RTL" , Locale (" ckb" ).isRightToLeft (), false , true ); // Sorani Kurdish
57285720 assertFalse (" fil LTR" , Locale (" fil" ).isRightToLeft ());
57295721 assertFalse (" he-Zyxw LTR" , Locale (" he-Zyxw" ).isRightToLeft ());
5730-
5731- if (logKnownIssue (" CLDR-17981" , " und_Hant_CN changed expected result for Likely Subtags" )) {
5732- return ;
5733- }
57345722}
57355723
57365724void LocaleTest::TestBug11421 () {
@@ -5934,14 +5922,6 @@ testLikelySubtagsLineFn(void *context,
59345922 *pErrorCode = U_ZERO_ERROR;
59355923 return ;
59365924 }
5937-
5938- if ( (uprv_strcmp (source.c_str (), " und-Latn-MU" ) == 0 || uprv_strcmp (source.c_str (), " und-Latn-RS" ) == 0 || uprv_strcmp (source.c_str (), " und-Latn-SL" ) == 0
5939- || uprv_strcmp (source.c_str (), " und-Latn-TK" ) == 0 || uprv_strcmp (source.c_str (), " und-Latn-ZM" ) == 0 )
5940- && THIS->logKnownIssue (" CLDR-17981" , " und_Hant_CN changed expected result for Likely Subtags" )) {
5941- return ;
5942- }
5943-
5944-
59455925
59465926 Locale actualMax (l);
59475927 actualMax.addLikelySubtags (*pErrorCode);
0 commit comments