Skip to content

Commit 7a6851d

Browse files
Bug 1889292 [wpt PR 45483] - Update wpt metadata, a=testonly
wpt-pr: 45483 wpt-type: metadata
1 parent 6b6cca8 commit 7a6851d

14 files changed

+122
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[Blob-constructor.any.worker.html]
22
expected:
33
if (os == "android") and fission: [TIMEOUT, OK]
4+
[Passing typed arrays as elements of the blobParts array should work.]
5+
expected: FAIL
6+
47

58
[Blob-constructor.any.html]
69
expected:
710
if (os == "android") and fission: [OK, TIMEOUT]
11+
[Passing typed arrays as elements of the blobParts array should work.]
12+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[idb-binary-key-roundtrip.htm]
22
expected:
33
if (os == "android") and fission: [OK, TIMEOUT]
4+
[Binary keys can be supplied using the view type Float16Array]
5+
expected: FAIL

testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
expected: OK
66

77
[structured-clone.any.html?81-100]
8+
expected: ERROR
89

910
[structured-clone.any.worker.html?81-100]
11+
expected: ERROR
1012

1113
[structured-clone.any.html?101-last]
1214
expected:
@@ -148,14 +150,18 @@
148150

149151

150152
[structured-clone.any.html?1-20]
153+
expected: ERROR
151154

152155
[structured-clone.any.worker.html?1-20]
156+
expected: ERROR
153157

154158
[structured-clone.any.worker.html?21-40]
159+
expected: ERROR
155160

156161
[structured-clone.any.html?21-40]
157162
expected:
158-
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
163+
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
164+
ERROR
159165
[string: ]
160166
expected:
161167
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
@@ -218,12 +224,15 @@
218224

219225

220226
[structured-clone.any.html?41-60]
227+
expected: ERROR
221228

222229
[structured-clone.any.worker.html?41-60]
230+
expected: ERROR
223231

224232
[structured-clone.any.html?61-80]
225233
expected:
226-
if (processor == "x86") and not debug: [OK, TIMEOUT]
234+
if (processor == "x86") and not debug: [ERROR, OK, TIMEOUT]
235+
ERROR
227236
[Uint8Array: 0,1,254,255]
228237
expected:
229238
if (processor == "x86") and not debug: [PASS, NOTRUN]
@@ -250,3 +259,4 @@
250259

251260

252261
[structured-clone.any.worker.html?61-80]
262+
expected: ERROR
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[getRandomValues.any.worker.html]
22
expected:
33
if (os == "android") and fission: [OK, TIMEOUT]
4+
[Float arrays]
5+
expected: FAIL
6+
47

58
[getRandomValues.any.html]
69
expected:
710
if (os == "android") and fission: [OK, TIMEOUT]
11+
[Float arrays]
12+
expected: FAIL

testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33

44
[decompression-buffersource.tentative.any.serviceworker.html]
55
expected:
6-
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
6+
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
7+
ERROR
78

89
[decompression-buffersource.tentative.any.worker.html]
10+
expected: ERROR
911

1012
[decompression-buffersource.tentative.any.html]
13+
expected: ERROR
1114

1215
[decompression-buffersource.tentative.any.sharedworker.html]
16+
expected: ERROR

testing/web-platform/meta/encoding/encodeInto.any.js.ini

+24
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
[encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128]
138138
expected: FAIL
139139

140+
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
141+
expected: FAIL
142+
143+
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
144+
expected: FAIL
145+
140146

141147
[encodeInto.any.worker.html]
142148
[encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0]
@@ -277,6 +283,12 @@
277283
[encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128]
278284
expected: FAIL
279285

286+
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
287+
expected: FAIL
288+
289+
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
290+
expected: FAIL
291+
280292

281293
[encodeInto.any.serviceworker.html]
282294
expected:
@@ -408,6 +420,12 @@
408420
[encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128]
409421
expected: FAIL
410422

423+
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
424+
expected: FAIL
425+
426+
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
427+
expected: FAIL
428+
411429

412430
[encodeInto.any.sharedworker.html]
413431
[encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0]
@@ -536,3 +554,9 @@
536554

537555
[encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128]
538556
expected: FAIL
557+
558+
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
559+
expected: FAIL
560+
561+
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
562+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[request-headers.any.worker.html]
22
expected:
33
if (os == "android") and fission: [OK, TIMEOUT]
4+
ERROR
45

56
[request-headers.any.sharedworker.html]
67
expected:
78
if (os == "android") and fission: [OK, TIMEOUT]
9+
ERROR
810

911
[request-headers.any.serviceworker.html]
1012
expected:
1113
if (os == "android") and fission: [OK, TIMEOUT]
14+
ERROR
1215

1316
[request-headers.any.html]
1417
expected:
1518
if (os == "android") and fission: [OK, TIMEOUT]
19+
ERROR

testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini

+12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
[Streaming upload shouldn't work on Http/1.1.]
2020
expected: FAIL
2121
22+
[Fetch with POST with Float16Array body]
23+
expected: FAIL
24+
2225
2326
[request-upload.any.html]
2427
expected:
@@ -41,6 +44,9 @@
4144
[Streaming upload shouldn't work on Http/1.1.]
4245
expected: FAIL
4346

47+
[Fetch with POST with Float16Array body]
48+
expected: FAIL
49+
4450

4551
[request-upload.any.serviceworker.html]
4652
expected:
@@ -64,6 +70,9 @@
6470
[Streaming upload shouldn't work on Http/1.1.]
6571
expected: FAIL
6672
73+
[Fetch with POST with Float16Array body]
74+
expected: FAIL
75+
6776
6877
[request-upload.any.sharedworker.html]
6978
expected:
@@ -85,3 +94,6 @@
8594
8695
[Streaming upload shouldn't work on Http/1.1.]
8796
expected: FAIL
97+
98+
[Fetch with POST with Float16Array body]
99+
expected: FAIL

testing/web-platform/meta/fetch/api/response/response-clone.any.js.ini

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
4141
expected: FAIL
4242

43+
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
44+
expected: FAIL
45+
4346

4447
[response-clone.any.html]
4548
expected:
@@ -83,6 +86,9 @@
8386
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
8487
expected: FAIL
8588

89+
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
90+
expected: FAIL
91+
8692

8793
[response-clone.any.serviceworker.html]
8894
expected:
@@ -127,6 +133,9 @@
127133
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
128134
expected: FAIL
129135

136+
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
137+
expected: FAIL
138+
130139

131140
[response-clone.any.worker.html]
132141
expected:
@@ -169,3 +178,6 @@
169178

170179
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
171180
expected: FAIL
181+
182+
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
183+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[window-simple-success.https.html]
2+
[postMessaging to a dedicated worker allows them to see each others' modifications with Float16Array]
3+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[Send-binary-arraybufferview-float16.any.worker.html?wpt_flags=h2]
2+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
3+
expected: FAIL
4+
5+
6+
[Send-binary-arraybufferview-float16.any.html?default]
7+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
8+
expected: FAIL
9+
10+
11+
[Send-binary-arraybufferview-float16.any.html?wpt_flags=h2]
12+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
13+
expected: FAIL
14+
15+
16+
[Send-binary-arraybufferview-float16.any.worker.html?wss]
17+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
18+
expected: FAIL
19+
20+
21+
[Send-binary-arraybufferview-float16.any.html?wss]
22+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
23+
expected: FAIL
24+
25+
26+
[Send-binary-arraybufferview-float16.any.worker.html?default]
27+
[Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed]
28+
expected: FAIL

testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919

2020

2121
[001.worker.html]
22+
[The Float16Array interface object should be exposed.]
23+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[003.any.sharedworker.html]
2+
[The Float16Array interface object should be exposed]
3+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[send-data-sharedarraybuffer.any.html]
22
expected:
33
if (os == "android") and fission: [OK, TIMEOUT]
4+
[sending a Float16Array backed by a SharedArrayBuffer]
5+
expected: FAIL
6+
47

58
[send-data-sharedarraybuffer.any.worker.html]
69
expected:
710
if (os == "android") and fission: [OK, TIMEOUT]
11+
[sending a Float16Array backed by a SharedArrayBuffer]
12+
expected: FAIL

0 commit comments

Comments
 (0)