tor-browser

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

mochitest.toml (1604B)


      1 [DEFAULT]
      2 scheme = "https"
      3 support-files = ["common.js"]
      4 
      5 ["test_audioWorklet.html"]
      6 support-files = ["worklet_audioWorklet.js"]
      7 
      8 ["test_audioWorkletGlobalScopeRegisterProcessor.html"]
      9 support-files = ["worklet_test_audioWorkletGlobalScopeRegisterProcessor.js"]
     10 
     11 ["test_audioWorklet_WASM.html"]
     12 run-if = [
     13  "!release_or_beta", # requires dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
     14 ]
     15 support-files = ["worklet_audioWorklet_WASM.js"]
     16 
     17 ["test_audioWorklet_WASM_Features.html"]
     18 support-files = ["worklet_audioWorklet_WASM_features.js"]
     19 
     20 ["test_audioWorklet_insecureContext.html"]
     21 scheme = "http"
     22 skip-if = [
     23  "http2",
     24  "http3",
     25 ]
     26 
     27 ["test_audioWorklet_options.html"]
     28 run-if = [
     29  "!release_or_beta", # requires dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
     30 ]
     31 support-files = ["worklet_audioWorklet_options.js"]
     32 
     33 ["test_basic.html"]
     34 
     35 ["test_console.html"]
     36 support-files = ["worklet_console.js"]
     37 
     38 ["test_dump.html"]
     39 support-files = ["worklet_dump.js"]
     40 
     41 ["test_dynamic_import.html"]
     42 support-files = ["dynamic_import.js"]
     43 
     44 ["test_exception.html"]
     45 support-files = [
     46  "worklet_exception.js",
     47  "invalid_specifier.mjs",
     48 ]
     49 
     50 ["test_fetch_failed.html"]
     51 support-files = ["specifier_with_user.mjs"]
     52 
     53 ["test_import_with_cache.html"]
     54 support-files = ["server_import_with_cache.sjs"]
     55 skip-if = [
     56  "verify-standalone",
     57 ]
     58 
     59 ["test_paintWorklet.html"]
     60 run-if = [
     61  "!release_or_beta",
     62 ]
     63 support-files = ["worklet_paintWorklet.js"]
     64 
     65 ["test_promise.html"]
     66 support-files = ["worklet_promise.js"]
     67 
     68 ["test_warning_reporter.html"]
     69 support-files = [
     70  "warning_reporter_worklet.js",
     71 ]