@@ -1267,37 +1267,6 @@ UBool RBBITest::testCaseIsKnownIssue(const UnicodeString &testCase, const char *
12671267 const char16_t *fString ;
12681268 } badTestCases[] = {
12691269 {" 10666" , " GraphemeBreakTest.txt" , u" \u0020\u0020\u0033 " }, // Fake example, for illustration.
1270- // The following tests were originally for
1271- // Issue 8151, move the Finnish tailoring of the line break of hyphens to root.
1272- // However, that ticket has been closed as fixed but these tests still fail, so
1273- // ICU-21097 has been created to investigate and address these remaining issues.
1274- {" 21097" , " LineBreakTest.txt" , u" -#" },
1275- {" 21097" , " LineBreakTest.txt" , u" \u002d\u0308\u0023 " },
1276- {" 21097" , " LineBreakTest.txt" , u" \u002d\u00a7 " },
1277- {" 21097" , " LineBreakTest.txt" , u" \u002d\u0308\u00a7 " },
1278- {" 21097" , " LineBreakTest.txt" , u" \u002d\U00050005 " },
1279- {" 21097" , " LineBreakTest.txt" , u" \u002d\u0308\U00050005 " },
1280- {" 21097" , " LineBreakTest.txt" , u" \u002d\u0e01 " },
1281- {" 21097" , " LineBreakTest.txt" , u" \u002d\u0308\u0e01 " },
1282-
1283- // The following tests were originally for
1284- // Issue ICU-12017 Improve line break around numbers.
1285- // However, that ticket has been closed as fixed but these tests still fail, so
1286- // ICU-21097 has been created to investigate and address these remaining issues.
1287- {" 21097" , " LineBreakTest.txt" , u" \u002C\u0030 " }, // ",0"
1288- {" 21097" , " LineBreakTest.txt" , u" \u002C\u0308\u0030 " },
1289- {" 21097" , " LineBreakTest.txt" , u" equals .35 cents" },
1290- {" 21097" , " LineBreakTest.txt" , u" a.2 " },
1291- {" 21097" , " LineBreakTest.txt" , u" a.2 \u0915 " },
1292- {" 21097" , " LineBreakTest.txt" , u" a.2 \u672C " },
1293- {" 21097" , " LineBreakTest.txt" , u" a.2\u3000\u672C " },
1294- {" 21097" , " LineBreakTest.txt" , u" a.2\u3000\u307E " },
1295- {" 21097" , " LineBreakTest.txt" , u" a.2\u3000\u0033 " },
1296- {" 21097" , " LineBreakTest.txt" , u" A.1 \uBABB " },
1297- {" 21097" , " LineBreakTest.txt" , u" \uBD24\uC5B4\u002E\u0020\u0041\u002E\u0032\u0020\uBCFC " },
1298- {" 21097" , " LineBreakTest.txt" , u" \uBD10\uC694\u002E\u0020\u0041\u002E\u0033\u0020\uBABB " },
1299- {" 21097" , " LineBreakTest.txt" , u" \uC694\u002E\u0020\u0041\u002E\u0034\u0020\uBABB " },
1300- {" 21097" , " LineBreakTest.txt" , u" a.2\u3000\u300C " },
13011270
13021271 // ICU-22127 until UAX #29 wordbreak is update for the colon changes in ICU-22112,
13031272 // need to skip some tests in WordBreakTest.txt
0 commit comments