tor-browser

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

mochitest_datachannel.toml (1727B)


      1 [DEFAULT]
      2 tags = "mtg webrtc"
      3 subsuite = "media"
      4 scheme = "https"
      5 support-files = [
      6  "head.js",
      7  "dataChannel.js",
      8  "mediaStreamPlayback.js",
      9  "network.js",
     10  "nonTrickleIce.js",
     11  "pc.js",
     12  "stats.js",
     13  "templates.js",
     14  "test_enumerateDevices_iframe.html",
     15  "test_getUserMedia_permission_iframe.html",
     16  "NetworkPreparationChromeScript.js",
     17  "blacksilence.js",
     18  "turnConfig.js",
     19  "sdpUtils.js",
     20  "addTurnsSelfsignedCert.js",
     21  "parser_rtp.js",
     22  "peerconnection_audio_forced_sample_rate.js",
     23  "iceTestUtils.js",
     24  "simulcast.js",
     25  "helpers_from_wpt/sdp.js",
     26  "!/dom/canvas/test/captureStream_common.js",
     27  "!/dom/canvas/test/webgl-mochitest/webgl-util.js",
     28  "!/dom/media/test/manifest.js",
     29  "!/dom/media/test/seek.webm",
     30  "!/dom/media/test/gizmo.mp4",
     31  "!/docshell/test/navigation/blank.html",
     32 ]
     33 prefs = [
     34  "focusmanager.testmode=true", # emulate focus
     35  "network.proxy.allow_hijacking_localhost=true",
     36 ]
     37 
     38 ["test_dataChannel_basicAudio.html"]
     39 
     40 ["test_dataChannel_basicAudioVideo.html"]
     41 
     42 ["test_dataChannel_basicAudioVideoCombined.html"]
     43 
     44 ["test_dataChannel_basicAudioVideoNoBundle.html"]
     45 
     46 ["test_dataChannel_basicDataOnly.html"]
     47 
     48 ["test_dataChannel_basicVideo.html"]
     49 skip-if = [
     50  "isolated_process", # Bug 1709948
     51 ]
     52 
     53 ["test_dataChannel_bug1013809.html"]
     54 
     55 ["test_dataChannel_dataOnlyBufferedAmountLow.html"]
     56 scheme = "http"
     57 
     58 ["test_dataChannel_dcsctp_interop.html"]
     59 
     60 ["test_dataChannel_dtlsVersions.html"]
     61 
     62 ["test_dataChannel_hostnameObfuscation.html"]
     63 scheme = "http"
     64 skip-if = [
     65  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1961560
     66 ]
     67 
     68 ["test_dataChannel_id.html"]
     69 scheme = "http"
     70 
     71 ["test_dataChannel_noOffer.html"]
     72 scheme = "http"
     73 
     74 ["test_dataChannel_stats.html"]
     75 scheme = "http"