tor-browser

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

mochitest.toml (431B)


      1 [DEFAULT]
      2 tags = "condprof"
      3 scheme = "https"
      4 
      5 support-files = ["file_bug1197901.html"]
      6 
      7 ["test_HapticFeedback.html"]
      8 run-if = [
      9  "os == 'android'", # Haptic feedback is only supported on Android
     10 ]
     11 
     12 ["test_bug1197901.html"]
     13 skip-if = [
     14  "condprof", # "Only focused window should get the sensor events"
     15  "os == 'android'",
     16  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && !fission",
     17 ]