mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 13:05:31 +00:00
See #3112 - Update Docs - Make exhaustive tests run manually, based on cron for main and post merge for maint
50 lines
1 KiB
JSON
50 lines
1 KiB
JSON
{
|
|
"localeFilter": {
|
|
"filterType": "locale",
|
|
"whitelist": [
|
|
"en",
|
|
"de",
|
|
"zh"
|
|
]
|
|
},
|
|
// Test mixed feature filter and resource filter
|
|
// Exclude translit data so we can run test for ICU-20673
|
|
// Also test for "whitelist" versus "includelist"
|
|
"featureFilters": {
|
|
"misc": {
|
|
"whitelist": ["supplementalData"]
|
|
},
|
|
"translit": "exclude",
|
|
"curr_tree": {
|
|
"filterType": "locale",
|
|
"includelist": ["my"]
|
|
},
|
|
"brkitr_rules": {
|
|
"excludelist": ["line"]
|
|
},
|
|
"brkitr_dictionaries": {
|
|
"blacklist": ["cjdict"]
|
|
},
|
|
"lang_tree": "exclude"
|
|
},
|
|
"resourceFilters": [
|
|
{
|
|
"categories": ["misc"],
|
|
"files": {
|
|
"includelist": ["supplementalData"]
|
|
},
|
|
"rules": ["+/*"]
|
|
}
|
|
],
|
|
// Test fileReplacements (relative path)
|
|
"fileReplacements": {
|
|
"directory": "$SRC",
|
|
"replacements": [
|
|
{
|
|
"src": "brkitr/rules/line.txt",
|
|
"dest": "brkitr/rules/line_normal.txt"
|
|
},
|
|
"misc/dayPeriods.txt"
|
|
]
|
|
}
|
|
}
|