tor-browser

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

mochitest.toml (1318B)


      1 [DEFAULT]
      2 tags = "mcb"
      3 prefs = [
      4  "security.mixed_content.upgrade_display_content=false",
      5  "dom.security.https_first=false",
      6 ]
      7 support-files = [
      8  "file_bug803225_test_mailto.html",
      9  "file_frameNavigation.html",
     10  "file_frameNavigation_blankTarget.html",
     11  "file_frameNavigation_grandchild.html",
     12  "file_frameNavigation_innermost.html",
     13  "file_frameNavigation_secure.html",
     14  "file_frameNavigation_secure_grandchild.html",
     15  "file_main.html",
     16  "file_main_bug803225.html",
     17  "file_main_bug803225_websocket_wsh.py",
     18  "file_server.sjs",
     19  "!/dom/media/test/vp9.webm",
     20  "test.webm",
     21  "test.wav",
     22  "!/image/test/mochitest/blue.png",
     23  "file_redirect.html",
     24  "file_redirect_handler.sjs",
     25  "file_bug1550792.html",
     26  "file_bug1551886.html",
     27  "file_windowOpen.html",
     28 ]
     29 
     30 ["test_bug803225.html"]
     31 skip-if = [
     32  "headless", # Headless:bug 1405870
     33  "http2",
     34  "http3",
     35  "tsan", # tsan:bug 1612707
     36 ]
     37 
     38 ["test_bug1550792.html"]
     39 skip-if = [
     40  "http2",
     41  "http3",
     42 ]
     43 
     44 ["test_bug1551886.html"]
     45 skip-if = [
     46  "http2",
     47  "http3",
     48 ]
     49 
     50 ["test_frameNavigation.html"]
     51 skip-if = [
     52  "true", # Bug 1424752
     53 ]
     54 
     55 ["test_main.html"]
     56 skip-if = [
     57  "os == 'android'",
     58  "true",
     59  "tsan", # Times out / Memory consumption, bug 1612707
     60 ]
     61 
     62 ["test_redirect.html"]
     63 
     64 ["test_windowOpen.html"]
     65 scheme = "https"
     66 skip-if = [
     67  "opt", # Bug 1855588
     68 ]