Bug 1347431 - Skip some xpcshell tests that is failure on Android without ENABLE_INTL_API. r=snorp

Sicne some tests doesn't work with --with-intl-api=no, we should skip it on Android

MozReview-Commit-ID: IjlH3aQdiqb

--HG--
extra : rebase_source : ac6d91bf291f6268ea29bcb29180b2f5197e012c
This commit is contained in:
Makoto Kato 2017-03-16 12:54:25 +09:00
Родитель 2253a4df75
Коммит 20cb071f24
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -26,3 +26,4 @@ skip-if = toolkit == "android" # bug 1309447
skip-if = toolkit == "android" # bug 1344596
[test_localeService.js]
[test_localeService_negotiateLanguages.js]
skip-if = toolkit == "android" # bug 1347431

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

@ -83,6 +83,7 @@ head = head_ongc.js
head = head_ongc.js
[test_reflect_parse.js]
[test_localeCompare.js]
skip-if = toolkit == "android" # bug 1347431
[test_recursive_import.js]
[test_xpcomutils.js]
[test_unload.js]