tests: Note unsupported locales, but don't warn. (#866)

Fixes #855.
This commit is contained in:
Stephan T. Lavavej 2020-05-29 17:48:30 -07:00 коммит произвёл GitHub
Родитель 191b184004
Коммит d103c08c50
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -40,6 +40,6 @@ class WindowsLocalTI:
if _test_locale(loc_name): if _test_locale(loc_name):
self.features.add('locale.{0}'.format(loc_id)) self.features.add('locale.{0}'.format(loc_id))
else: else:
lit_config.warning('The locale {0} is not supported by ' lit_config.note('The locale {0} is not supported by '
'your platform. Some tests will be ' 'your platform. Some tests will be '
'unsupported.'.format(loc_name)) 'unsupported.'.format(loc_name))