|
1 |
| -[read-min.any.worker.html] |
2 |
| - [ReadableStream with byte source: read({ min }) rejects if min is 0] |
3 |
| - expected: FAIL |
4 |
| - |
5 |
| - [ReadableStream with byte source: read({ min }) rejects if min is negative] |
6 |
| - expected: FAIL |
7 |
| - |
8 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)] |
9 |
| - expected: FAIL |
10 |
| -
|
11 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)] |
12 |
| - expected: FAIL |
13 |
| - |
14 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)] |
15 |
| - expected: FAIL |
16 |
| -
|
17 |
| - [ReadableStream with byte source: read({ min }), then read()] |
18 |
| - expected: FAIL |
19 |
| -
|
20 |
| - [ReadableStream with byte source: read({ min }) with a DataView] |
21 |
| - expected: FAIL |
22 |
| -
|
23 |
| - [ReadableStream with byte source: enqueue(), then read({ min })] |
24 |
| - expected: FAIL |
25 |
| -
|
26 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
27 |
| - expected: FAIL |
28 |
| -
|
29 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
30 |
| - expected: FAIL |
31 |
| -
|
32 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes] |
33 |
| - expected: FAIL |
34 |
| -
|
35 |
| - [ReadableStream with byte source: read({ min }) when closed before view is filled] |
36 |
| - expected: FAIL |
37 |
| -
|
38 |
| - [ReadableStream with byte source: read({ min }) when closed immediately after view is filled] |
39 |
| - expected: FAIL |
40 |
| -
|
41 |
| - [ReadableStream with byte source: cancel() with partially filled pending read({ min }) request] |
42 |
| - expected: FAIL |
43 |
| -
|
44 |
| - [ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail] |
45 |
| - expected: FAIL |
46 |
| -
|
47 |
| - [ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail] |
48 |
| - expected: FAIL |
49 |
| -
|
50 |
| - [ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2] |
51 |
| - expected: FAIL |
52 |
| -
|
53 |
| -
|
54 |
| -[read-min.any.html] |
55 |
| - [ReadableStream with byte source: read({ min }) rejects if min is 0] |
56 |
| - expected: FAIL |
57 |
| -
|
58 |
| - [ReadableStream with byte source: read({ min }) rejects if min is negative] |
59 |
| - expected: FAIL |
60 |
| -
|
61 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)] |
62 |
| - expected: FAIL |
63 |
| - |
64 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)] |
65 |
| - expected: FAIL |
66 |
| -
|
67 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)] |
68 |
| - expected: FAIL |
69 |
| - |
70 |
| - [ReadableStream with byte source: read({ min }), then read()] |
71 |
| - expected: FAIL |
72 |
| - |
73 |
| - [ReadableStream with byte source: read({ min }) with a DataView] |
74 |
| - expected: FAIL |
75 |
| - |
76 |
| - [ReadableStream with byte source: enqueue(), then read({ min })] |
77 |
| - expected: FAIL |
78 |
| - |
79 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
80 |
| - expected: FAIL |
81 |
| - |
82 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
83 |
| - expected: FAIL |
84 |
| - |
85 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes] |
86 |
| - expected: FAIL |
87 |
| - |
88 |
| - [ReadableStream with byte source: read({ min }) when closed before view is filled] |
89 |
| - expected: FAIL |
90 |
| - |
91 |
| - [ReadableStream with byte source: read({ min }) when closed immediately after view is filled] |
92 |
| - expected: FAIL |
93 |
| - |
94 |
| - [ReadableStream with byte source: cancel() with partially filled pending read({ min }) request] |
95 |
| - expected: FAIL |
96 |
| - |
97 |
| - [ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail] |
98 |
| - expected: FAIL |
99 |
| - |
100 |
| - [ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail] |
101 |
| - expected: FAIL |
102 |
| - |
103 |
| - [ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2] |
104 |
| - expected: FAIL |
105 |
| - |
106 |
| - |
107 |
| -[read-min.any.serviceworker.html] |
108 |
| - [ReadableStream with byte source: read({ min }) rejects if min is 0] |
109 |
| - expected: FAIL |
110 |
| - |
111 |
| - [ReadableStream with byte source: read({ min }) rejects if min is negative] |
112 |
| - expected: FAIL |
113 |
| - |
114 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)] |
115 |
| - expected: FAIL |
116 |
| -
|
117 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)] |
118 |
| - expected: FAIL |
119 |
| - |
120 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)] |
121 |
| - expected: FAIL |
122 |
| -
|
123 |
| - [ReadableStream with byte source: read({ min }), then read()] |
124 |
| - expected: FAIL |
125 |
| -
|
126 |
| - [ReadableStream with byte source: read({ min }) with a DataView] |
127 |
| - expected: FAIL |
128 |
| -
|
129 |
| - [ReadableStream with byte source: enqueue(), then read({ min })] |
130 |
| - expected: FAIL |
131 |
| -
|
132 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
133 |
| - expected: FAIL |
134 |
| -
|
135 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
136 |
| - expected: FAIL |
137 |
| -
|
138 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes] |
139 |
| - expected: FAIL |
140 |
| -
|
141 |
| - [ReadableStream with byte source: read({ min }) when closed before view is filled] |
142 |
| - expected: FAIL |
143 |
| -
|
144 |
| - [ReadableStream with byte source: read({ min }) when closed immediately after view is filled] |
145 |
| - expected: FAIL |
146 |
| -
|
147 |
| - [ReadableStream with byte source: cancel() with partially filled pending read({ min }) request] |
148 |
| - expected: FAIL |
149 |
| -
|
150 |
| - [ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail] |
151 |
| - expected: FAIL |
152 |
| -
|
153 |
| - [ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail] |
154 |
| - expected: FAIL |
155 |
| -
|
156 |
| - [ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2] |
157 |
| - expected: FAIL |
158 |
| -
|
159 |
| -
|
160 |
| -[read-min.any.sharedworker.html] |
161 |
| - [ReadableStream with byte source: read({ min }) rejects if min is 0] |
162 |
| - expected: FAIL |
163 |
| -
|
164 |
| - [ReadableStream with byte source: read({ min }) rejects if min is negative] |
165 |
| - expected: FAIL |
166 |
| -
|
167 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)] |
168 |
| - expected: FAIL |
169 |
| - |
170 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)] |
171 |
| - expected: FAIL |
172 |
| -
|
173 |
| - [ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)] |
174 |
| - expected: FAIL |
175 |
| - |
176 |
| - [ReadableStream with byte source: read({ min }), then read()] |
177 |
| - expected: FAIL |
178 |
| - |
179 |
| - [ReadableStream with byte source: read({ min }) with a DataView] |
180 |
| - expected: FAIL |
181 |
| - |
182 |
| - [ReadableStream with byte source: enqueue(), then read({ min })] |
183 |
| - expected: FAIL |
184 |
| - |
185 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
186 |
| - expected: FAIL |
187 |
| - |
188 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes] |
189 |
| - expected: FAIL |
190 |
| - |
191 |
| - [ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes] |
192 |
| - expected: FAIL |
193 |
| - |
194 |
| - [ReadableStream with byte source: read({ min }) when closed before view is filled] |
195 |
| - expected: FAIL |
196 |
| - |
197 |
| - [ReadableStream with byte source: read({ min }) when closed immediately after view is filled] |
198 |
| - expected: FAIL |
199 |
| - |
200 |
| - [ReadableStream with byte source: cancel() with partially filled pending read({ min }) request] |
201 |
| - expected: FAIL |
202 |
| - |
203 |
| - [ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail] |
204 |
| - expected: FAIL |
205 |
| - |
206 |
| - [ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail] |
207 |
| - expected: FAIL |
208 |
| - |
209 |
| - [ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2] |
210 |
| - expected: FAIL |
211 |
| - |
212 |
| - |
213 | 1 | [read-min.any.shadowrealm.html]
|
214 | 2 | expected: ERROR
|
0 commit comments