@@ -52,10 +52,12 @@ export default {
52
52
"response.headers.get('www-authenticate') expects 1, 2, 3, 4" ,
53
53
"response.headers.get('content-length') expects 0" ,
54
54
] ,
55
+ skipAllTests : true ,
55
56
} ,
56
57
'basic/header-value-null-byte.any.js' : {
57
58
comment : 'We should return a nicer TypeError instead of "internal error"' ,
58
59
expectedFailures : [ 'Ensure fetch() rejects null bytes in headers' ] ,
60
+ skipAllTests : true ,
59
61
} ,
60
62
'basic/historical.any.js' : {
61
63
comment : 'This test expects us not to implement getAll' ,
@@ -77,6 +79,7 @@ export default {
77
79
'Multiple integrities: invalid as strong as valid' ,
78
80
'Multiple integrities: both are valid' ,
79
81
] ,
82
+ skipAllTests : true ,
80
83
} ,
81
84
'basic/keepalive.any.js' : {
82
85
comment : 'Hard to run - involves iframes and workers' ,
@@ -196,6 +199,7 @@ export default {
196
199
'Testing response url getter with http://{{host}}:{{ports[http][0]}}/#' ,
197
200
'Testing response url getter with http://{{host}}:{{ports[http][0]}}#ada' ,
198
201
] ,
202
+ skipAllTests : true ,
199
203
} ,
200
204
'basic/scheme-about.any.js' : { } ,
201
205
'basic/scheme-blob.sub.any.js' : {
@@ -223,10 +227,19 @@ export default {
223
227
'basic/stream-response.any.js' : {
224
228
comment :
225
229
'Unidentified kj issue: Invalid response status line (invalid protocol).' ,
230
+ skipAllTests : true ,
226
231
} ,
227
232
'basic/stream-safe-creation.any.js' : {
228
233
comment :
229
234
'Unidentified kj issue: Invalid response status line (invalid protocol).' ,
235
+ expectedFailures : [
236
+ "Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'" ,
237
+ "throwing Object.prototype.start accessor should not affect stream creation by 'fetch'" ,
238
+ "throwing Object.prototype.highWaterMark accessor should not affect stream creation by 'fetch'" ,
239
+ "throwing Object.prototype.size accessor should not affect stream creation by 'fetch'" ,
240
+ "Object.prototype.size accessor returning invalid value should not affect stream creation by 'fetch'" ,
241
+ "throwing Object.prototype.type accessor should not affect stream creation by 'fetch'" ,
242
+ ] ,
230
243
} ,
231
244
'basic/text-utf8.any.js' : {
232
245
comment : 'Some kind of unicode nitpickiness. Needs investigation' ,
0 commit comments