Skip to content

Commit

Permalink
ICU-22127 Remove obsolete WordBreakTest.txt known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Nov 22, 2024
1 parent e38ac30 commit 8a191f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions icu4c/source/test/intltest/rbbitst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1267,11 +1267,6 @@ UBool RBBITest::testCaseIsKnownIssue(const UnicodeString &testCase, const char *
const char16_t *fString;
} badTestCases[] = {
{"10666", "GraphemeBreakTest.txt", u"\u0020\u0020\u0033"}, // Fake example, for illustration.

// ICU-22127 until UAX #29 wordbreak is update for the colon changes in ICU-22112,
// need to skip some tests in WordBreakTest.txt
{"22127", "WordBreakTest.txt", u"a:"},
{"22127", "WordBreakTest.txt", u"A:"},
};

for (int n=0; n<UPRV_LENGTHOF(badTestCases); n++) {
Expand Down

0 comments on commit 8a191f4

Please sign in to comment.