mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
97d31b0093
commit
4d5b11af75
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user