tor-browser

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

mochitest.toml (935B)


      1 [DEFAULT]
      2 tags = "mtg"
      3 subsuite = "media"
      4 support-files = [
      5  "head.js",
      6  "hello.ogg",
      7  "hello.ogg^headers^",
      8  "http_requesthandler.sjs",
      9  "sinoid+hello.ogg",
     10  "sinoid+hello.ogg^headers^",
     11  "silence.ogg",
     12  "silence.ogg^headers^",
     13 ]
     14 
     15 ["test_abort.html"]
     16 
     17 ["test_audio_capture_error.html"]
     18 
     19 ["test_call_start_from_end_handler.html"]
     20 tags = "capturestream"
     21 
     22 ["test_nested_eventloop.html"]
     23 skip-if = [
     24  "os == 'android'",
     25 ]
     26 
     27 ["test_online_400_response.html"]
     28 
     29 ["test_online_empty_result_handling.html"]
     30 
     31 ["test_online_hangup.html"]
     32 
     33 ["test_online_http.html"]
     34 
     35 ["test_online_http_webkit.html"]
     36 
     37 ["test_online_malformed_result_handling.html"]
     38 
     39 ["test_preference_enable.html"]
     40 
     41 ["test_recognition_service_error.html"]
     42 
     43 ["test_success_without_recognition_service.html"]
     44 
     45 ["test_timeout.html"]
     46 skip-if = [
     47  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1307991 - low frequency on try pushes
     48 ]