-
-
Notifications
You must be signed in to change notification settings - Fork 36.6k
Expand file tree
/
Copy pathworkers.json
More file actions
170 lines (170 loc) Β· 6.94 KB
/
Copy pathworkers.json
File metadata and controls
170 lines (170 loc) Β· 6.94 KB
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
{
"SharedWorker-MessageEvent-source.any.js": {
"skip": "SharedWorker is not implemented"
},
"SharedWorker-replace-EventHandler.any.js": {
"skip": "SharedWorker is not implemented"
},
"Worker-location.sub.any.js": {
"skip": "Server substitution (.sub) is not supported"
},
"WorkerLocation-origin.sub.window.js": {
"skip": "Needs a document and a WPT server"
},
"constructors/Worker/AbstractWorker.onerror.js": {
"skip": "Not a test file; used as a worker script by .html tests"
},
"constructors/Worker/expected-self-properties.worker.js": {
"fail": {
"note": "XMLHttpRequest and EventSource are not implemented",
"expected": [
"existence of XMLHttpRequest",
"existence of EventSource"
]
}
},
"dedicated-worker-from-blob-url.window.js": {
"note": "crypto.randomUUID() is used to generate blob URL identifiers",
"requires": ["crypto"]
},
"dedicated-worker-in-data-url-context.window.js": {
"skip": "Needs a document to create iframes"
},
"examples/onconnect.any.js": {
"skip": "SharedWorker is not implemented"
},
"importscripts_mime.any.js": {
"skip": "Needs a WPT server to serve scripts with arbitrary MIME types"
},
"importscripts_mime_local.any.js": {
"note": "crypto.randomUUID() is used to generate blob URL identifiers",
"requires": ["crypto"]
},
"interfaces/WorkerUtils/importScripts/catch.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/blob-url.worker.js": {
"note": "crypto.randomUUID() is used to generate blob URL identifiers",
"requires": ["crypto"]
},
"interfaces/WorkerUtils/importScripts/report-error-cross-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/report-error-redirect-to-cross-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/report-error-same-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/report-error-setTimeout-cross-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/report-error-setTimeout-redirect-to-cross-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"interfaces/WorkerUtils/importScripts/report-error-setTimeout-same-origin.sub.any.js": {
"skip": "Needs a WPT server; tests cross-origin importScripts()"
},
"modules/dedicated-worker-import-blob-url.any.js": {
"skip": "Modules are imported from http(s): URLs served by a WPT server"
},
"modules/dedicated-worker-import-data-url.any.js": {
"skip": "Modules are imported from http(s): URLs served by a WPT server"
},
"modules/dedicated-worker-import.any.js": {
"fail": {
"note": "Needs a WPT server; tests cross-origin and redirected imports",
"expected": [
"Static import (cross-origin).",
"Static import (redirect)."
]
}
},
"modules/shared-worker-import-blob-url.window.js": {
"skip": "SharedWorker is not implemented"
},
"modules/shared-worker-import-data-url.window.js": {
"skip": "SharedWorker is not implemented"
},
"modules/shared-worker-import.window.js": {
"skip": "SharedWorker is not implemented"
},
"nested_worker_sync_xhr.worker.js": {
"skip": "XMLHttpRequest is not implemented"
},
"same-site-cookies/first-party.all.tentative.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"same-site-cookies/first-party.default.tentative.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"same-site-cookies/first-party.none.tentative.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"same-site-cookies/third-party.all.tentative.sub.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"same-site-cookies/third-party.default.tentative.sub.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"same-site-cookies/third-party.none.tentative.sub.https.window.js": {
"skip": "Needs a document and an https WPT server"
},
"semantics/interface-objects/001.worker.js": {
"fail": {
"note": "Canvas, XHR, EventSource, PromiseRejectionEvent, ProgressEvent, the File API reader classes and IndexedDB are not implemented",
"expected": [
"The ImageData interface object should be exposed.",
"The ImageBitmap interface object should be exposed.",
"The CanvasGradient interface object should be exposed.",
"The CanvasPattern interface object should be exposed.",
"The TextMetrics interface object should be exposed.",
"The Path2D interface object should be exposed.",
"The PromiseRejectionEvent interface object should be exposed.",
"The EventSource interface object should be exposed.",
"The XMLHttpRequestEventTarget interface object should be exposed.",
"The XMLHttpRequestUpload interface object should be exposed.",
"The XMLHttpRequest interface object should be exposed.",
"The ProgressEvent interface object should be exposed.",
"The FileList interface object should be exposed.",
"The FileReader interface object should be exposed.",
"The FileReaderSync interface object should be exposed.",
"The IDBRequest interface object should be exposed.",
"The IDBOpenDBRequest interface object should be exposed.",
"The IDBVersionChangeEvent interface object should be exposed.",
"The IDBFactory interface object should be exposed.",
"The IDBDatabase interface object should be exposed.",
"The IDBObjectStore interface object should be exposed.",
"The IDBIndex interface object should be exposed.",
"The IDBKeyRange interface object should be exposed.",
"The IDBCursor interface object should be exposed.",
"The IDBCursorWithValue interface object should be exposed.",
"The IDBTransaction interface object should be exposed."
]
}
},
"semantics/interface-objects/003.any.js": {
"skip": "SharedWorker is not implemented"
},
"semantics/interface-objects/004.any.js": {
"skip": "SharedWorker is not implemented"
},
"shared-worker-from-blob-url.window.js": {
"skip": "SharedWorker is not implemented"
},
"shared-worker-in-data-url-context.window.js": {
"skip": "SharedWorker is not implemented"
},
"worker-performance.worker.js": {
"fail": {
"note": "XMLHttpRequest is not implemented",
"expected": [
"Resource timing seems to work in workers",
"performance.setResourceTimingBufferSize in workers"
]
}
},
"WorkerGlobalScope_requestAnimationFrame.worker.js": {
"skip": "requestAnimationFrame is not implemented in workers"
}
}