tor-browser

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

mochitest_media.toml (2227B)


      1 [DEFAULT]
      2 tags = "mtg webaudio"
      3 subsuite = "media"
      4 support-files = [
      5  "audio-expected.wav",
      6  "audio-mono-expected-2.wav",
      7  "audio-mono-expected.wav",
      8  "audio-quad.wav",
      9  "audio.ogv",
     10  "audiovideo.mp4",
     11  "audioBufferSourceNodeDetached_worker.js",
     12  "corsServer.sjs",
     13  "!/dom/events/test/event_leak_utils.js",
     14  "file_nodeCreationDocumentGone.html",
     15  "invalid.txt",
     16  "invalidContent.flac",
     17  "layouttest-glue.js",
     18  "nil-packet.ogg",
     19  "noaudio.webm",
     20  "small-shot-expected.wav",
     21  "small-shot-mono-expected.wav",
     22  "small-shot.ogg",
     23  "small-shot.mp3",
     24  "sweep-300-330-1sec.opus",
     25  "ting-44.1k-1ch.ogg",
     26  "ting-44.1k-2ch.ogg",
     27  "ting-48k-1ch.ogg",
     28  "ting-48k-2ch.ogg",
     29  "ting-44.1k-1ch.wav",
     30  "ting-44.1k-2ch.wav",
     31  "ting-48k-1ch.wav",
     32  "ting-48k-2ch.wav",
     33  "sine-440-10s.opus",
     34  "webaudio.js",
     35  "../../webrtc/tests/mochitests/mediaStreamPlayback.js",
     36  "../../webrtc/tests/mochitests/head.js",
     37 ]
     38 
     39 ["test_mediaDecoding.html"]
     40 
     41 ["test_mediaElementAudioSourceNode.html"]
     42 tags = "capturestream"
     43 
     44 ["test_mediaElementAudioSourceNodeCrossOrigin.html"]
     45 tags = "capturestream"
     46 
     47 ["test_mediaElementAudioSourceNodeFidelity.html"]
     48 tags = "capturestream"
     49 
     50 ["test_mediaElementAudioSourceNodePassThrough.html"]
     51 tags = "capturestream"
     52 
     53 ["test_mediaElementAudioSourceNodeVideo.html"]
     54 skip-if = [
     55  "isolated_process", # Bug 1709948
     56 ]
     57 tags = "capturestream"
     58 
     59 ["test_mediaStreamAudioDestinationNode.html"]
     60 
     61 ["test_mediaStreamAudioSourceNode.html"]
     62 
     63 ["test_mediaStreamAudioSourceNodeCrossOrigin.html"]
     64 tags = "capturestream"
     65 
     66 ["test_mediaStreamAudioSourceNodeNoGC.html"]
     67 skip-if = [
     68  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1756880 - lower frequency shutdown hangs
     69  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1756880 - lower frequency shutdown hangs
     70  "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && debug", # Bug 1756880 - lower frequency shutdown hangs
     71 ]
     72 scheme = "https"
     73 
     74 ["test_mediaStreamAudioSourceNodePassThrough.html"]
     75 
     76 ["test_mediaStreamAudioSourceNodeResampling.html"]
     77 tags = "capturestream"
     78 
     79 ["test_mediaStreamTrackAudioSourceNode.html"]
     80 
     81 ["test_mediaStreamTrackAudioSourceNodeCrossOrigin.html"]
     82 
     83 ["test_mediaStreamTrackAudioSourceNodeVideo.html"]