tor-browser

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

remove-manifest-before.toml (752B)


      1 [DEFAULT]
      2 
      3 ["test_remove_skip1.html"]
      4 skip-if = [
      5  "os == 'mac'", #  Bug 111
      6  "os == 'linux'", #  Bug 222
      7  "os == 'win'", #  Bug 333
      8 ]
      9 
     10 ["test_remove_skip2.html"]
     11 skip-if = [
     12  "os == 'mac' && os_version == '14.70' && arch == 'x86'", #  Bug 333
     13  "os == 'linux' && os_version == '22.04' && arch == 'x86'", #  Bug 222
     14  "os == 'linux' && os_version == '24.04' && arch == 'x86'", #  Bug 111
     15 ]
     16 
     17 ["test_remove_skip3.html"]
     18 skip-if = [
     19  "os == 'linux' && os_version == '22.04' && arch == 'x86'", #  Bug 111
     20  "os == 'linux' && os_version == '22.04' && arch == 'armv7'", #  Bug 222
     21  "os == 'linux' && os_version == '24.04' && arch == 'x86' && debug", #  Bug 333
     22 ]
     23 other-key = "test"
     24 
     25 ["test_remove_skip4.html"]
     26 skip-if = [
     27  "os == 'mac'", #  Bug 111
     28 ]