tor-browser

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

mochitest.toml (1130B)


      1 [DEFAULT]
      2 tags = "condprof"
      3 support-files = [
      4  "worker.js",
      5  "frame.html",
      6  "lifetime_worker.js",
      7  "test_utils.js",
      8  "mockpushserviceparent.js",
      9  "error_worker.js",
     10 ]
     11 
     12 
     13 ["test_data.html"]
     14 skip-if = [
     15  "os == 'android'",
     16 ]
     17 scheme = "https"
     18 
     19 ["test_error_reporting.html"]
     20 skip-if = [
     21  "true",
     22 ]
     23 
     24 ["test_has_permissions.html"]
     25 skip-if = [
     26  "os == 'android'",
     27 ]
     28 
     29 ["test_multiple_register.html"]
     30 skip-if = [
     31  "os == 'android'",
     32 ]
     33 
     34 ["test_multiple_register_different_scope.html"]
     35 skip-if = [
     36  "os == 'android'",
     37 ]
     38 
     39 ["test_multiple_register_during_service_activation.html"]
     40 skip-if = [
     41  "true",
     42 ]
     43 
     44 ["test_permission_granted.html"]
     45 scheme = "https"
     46 
     47 ["test_permissions.html"]
     48 skip-if = [
     49  "os == 'android'",
     50 ]
     51 
     52 ["test_register.html"]
     53 skip-if = [
     54  "os == 'android'",
     55 ]
     56 
     57 ["test_register_key.html"]
     58 skip-if = [
     59  "os == 'android'",
     60 ]
     61 scheme = "https"
     62 
     63 ["test_serviceworker_lifetime.html"]
     64 skip-if = [
     65  "true",
     66 ]
     67 
     68 ["test_subscription_change.html"]
     69 skip-if = [
     70  "os == 'android'",
     71 ]
     72 
     73 ["test_try_registering_offline_disabled.html"]
     74 skip-if = [
     75  "os == 'android'",
     76 ]
     77 
     78 ["test_unregister.html"]
     79 skip-if = [
     80  "os == 'android'",
     81 ]