mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-9572 A couple of more exclusion code points in bmMonkeyTest in addition to r32203.
X-SVN-Rev: 32378
This commit is contained in:
parent
fbbb603da6
commit
35f8e12864
1 changed files with 2 additions and 0 deletions
|
@ -2422,6 +2422,8 @@ void SSearchTest::bmMonkeyTest(char *params)
|
|||
if(isICUVersionBefore(51, 0)) {
|
||||
// Time bomb until ticket #9490 is fixed.
|
||||
skipSet.add(0x12327);
|
||||
skipSet.add(0x1311b);
|
||||
skipSet.add(0x1200d);
|
||||
}
|
||||
skipSet.freeze();
|
||||
// TODO: try alternate prefix and suffix too?
|
||||
|
|
Loading…
Add table
Reference in a new issue