dom/media/tests/identity/mochitest.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/media/tests/identity/mochitest.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +[DEFAULT]
     1.5 +skip-if = e10s
     1.6 +support-files =
     1.7 +  /.well-known/idp-proxy/idp.html
     1.8 +  /.well-known/idp-proxy/idp-proxy.js
     1.9 +  identityevent.js
    1.10 +
    1.11 +# All tests are disabled on android due to lack of https support in mochitest
    1.12 +# (Bug 975149)
    1.13 +# All tests are disabled on b2g due to lack of e10s support in WebRTC identity
    1.14 +# (Bug 975144)
    1.15 +[test_idpproxy.html]
    1.16 +skip-if = os == "android" || appname == "b2g"
    1.17 +[test_getIdentityAssertion.html]
    1.18 +skip-if = os == "android" || appname == "b2g"
    1.19 +[test_setIdentityProvider.html]
    1.20 +skip-if = os == "android" || appname == "b2g"
    1.21 +[test_setIdentityProviderWithErrors.html]
    1.22 +skip-if = os == "android" || appname == "b2g"
    1.23 +[../mochitest/test_zmedia_cleanup.html]
    1.24 +skip-if = os == "android" || appname == "b2g"

mercurial