summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/xpcshell.toml
blob: 24c84d745d7ab18309cb82e1f080c0ebfef91428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
[DEFAULT]
head = "head_channels_clone.js ../unit/head_servers.js head_trr_clone.js head_http3_clone.js"
skip-if = ["socketprocess_networking"]
# Several tests rely on redirecting to data: URIs, which was allowed for a long
# time but now forbidden. So we enable it just for these tests.
prefs = ["network.allow_redirect_to_data=true"]
support-files = [
  "child_channel_id.js",
  "!/netwerk/test/unit/test_XHR_redirects.js",
  "!/netwerk/test/unit/test_bug528292.js",
  "!/netwerk/test/unit/test_cache-entry-id.js",
  "!/netwerk/test/unit/test_cache_jar.js",
  "!/netwerk/test/unit/test_cacheflags.js",
  "!/netwerk/test/unit/test_channel_close.js",
  "!/netwerk/test/unit/test_cookiejars.js",
  "!/netwerk/test/unit/test_dns_cancel.js",
  "!/netwerk/test/unit/test_dns_service.js",
  "!/netwerk/test/unit/test_duplicate_headers.js",
  "!/netwerk/test/unit/test_event_sink.js",
  "!/netwerk/test/unit/test_getHost.js",
  "!/netwerk/test/unit/test_gio_protocol.js",
  "!/netwerk/test/unit/test_head.js",
  "!/netwerk/test/unit/test_headers.js",
  "!/netwerk/test/unit/test_httpsuspend.js",
  "!/netwerk/test/unit/test_post.js",
  "!/netwerk/test/unit/test_predictor.js",
  "!/netwerk/test/unit/test_progress.js",
  "!/netwerk/test/unit/test_redirect_veto.js",
  "!/netwerk/test/unit/test_redirect-caching_canceled.js",
  "!/netwerk/test/unit/test_redirect-caching_failure.js",
  "!/netwerk/test/unit/test_redirect-caching_passing.js",
  "!/netwerk/test/unit/test_redirect_canceled.js",
  "!/netwerk/test/unit/test_redirect_different-protocol.js",
  "!/netwerk/test/unit/test_redirect_failure.js",
  "!/netwerk/test/unit/test_redirect_from_script.js",
  "!/netwerk/test/unit/test_redirect_history.js",
  "!/netwerk/test/unit/test_redirect_passing.js",
  "!/netwerk/test/unit/test_reentrancy.js",
  "!/netwerk/test/unit/test_reply_without_content_type.js",
  "!/netwerk/test/unit/test_resumable_channel.js",
  "!/netwerk/test/unit/test_simple.js",
  "!/netwerk/test/unit/test_trackingProtection_annotateChannels.js",
  "!/netwerk/test/unit/test_xmlhttprequest.js",
  "!/netwerk/test/unit/head_channels.js",
  "!/netwerk/test/unit/head_trr.js",
  "!/netwerk/test/unit/head_cache2.js",
  "!/netwerk/test/unit/data/image.png",
  "!/netwerk/test/unit/data/system_root.lnk",
  "!/netwerk/test/unit/data/test_psl.txt",
  "!/netwerk/test/unit/data/test_readline1.txt",
  "!/netwerk/test/unit/data/test_readline2.txt",
  "!/netwerk/test/unit/data/test_readline3.txt",
  "!/netwerk/test/unit/data/test_readline4.txt",
  "!/netwerk/test/unit/data/test_readline5.txt",
  "!/netwerk/test/unit/data/test_readline6.txt",
  "!/netwerk/test/unit/data/test_readline7.txt",
  "!/netwerk/test/unit/data/test_readline8.txt",
  "!/netwerk/test/unit/data/signed_win.exe",
  "!/netwerk/test/unit/test_alt-data_simple.js",
  "!/netwerk/test/unit/test_alt-data_stream.js",
  "!/netwerk/test/unit/test_alt-data_closeWithStatus.js",
  "!/netwerk/test/unit/test_channel_priority.js",
  "!/netwerk/test/unit/test_multipart_streamconv.js",
  "!/netwerk/test/unit/test_original_sent_received_head.js",
  "!/netwerk/test/unit/test_alt-data_cross_process.js",
  "!/netwerk/test/unit/test_httpcancel.js",
  "!/netwerk/test/unit/test_trr_httpssvc.js",
  "!/netwerk/test/unit/test_http3_prio_enabled.js",
  "!/netwerk/test/unit/test_http3_prio_disabled.js",
  "!/netwerk/test/unit/test_http3_prio_helpers.js",
  "!/netwerk/test/unit/http2-ca.pem",
  "!/netwerk/test/unit/test_orb_empty_header.js",
  "child_is_proxy_used.js",
  "child_cookie_header.js",
  "child_dns_by_type_resolve.js",
  "child_veto_in_parent.js",
]

["test_XHR_redirects.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_alt-data_closeWithStatus_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_alt-data_cross_process_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_alt-data_simple_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_alt-data_stream_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_cache-entry-id_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_cache_jar_wrap.js"]

["test_cacheflags_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_channel_close_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_channel_id.js"]

["test_channel_priority_wrap.js"]

["test_chunked_responses_wrap.js"]
prefs = [
  "network.allow_raw_sockets_in_content_processes=true",
 "security.allow_eval_with_system_principal=true",
]

["test_cookie_header_stripped.js"]

["test_cookiejars_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_dns_by_type_resolve_wrap.js"]

["test_dns_cancel_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_dns_service_wrap.js"]

["test_duplicate_headers_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_event_sink_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_getHost_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_gio_protocol_wrap.js"]
run-if = ["os == 'linux'"]

["test_head_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_headers_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_http3_prio_disabled_wrap.js"]
skip-if = [
  "os == 'android'",
  "os == 'win' && msix",
] # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
run-sequentially = "http3server"

["test_http3_prio_enabled_wrap.js"]
skip-if = [
  "os == 'android'",
  "os == 'win' && msix",
  "true", # Will be reenabled in bug 1865394
] # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
run-sequentially = "http3server"

["test_httpcancel_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_httpsuspend_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_is_proxy_used.js"]

["test_multipart_streamconv_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_orb_empty_header_wrap.js"]

["test_original_sent_received_head_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_post_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_predictor_wrap.js"]

["test_progress_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect-caching_canceled_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect-caching_failure_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect-caching_passing_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect_canceled_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect_different-protocol_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect_failure_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]
# Do not test the channel.redirectTo() API under e10s until 827269 is resolved

["test_redirect_from_script_wrap.js"]
skip-if = ["true"]

["test_redirect_history_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect_passing_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_redirect_veto_parent.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]
run-sequentially = "doesn't play nice with others."

["test_redirect_veto_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_reentrancy_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_reply_without_content_type_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_resumable_channel_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_simple_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_trackingProtection_annotateChannels_wrap1.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_trackingProtection_annotateChannels_wrap2.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]

["test_trr_httpssvc_wrap.js"]
skip-if = ["os == 'android'"]

["test_xmlhttprequest_wrap.js"]
prefs = ["network.allow_raw_sockets_in_content_processes=true"]