tor-browser

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

xpcshell.toml (1883B)


      1 [DEFAULT]
      2 head = "head_utilities.js"
      3 support-files = [
      4  "1_original.xml",
      5  "1_result.xml",
      6  "2_original.xml",
      7  "2_result_1.xml",
      8  "2_result_2.xml",
      9  "2_result_3.xml",
     10  "2_result_4.xml",
     11  "3_original.xml",
     12  "3_result.xml",
     13  "3_result_2.xml",
     14  "4_original.xml",
     15  "4_result_1.xml",
     16  "4_result_2.xml",
     17  "4_result_3.xml",
     18  "4_result_4.xml",
     19  "4_result_5.xml",
     20  "4_result_6.xml",
     21  "empty_document.xml",
     22  "isequalnode_data.xml",
     23  "nodelist_data_1.xml",
     24  "nodelist_data_2.xhtml",
     25  "test_delete_range.xml",
     26 ]
     27 
     28 ["test_blockParsing.js"]
     29 prefs = ["dom.security.https_first=false"]
     30 run-if = [
     31  "opt", # We fail an assertion if we block parsing on a self-closing element
     32 ]
     33 
     34 ["test_bug553888.js"]
     35 
     36 ["test_bug737966.js"]
     37 prefs = ["network.xhr.block_sync_system_requests=false"] # Bug 721336
     38 
     39 ["test_chromeutils_base64.js"]
     40 
     41 ["test_chromeutils_callFunctionAndLogException.js"]
     42 
     43 ["test_chromeutils_defineLazyGetter.js"]
     44 
     45 ["test_chromeutils_getXPCOMErrorName.js"]
     46 
     47 ["test_chromeutils_isJSIdentifier.js"]
     48 
     49 ["test_chromeutils_shallowclone.js"]
     50 
     51 ["test_error_codes.js"]
     52 run-sequentially = ["true"] # Hardcoded 4444 port.
     53 
     54 ["test_generate_xpath.js"]
     55 head = "head_xml.js"
     56 
     57 ["test_htmlserializer.js"]
     58 
     59 ["test_isequalnode.js"]
     60 head = "head_xml.js"
     61 
     62 ["test_js_dev_error_interceptor.js"]
     63 # This feature is implemented only in NIGHTLY.
     64 run-if = [
     65  "nightly_build",
     66 ]
     67 
     68 ["test_nodelist.js"]
     69 head = "head_xml.js"
     70 
     71 ["test_normalize.js"]
     72 head = "head_xml.js"
     73 
     74 ["test_range.js"]
     75 head = "head_xml.js"
     76 
     77 ["test_serializers_entities.js"]
     78 
     79 ["test_serializers_entities_in_attr.js"]
     80 
     81 ["test_structuredcloneholder.js"]
     82 
     83 ["test_thirdpartyutil.js"]
     84 
     85 ["test_treewalker.js"]
     86 head = "head_xml.js"
     87 
     88 ["test_xhr_document.js"]
     89 
     90 ["test_xhr_origin_attributes.js"]
     91 
     92 ["test_xhr_standalone.js"]
     93 
     94 ["test_xml_parser.js"]
     95 head = "head_xml.js"
     96 
     97 ["test_xml_serializer.js"]
     98 head = "head_xml.js"
     99 
    100 ["test_xmlserializer.js"]