tor-browser

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

replace-tbd-before.toml (414B)


      1 # Replace TBD test
      2 [DEFAULT]
      3 
      4 ["bug_100.js"]
      5 skip-if = ["os == 'android' && asan"] # Bug TBD
      6 
      7 ["bug_3.js"]
      8 # This is a comment about Bug 3
      9 skip-if = ["os == 'linux'"] # Bug TBD
     10 # DO NOT ADD MORE TESTS HERE
     11 
     12 ["test_bar.html"]
     13 skip-if = [
     14  "os == 'mac'",    #  Bug 111
     15  "os == 'linux'",  #  Bug TBD
     16  "os == 'win'", #     Bug 333
     17 ]
     18 
     19 ["test_extend_linux.js"]
     20 skip-if = [
     21  "os == 'mac'", # Bug TBD
     22 ]
     23 
     24 ['bug_20.js']