mochitest.toml (3234B)
1 [DEFAULT] 2 tags = "condprof" 3 support-files = [ 4 "fetch_test_framework.js", 5 "file_fetch_cached_redirect.html", 6 "file_fetch_cached_redirect.html^headers^", 7 "file_fetch_csp_block_frame.html", 8 "file_fetch_csp_block_frame.html^headers^", 9 "test_fetch_basic.js", 10 "test_fetch_basic_http.js", 11 "test_fetch_cached_redirect.js", 12 "test_fetch_cors.js", 13 "file_fetch_observer.html", 14 "test_formdataparsing.js", 15 "test_headers_common.js", 16 "test_request.js", 17 "test_response.js", 18 "utils.js", 19 "nested_worker_wrapper.js", 20 "worker_wrapper.js", 21 "message_receiver.html", 22 "reroute.html", 23 "reroute.js", 24 "reroute.js^headers^", 25 "slow.sjs", 26 "sw_reroute.js", 27 "empty.js", 28 "empty.js^headers^", 29 "worker_temporaryFileBlob.js", 30 "common_temporaryFileBlob.js", 31 "common_readableStreams.js", 32 "worker_readableStreams.js", 33 "iframe_readableStreams.html", 34 "!/dom/xhr/tests/file_XHR_binary1.bin", 35 "!/dom/xhr/tests/file_XHR_binary1.bin^headers^", 36 "!/dom/xhr/tests/file_XHR_binary2.bin", 37 "!/dom/xhr/tests/file_XHR_pass1.xml", 38 "!/dom/xhr/tests/file_XHR_pass2.txt", 39 "!/dom/xhr/tests/file_XHR_pass3.txt", 40 "!/dom/xhr/tests/file_XHR_pass3.txt^headers^", 41 "!/dom/xhr/tests/responseIdentical.sjs", 42 "!/dom/xhr/tests/temporaryFileBlob.sjs", 43 "!/dom/html/test/form_submit_server.sjs", 44 "!/dom/security/test/cors/file_CrossSiteXHR_server.sjs", 45 "!/dom/security/test/csp/file_redirects_resource.sjs", 46 "!/dom/base/test/referrer_helper.js", 47 "!/dom/base/test/referrer_testserver.sjs", 48 ] 49 50 ["test_fetch_basic.html"] 51 52 ["test_fetch_basic_http.html"] 53 skip-if = [ 54 "http2", 55 "http3", 56 ] 57 58 ["test_fetch_basic_http2.html"] 59 run-if = [ 60 "http2", 61 "http3", 62 ] 63 64 ["test_fetch_basic_http2_sw_empty_reroute.html"] 65 run-if = [ 66 "http2", 67 "http3", 68 ] 69 70 ["test_fetch_basic_http2_sw_reroute.html"] 71 run-if = [ 72 "http2", 73 "http3", 74 ] 75 76 ["test_fetch_basic_http_sw_empty_reroute.html"] 77 skip-if = [ 78 "http2", 79 "http3", 80 ] 81 82 ["test_fetch_basic_http_sw_reroute.html"] 83 skip-if = [ 84 "http2", 85 "http3", 86 ] 87 88 ["test_fetch_basic_sw_empty_reroute.html"] 89 90 ["test_fetch_basic_sw_reroute.html"] 91 92 ["test_fetch_cached_redirect.html"] 93 94 ["test_fetch_cors.html"] 95 scheme = "https" 96 skip-if = [ 97 "http2", 98 "http3", 99 "os == 'android' && os_version == '14' && arch == 'x86_64'", # Bug 1858891 100 ] 101 102 ["test_fetch_cors_sw_empty_reroute.html"] 103 scheme = "https" 104 skip-if = [ 105 "http2", 106 "http3", 107 "os == 'android'", # Bug 1623134 108 ] 109 110 ["test_fetch_cors_sw_reroute.html"] 111 scheme = "https" 112 skip-if = [ 113 "http2", 114 "http3", 115 "os == 'android'", # Bug 1623134 116 ] 117 118 ["test_fetch_csp_block.html"] 119 120 ["test_fetch_observer.html"] 121 skip-if = [ 122 "http2", 123 "http3", 124 ] 125 126 ["test_fetch_user_control_rp.html"] 127 skip-if = [ 128 "http2", 129 "http3", 130 ] 131 132 ["test_formdataparsing.html"] 133 134 ["test_formdataparsing_sw_reroute.html"] 135 136 ["test_headers.html"] 137 138 ["test_headers_mainthread.html"] 139 140 ["test_headers_sw_reroute.html"] 141 142 ["test_readableStreams.html"] 143 scheme = "https" 144 skip-if = [ 145 "http2", 146 "http3", 147 ] 148 149 ["test_request.html"] 150 151 ["test_request_context.html"] 152 153 ["test_request_sw_reroute.html"] 154 155 ["test_response.html"] 156 skip-if = [ 157 "http2", 158 "http3", 159 ] 160 161 ["test_responseReadyForWasm.html"] 162 163 ["test_response_sw_reroute.html"] 164 skip-if = [ 165 "http2", 166 "http3", 167 ] 168 169 ["test_temporaryFileBlob.html"]