tor-browser

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

xpcshell.toml (154B)


      1 [DEFAULT]
      2 head = ""
      3 
      4 ["test_ipcshell.js"]
      5 # Bug 676963: test fails consistently on Android
      6 fail-if = [
      7  "os == 'android'",
      8 ]
      9 
     10 ["test_ipcshell_child.js"]