tor-browser

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

mochitest.toml (5006B)


      1 [DEFAULT]
      2 support-files = [
      3  "echo.sjs",
      4  "temporaryFileBlob.sjs",
      5  "file_html_in_xhr.html",
      6  "file_html_in_xhr.sjs",
      7  "file_html_in_xhr2.html",
      8  "file_html_in_xhr3.html",
      9  "file_XHRDocURI.text",
     10  "file_XHRDocURI.text^headers^",
     11  "file_XHRDocURI.xml",
     12  "file_XHRDocURI.xml^headers^",
     13  "file_XHRDocURI.html",
     14  "file_XHRDocURI.html^headers^",
     15  "file_XHRDocURI.sjs",
     16  "file_XHRResponseURL.js",
     17  "file_XHRResponseURL.sjs",
     18  "file_XHRResponseURL.text",
     19  "file_XHRResponseURL.text^headers^",
     20  "file_XHRResponseURL_nocors.text",
     21  "file_XHRSendData.sjs",
     22  "file_XHRSendData_doc.xml",
     23  "file_XHRSendData_doc.xml^headers^",
     24  "file_XHR_anon.sjs",
     25  "file_XHR_binary1.bin",
     26  "file_XHR_binary1.bin^headers^",
     27  "file_XHR_binary2.bin",
     28  "file_XHR_fail1.txt",
     29  "file_XHR_fail1.txt^headers^",
     30  "file_XHR_header.sjs",
     31  "file_XHR_pass1.xml",
     32  "file_XHR_pass2.txt",
     33  "file_XHR_pass3.txt",
     34  "file_XHR_pass3.txt^headers^",
     35  "file_XHR_system_redirect.html",
     36  "file_XHR_system_redirect.html^headers^",
     37  "file_XHR_timeout.sjs",
     38  "progressserver.sjs",
     39  "worker_terminateSyncXHR_frame.html",
     40  "terminateSyncXHR_worker.js",
     41  "worker_testXHR.txt",
     42  "xhr_worker.js",
     43  "xhr2_worker.js",
     44  "xhrAbort_worker.js",
     45  "test_XHR.js",
     46  "test_worker_xhr_parameters.js",
     47  "test_worker_xhr_system.js",
     48  "worker_xhr_cors_redirect.js",
     49  "worker_xhr_cors_redirect.sjs",
     50  "worker_xhr_headers_server.sjs",
     51  "worker_xhr_headers_worker.js",
     52  "worker_file_getcookie.sjs",
     53  "xhr_implicit_cancel_worker.js",
     54  "relativeLoad_import.js",
     55  "relativeLoad_worker.js",
     56  "relativeLoad_worker2.js",
     57  "responseIdentical.sjs",
     58  "subdir/relativeLoad_sub_worker.js",
     59  "subdir/relativeLoad_sub_worker2.js",
     60  "subdir/relativeLoad_sub_import.js",
     61  "common_temporaryFileBlob.js",
     62  "worker_temporaryFileBlob.js",
     63  "worker_bug1300552.js",
     64  "sync_xhr_unload.sjs",
     65  "iframe_sync_xhr_unload.html",
     66  "empty.html",
     67  "file_sync_xhr_document_write_with_iframe.html",
     68  "slow.sjs",
     69  "!/dom/events/test/event_leak_utils.js",
     70  "worker_bug1697539.js",
     71 ]
     72 
     73 ["test_XHR.html"]
     74 skip-if = [
     75  "http2",
     76  "http3",
     77 ]
     78 
     79 ["test_XHRDocURI.html"]
     80 skip-if = [
     81  "http2",
     82  "http3",
     83 ]
     84 
     85 ["test_XHRResponseURL.html"]
     86 skip-if = [
     87  "http2",
     88  "http3",
     89 ]
     90 
     91 ["test_XHRSendData.html"]
     92 
     93 ["test_XHR_anon.html"]
     94 skip-if = [
     95  "http2",
     96  "http3",
     97 ]
     98 
     99 ["test_XHR_header.html"]
    100 skip-if = [
    101  "http2",
    102  "http3",
    103 ]
    104 
    105 ["test_XHR_http2.html"]
    106 run-if = [
    107  "http2",
    108  "http3",
    109 ]
    110 
    111 ["test_XHR_onuploadprogress.html"]
    112 
    113 ["test_XHR_parameters.html"]
    114 
    115 ["test_XHR_system.html"]
    116 skip-if = [
    117  "http2",
    118  "http3",
    119 ]
    120 
    121 ["test_XHR_timeout.html"]
    122 support-files = ["test_XHR_timeout.js"]
    123 
    124 ["test_bug1070763.html"]
    125 skip-if = [
    126  "http2",
    127  "http3",
    128 ]
    129 
    130 ["test_bug1300552.html"]
    131 skip-if = [
    132  "http2",
    133  "http3",
    134 ]
    135 
    136 ["test_bug1697539.html"]
    137 support-files = ["worker_bug1697539.js"]
    138 
    139 ["test_bug1752863.html"]
    140 support-files = ["test_bug1752863_worker.js"]
    141 skip-if = [
    142  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", #  Bug 1755010
    143 ]
    144 
    145 ["test_bug1788125.html"]
    146 
    147 ["test_event_listener_leaks.html"]
    148 
    149 ["test_html_in_xhr.html"]
    150 
    151 ["test_nestedSyncXHR.html"]
    152 
    153 ["test_relativeLoad.html"]
    154 
    155 ["test_sharedworker_xhr.html"]
    156 support-files = ["xhr_sharedworker.js"]
    157 
    158 ["test_sync_xhr_document_write_with_iframe.html"]
    159 skip-if = [
    160  "os == 'android' && debug",
    161 ]
    162 
    163 ["test_sync_xhr_event_handling.html"]
    164 support-files = ["file_sync_xhr_event_handling_helper.html"]
    165 
    166 ["test_sync_xhr_nested.html"]
    167 support-files = ["file_sync_xhr_nested_helper.html"]
    168 skip-if = [
    169  "release_or_beta", # Input event will be discarded during sync XHR, thus timeout
    170 ]
    171 
    172 ["test_sync_xhr_timer.xhtml"]
    173 
    174 ["test_sync_xhr_unload.html"]
    175 
    176 ["test_temporaryFileBlob.html"]
    177 skip-if = [
    178  "http2",
    179  "http3",
    180 ]
    181 
    182 ["test_worker_terminateSyncXHR.html"]
    183 
    184 ["test_worker_xhr.html"]
    185 
    186 ["test_worker_xhr2.html"]
    187 
    188 ["test_worker_xhrAbort.html"]
    189 skip-if = [
    190  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
    191  "os == 'win'",
    192 ]
    193 
    194 ["test_worker_xhr_3rdparty.html"]
    195 support-files = ["window_worker_xhr_3rdparty.html"]
    196 # Bug 1617611: Fix all the tests broken by "cookies SameSite=lax by default"
    197 skip-if = [
    198  "xorigin",
    199 ]
    200 
    201 ["test_worker_xhr_cors_redirect.html"]
    202 skip-if = [
    203  "http2",
    204  "http3",
    205 ]
    206 
    207 ["test_worker_xhr_doubleSend.html"]
    208 support-files = ["xhr_worker_doubleSend.js"]
    209 
    210 ["test_worker_xhr_headers.html"]
    211 skip-if = [
    212  "http2",
    213  "http3",
    214 ]
    215 
    216 ["test_worker_xhr_implicit_cancel.html"]
    217 
    218 ["test_worker_xhr_parameters.html"]
    219 
    220 ["test_worker_xhr_responseURL.html"]
    221 skip-if = [
    222  "http2",
    223  "http3",
    224 ]
    225 
    226 ["test_worker_xhr_system.html"]
    227 skip-if = [
    228  "http2",
    229  "http3",
    230 ]
    231 
    232 ["test_worker_xhr_timeout.html"]
    233 
    234 ["test_xhr_abort_after_load.html"]
    235 
    236 ["test_xhr_forbidden_headers.html"]
    237 
    238 ["test_xhr_overridemimetype_throws_on_invalid_state.html"]
    239 
    240 ["test_xhr_progressevents.html"]
    241 skip-if = [
    242  "http2",
    243  "http3",
    244  "os == 'win' && os_version == '11.26100' && arch == 'x86' && xorigin", # bug 1917808
    245 ]
    246 
    247 ["test_xhr_send.html"]
    248 
    249 ["test_xhr_send_readystate.html"]
    250 
    251 ["test_xhr_withCredentials.html"]