blob: 85f01083d0363fcc5bcb407352da31512150692c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[DEFAULT]
# Android 4.3 - bug 981881
subsuite = media
skip-if = android_version == '18' || (os == 'linux' && !debug && !e10s)
support-files =
/.well-known/idp-proxy/idp.js
identityPcTest.js
!/dom/media/tests/mochitest/blacksilence.js
!/dom/media/tests/mochitest/dataChannel.js
!/dom/media/tests/mochitest/head.js
!/dom/media/tests/mochitest/network.js
!/dom/media/tests/mochitest/pc.js
!/dom/media/tests/mochitest/sdpUtils.js
!/dom/media/tests/mochitest/templates.js
!/dom/media/tests/mochitest/turnConfig.js
tags = msg
[test_idpproxy.html]
support-files =
/.well-known/idp-proxy/idp-redirect-http.js
/.well-known/idp-proxy/idp-redirect-http.js^headers^
/.well-known/idp-proxy/idp-redirect-http-trick.js
/.well-known/idp-proxy/idp-redirect-http-trick.js^headers^
/.well-known/idp-proxy/idp-redirect-https.js
/.well-known/idp-proxy/idp-redirect-https.js^headers^
/.well-known/idp-proxy/idp-redirect-https-double.js
/.well-known/idp-proxy/idp-redirect-https-double.js^headers^
/.well-known/idp-proxy/idp-redirect-https-odd-path.js
/.well-known/idp-proxy/idp-redirect-https-odd-path.js^headers^
/.well-known/idp-min.js
/.well-known/idp-proxy/idp-bad.js
[test_fingerprints.html]
[test_getIdentityAssertion.html]
[test_setIdentityProvider.html]
[test_setIdentityProviderWithErrors.html]
[test_peerConnection_peerIdentity.html]
[test_peerConnection_asymmetricIsolation.html]
[test_loginNeeded.html]
support-files =
/.well-known/idp-proxy/login.html
/.well-known/idp-proxy/idp.sjs
|