tor-browser

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

xpcshell.toml (865B)


      1 [DEFAULT]
      2 head = "head_docshell.js"
      3 support-files = [
      4  "data/engine.xml",
      5  "data/enginePost.xml",
      6  "data/enginePrivate.xml",
      7 ]
      8 
      9 ["test_URIFixup.js"]
     10 
     11 ["test_URIFixup_check_host.js"]
     12 
     13 ["test_URIFixup_forced.js"]
     14 # Disabled for 1563343 -- URI fixup should be done at the app level in GV.
     15 
     16 ["test_URIFixup_info.js"]
     17 skip-if = [
     18  "os == 'android' && os_version == '14' && arch == 'x86_64'",
     19 ]
     20 
     21 ["test_URIFixup_search.js"]
     22 skip-if = [
     23  "os == 'android' && os_version == '14' && arch == 'x86_64'",
     24 ]
     25 
     26 ["test_allowJavascript.js"]
     27 support-files = [
     28  "AllowJavascriptChild.sys.mjs",
     29  "AllowJavascriptParent.sys.mjs",
     30 ]
     31 
     32 ["test_browsing_context_structured_clone.js"]
     33 
     34 ["test_pb_notification.js"]
     35 skip-if = [
     36  "true", # Bug 751575: unrelated JS changes cause timeouts on random platforms
     37 ]
     38 
     39 ["test_privacy_transition.js"]
     40 
     41 ["test_subframe_stop_after_parent_error.js"]