tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mochitest.toml (1859B)


      1 [DEFAULT]
      2 subsuite = "media"
      3 skip-if = [
      4  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt",
      5 ]
      6 support-files = [
      7  "/.well-known/idp-proxy/idp.js",
      8  "identityPcTest.js",
      9  "!/dom/media/webrtc/tests/mochitests/blacksilence.js",
     10  "!/dom/media/webrtc/tests/mochitests/dataChannel.js",
     11  "!/dom/media/webrtc/tests/mochitests/head.js",
     12  "!/dom/media/webrtc/tests/mochitests/network.js",
     13  "!/dom/media/webrtc/tests/mochitests/pc.js",
     14  "!/dom/media/webrtc/tests/mochitests/sdpUtils.js",
     15  "!/dom/media/webrtc/tests/mochitests/templates.js",
     16  "!/dom/media/webrtc/tests/mochitests/turnConfig.js",
     17 ]
     18 tags = "mtg"
     19 
     20 ["test_fingerprints.html"]
     21 scheme = "https"
     22 
     23 ["test_getIdentityAssertion.html"]
     24 
     25 ["test_idpproxy.html"]
     26 support-files = [
     27  "/.well-known/idp-proxy/idp-redirect-http.js",
     28  "/.well-known/idp-proxy/idp-redirect-http.js^headers^",
     29  "/.well-known/idp-proxy/idp-redirect-http-trick.js",
     30  "/.well-known/idp-proxy/idp-redirect-http-trick.js^headers^",
     31  "/.well-known/idp-proxy/idp-redirect-https.js",
     32  "/.well-known/idp-proxy/idp-redirect-https.js^headers^",
     33  "/.well-known/idp-proxy/idp-redirect-https-double.js",
     34  "/.well-known/idp-proxy/idp-redirect-https-double.js^headers^",
     35  "/.well-known/idp-proxy/idp-redirect-https-odd-path.js",
     36  "/.well-known/idp-proxy/idp-redirect-https-odd-path.js^headers^",
     37  "/.well-known/idp-min.js",
     38  "/.well-known/idp-proxy/idp-bad.js",
     39 ]
     40 
     41 ["test_loginNeeded.html"]
     42 support-files = [
     43  "/.well-known/idp-proxy/login.html",
     44  "/.well-known/idp-proxy/idp.sjs",
     45 ]
     46 
     47 ["test_peerConnection_asymmetricIsolation.html"]
     48 scheme = "https"
     49 skip-if = [
     50  "os == 'android'",
     51 ]
     52 
     53 ["test_peerConnection_peerIdentity.html"]
     54 scheme = "https"
     55 skip-if = [
     56  "os == 'android'",
     57 ]
     58 
     59 ["test_setIdentityProvider.html"]
     60 scheme = "https"
     61 
     62 ["test_setIdentityProviderWithErrors.html"]
     63 scheme = "https"