tor-browser

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

mochitest.toml (591B)


      1 [DEFAULT]
      2 # nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
      3 skip-if = [
      4  "headless",
      5  "os == 'android'",
      6  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
      7 ]
      8 
      9 ["test_input.html"]
     10 skip-if = [
     11  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'",
     12  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
     13 ]
     14 
     15 ["test_textarea.html"]
     16 skip-if = [
     17  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'",
     18  "os == 'win' && asan", # Bug 1658513
     19 ]