Bug 875826 - Skip xpcshell tests that require the identity components on Android since they're not packaged there. r=dolske

This commit is contained in:
Matthew Noorenberghe 2013-06-28 23:33:19 -04:00
Родитель f811790c24
Коммит a9cd011860
2 изменённых файлов: 9 добавлений и 0 удалений

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

@ -32,6 +32,7 @@
[include:toolkit/components/places/tests/network/xpcshell.ini]
[include:toolkit/components/downloads/test/schema_migration/xpcshell.ini]
[include:toolkit/components/social/test/xpcshell/xpcshell.ini]
[include:toolkit/identity/tests/unit/xpcshell.ini]
[include:testing/xpcshell/example/unit/xpcshell.ini]
[include:xpcom/tests/unit/xpcshell.ini]
[include:netwerk/test/httpserver/test/xpcshell.ini]

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

@ -9,11 +9,19 @@ tail = tail_identity.js
[test_identity_utils.js]
[test_log_utils.js]
[test_authentication.js]
# Identity modules aren't packaged on Android.
skip-if = os == "android"
[test_crypto_service.js]
skip-if = os == "android"
[test_identity.js]
skip-if = os == "android"
[test_jwcrypto.js]
skip-if = os == "android"
[test_observer_topics.js]
skip-if = os == "android"
[test_provisioning.js]
skip-if = os == "android"
[test_relying_party.js]
skip-if = os == "android"
[test_store.js]
[test_well-known.js]