summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/mochitest.ini
blob: 66d5ea64220848f38d1e461fe0a6bff67c028c90 (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
242
243
244
245
246
247
248
249
[DEFAULT]
support-files =
  WorkerTest_badworker.js
  atob_worker.js
  blank.html
  bug978260_worker.js
  bug1014466_data1.txt
  bug1014466_data2.txt
  bug1014466_worker.js
  bug1020226_worker.js
  bug1020226_frame.html
  bug998474_worker.js
  bug1063538_worker.js
  bug1063538.sjs
  clearTimeouts_worker.js
  clearTimeoutsImplicit_worker.js
  content_worker.js
  console_worker.js
  consoleReplaceable_worker.js
  csp_worker.js
  csp_worker.js^headers^
  dynamicImport_nested.mjs
  dynamicImport_postMessage.mjs
  dynamicImport_worker.js
  404_server.sjs
  errorPropagation_iframe.html
  errorPropagation_worker.js
  errorwarning_worker.js
  eventDispatch_worker.js
  fibonacci_worker.js
  file_bug1010784_worker.js
  foreign.js
  importForeignScripts_worker.js
  importScripts_mixedcontent.html
  importScripts_worker.js
  importScripts_worker_imported1.js
  importScripts_worker_imported2.js
  importScripts_worker_imported3.js
  importScripts_worker_imported4.js
  instanceof_worker.js
  json_worker.js
  loadEncoding_worker.js
  location_worker.js
  longThread_worker.js
  multi_sharedWorker_frame.html
  multi_sharedWorker_sharedWorker.js
  navigator_languages_worker.js
  navigator_worker.js
  newError_worker.js
  notification_worker.js
  notification_worker_child-child.js
  notification_worker_child-parent.js
  notification_permission_worker.js
  onLine_worker.js
  onLine_worker_child.js
  onLine_worker_head.js
  promise_worker.js
  recursion_worker.js
  recursiveOnerror_worker.js
  redirect_to_foreign.sjs
  rvals_worker.js
  sharedWorker_sharedWorker.js
  simpleThread_worker.js
  suspend_window.html
  suspend_worker.js
  terminate_worker.js
  test_csp.html^headers^
  test_csp.js
  referrer_worker.html
  sourcemap_header_iframe.html
  sourcemap_header_worker.js
  sourcemap_header_worker.js^headers^
  threadErrors_worker1.js
  threadErrors_worker2.js
  threadErrors_worker3.js
  threadErrors_worker4.js
  threadTimeouts_worker.js
  throwingOnerror_worker.js
  timeoutTracing_worker.js
  transferable_worker.js
  test_worker_interfaces.js
  worker_driver.js
  worker_wrapper.js
  bug1060621_worker.js
  bug1062920_worker.js
  bug1104064_worker.js
  worker_consoleAndBlobs.js
  bug1132395_sharedWorker.js
  bug1132924_worker.js
  empty.html
  referrer.sjs
  referrer_test_server.sjs
  sharedWorker_ports.js
  sharedWorker_lifetime.js
  worker_referrer.js
  importScripts_3rdParty_worker.js
  invalid.js
  worker_bug1278777.js
  worker_setTimeoutWith0.js
  worker_bug1301094.js
  script_createFile.js
  worker_suspended.js
  window_suspended.html
  suspend_blank.html
  multi_sharedWorker_manager.js
  multi_sharedWorker_frame_nobfcache.html
  multi_sharedWorker_frame_nobfcache.html^headers^
  multi_sharedWorker_frame_bfcache.html
  navigate.html
  !/dom/notification/test/mochitest/MockServices.js
  !/dom/notification/test/mochitest/NotificationTest.js
  !/dom/xhr/tests/relativeLoad_import.js
  !/dom/xhr/tests/relativeLoad_worker.js
  !/dom/xhr/tests/relativeLoad_worker2.js
  !/dom/xhr/tests/subdir/relativeLoad_sub_worker.js
  !/dom/xhr/tests/subdir/relativeLoad_sub_worker2.js
  !/dom/xhr/tests/subdir/relativeLoad_sub_import.js
  !/dom/events/test/event_leak_utils.js

[test_404.html]
[test_atob.html]
[test_blobConstructor.html]
[test_blobWorkers.html]
[test_bug949946.html]
[test_bug978260.html]
[test_bug998474.html]
[test_bug1002702.html]
[test_bug1010784.html]
[test_bug1014466.html]
[test_bug1020226.html]
[test_bug1036484.html]
[test_bug1060621.html]
[test_bug1062920.html]
[test_bug1063538.html]
skip-if =
  http3
[test_bug1104064.html]
[test_bug1132395.html]
skip-if = true # bug 1176225
[test_bug1132924.html]
[test_chromeWorker.html]
[test_clearTimeouts.html]
[test_clearTimeoutsImplicit.html]
[test_console.html]
[test_consoleAndBlobs.html]
[test_consoleReplaceable.html]
[test_contentWorker.html]
[test_csp.html]
[test_dataURLWorker.html]
[test_dynamicImport.html]
[test_dynamicImport_early_termination.html]
[test_dynamicImport_and_terminate.html]
support-files = worker_dynamicImport.mjs
[test_errorPropagation.html]
skip-if =
  http3
[test_errorwarning.html]
[test_eventDispatch.html]
[test_fibonacci.html]
[test_importScripts.html]
[test_importScripts_mixedcontent.html]
tags = mcb
[test_instanceof.html]
[test_json.html]
[test_loadEncoding.html]
[test_loadError.html]
[test_location.html]
skip-if =
  http3
[test_longThread.html]
[test_multi_sharedWorker.html]
skip-if =
  http3
[test_multi_sharedWorker_lifetimes_nobfcache.html]
[test_multi_sharedWorker_lifetimes_bfcache.html]
[test_navigator.html]
support-files =
  test_navigator.js
  test_navigator_iframe.html
  test_navigator_iframe.js
skip-if =
  http3
[test_navigator_secureContext.html]
scheme=https
support-files =
  test_navigator.js
  test_navigator_iframe.html
  test_navigator_iframe.js
[test_navigator_languages.html]
[test_newError.html]
[test_notification.html]
[test_notification_child.html]
[test_notification_permission.html]
[test_onLine.html]
[test_promise.html]
[test_promise_resolved_with_string.html]
[test_recursion.html]
[test_recursiveOnerror.html]
skip-if =
  http3
[test_resolveWorker.html]
[test_resolveWorker-assignment.html]
[test_rvals.html]
[test_sharedWorker.html]
[test_sharedWorker_thirdparty.html]
support-files =
  sharedWorker_thirdparty_frame.html
  sharedWorker_thirdparty_window.html
skip-if =
  http3
[test_simpleThread.html]
skip-if =
  http3
[test_suspend.html]
[test_terminate.html]
[test_threadErrors.html]
[test_threadTimeouts.html]
[test_throwingOnerror.html]
[test_timeoutTracing.html]
[test_transferable.html]
[test_worker_interfaces.html]
skip-if =
  http3
[test_worker_interfaces_secureContext.html]
scheme=https
[test_referrer.html]
[test_referrer_header_worker.html]
skip-if =
  http3
[test_importScripts_3rdparty.html]
skip-if =
  http3
[test_sharedWorker_ports.html]
[test_sharedWorker_lifetime.html]
[test_navigator_workers_hardwareConcurrency.html]
[test_bug1278777.html]
[test_setTimeoutWith0.html]
[test_bug1301094.html]
[test_subworkers_suspended.html]
scheme=https
[test_bug1317725.html]
support-files = test_bug1317725.js
[test_bug1824498.html]
support-files = worker_bug1824498.mjs
[test_sharedworker_event_listener_leaks.html]
skip-if =
  (bits == 64 && os == 'linux' && asan && !debug) # Disabled on Linux64 opt asan, bug 1493563
  os == "win" && debug && xorigin # high frequency intermittent
[test_fileReaderSync_when_closing.html]